My app has a list of tasks, and each has a status (“Complete”, “In Progress”,
“At Hold”…etc). Users can report the status of each task via Enum list of possible options. The issue is that I’d like to prevent a user from reporting the same status twice.
The reason for it, is that I use datestamps when changes are made, and since tasks are always in progress toward completion, If a user may click mistakenly on the same status again, it will update the datestamp of the status.
This formula will still show you the existing option if you change it. {Complete,In Progress,At Hold} - SELECT(TableName[STATUS],[PROJECT]=[_THISROW].[PROJECT] + SELECT(TableName[STATUS],[KeyColumn]=[_THISROW].[KeyColumn])
Well… it’s not just Valid_If formulas. The same situation is for all expressions when you go to details. I have started to collect all kind of formulas into a library app and that will be ready for launch maybe next week.