Hello,
I've built a simple test app for logging incidents and need to add a filtering option on the Gallery (galIncidents).
I have two combo boxes (ddAssignedToo & ddStatus) to search the columns with the same name.
I have one Text Input (inpIncSearchBox) for searching the DescriptionOfProblem Column.
Items for ddStatus:
["","Open","Completed","Cancelled","Rejected","Amendments Required","Initial Approval Complete","Approved","Pending Approval","In Progress", "On Hold"]
Items for ddAssignedToo:
["","DisplayName1","DisplayName2"]
I'm looking for all records to be displayed unless one or more of the above combo boxes or the text input is filled in.
I hope this makes sense and any help would be much appreciated