Forum Discussion
EricMohlman
6 years agoQuickbase Staff
This version worked for me in a test app:
Case(not true,IsNull([User A]),[User A],IsNull([User B]),[User B],IsNull([User C]),[User C],[User D])
------------------------------
Eric Mohlman
------------------------------
Case(not true,IsNull([User A]),[User A],IsNull([User B]),[User B],IsNull([User C]),[User C],[User D])
------------------------------
Eric Mohlman
------------------------------