Hello,
I am trying to filter a gallery using check boxes and I am hitting a wall. I figure there is an easy way to do this, but i have been staring at it four hours.
The idea is that when the check box is selected, only items that have "Pending Approval" will be displayed. Unchecked will show all items. I plan to have separate check boxes to filter for each of the options specified below.
Filter(
ProjectList,
If('RTO Pending Approval 2.1'.Value=true,'Ready to Order'.Value="Pending Approval",'Ready to Order'.Value<>""),
Projectlist is a collection created from a SharePoint Online list at the launch of the app.
'RTO Pending Approval 2.1' is a check box on a screen in Power Apps.
'Ready to Order' is a multiple choice field.
- Pending Approval
- Pending Approval, New Games Ordered
- Approved - Ready To Order
- New Games Ordered
- Conversions Ordered
- N/A
"Pending Approval" is the string I am searching for.
I hope someone out there can help me with this. Thank you in advance.
Peter.