DavidHawe
11 years agoQrew Trainee
How to Test for (deactivated) User?
When a deactivated user is in a user field, "(deactivated)" shows up visibly in the field when viewing the record.
I would like to test for the value but have had no success.
Example: If(Right(ToText([UserField]),13)="(deactivated)","Deactivated")
It seems QuickBase displays the deactivated but it is not an actual value.
In ideas how I can test for deactivated users in a formula field?