Hi All,
there are more and more topics on this subject, but still i am looking for some help.
On gallery i have the below formula
Filter(datasoure, Department = dd_department.Selected.Value && IssueStatus = dd_issue.Selected.Value)
Basically i have two dropdowns for selecting department and issue status. Issue status is like new, open, inprogress, closed.
Now i also have button for all the issue status. I want to combine the filter formula to work with both issue status drop down or by clicking the button.
can any one pleas ehelp.