I have a Status field with 3 values:
The field is editable, but once the record has been SAVED with Status = “Completed” the status field can NOT be editable any more.
The issue I am having for now is that if when editing the Status field I select (no saving yet) “Completed” than I can Not edit it again:
Solved! Go to Solution.
Another workaround… NOT(LOOKUP([_THISROW].[ID],“TableName”,“ID”,“Status”)=“Completed”) in Editable? option will do that job because you haven’t saved that value yet.
User | Count |
---|---|
33 | |
11 | |
3 | |
2 | |
2 |