I have an app with a gallery where I want to show only items that meet the following criteria:
- Name of logged in user is = to value in "Created By" column
or
-Name of logged in user is = to value in "Assigned To" column
and
- Value of "EWO Status" column is = to anything other than "Completed"
I got the first two filters to work, but when I try to add the third filter, it does not work (completed items are still showing.)
Here is my current formula:
Filter('EWO System','EWO Status'.Value <> "Completed" And 'Assigned To'.Email=varUserEmail Or 'Created By'.Email=varUserEmail)
Here is what this formula is currently getting me:
What edits do I need to make to the formula to get this to work? (EWO Status is a choice column btw)
Categories: