Good morning all,
My filter formula isn't showing all of the items it should be and I would appreciate some help on how to modify it to do so:
Filter('Site Visit Requests', 'Approval Status'.Value = "Approved Internal and External", "Approved Internal Only")
At the moment it's only showing item's with the approval status of "Approved Internal and External" and none of the "Approved Internal Only" items. How can I modify it to show both? Thank you!
Solved! Go to Solution.
Please consider changing your Formula to the following:
Filter('Site Visit Requests',
'Approval Status'.Value = "Approved Internal and External" ||
'Approval Status'.Value = "Approved Internal Only"
)
I hope this is helpful for you.
Please consider changing your Formula to the following:
Filter('Site Visit Requests',
'Approval Status'.Value = "Approved Internal and External" ||
'Approval Status'.Value = "Approved Internal Only"
)
I hope this is helpful for you.
User | Count |
---|---|
256 | |
110 | |
90 | |
51 | |
44 |