Forum Discussion

RyanWhitener's avatar
RyanWhitener
Qrew Cadet
4 years ago

Formula Checkbox based on User Field Present

I am trying to write a formula checkbox formula that would be checked when a user field has a user listed.  I tried a couple different formulas but couldn't get it to work. I think I am missing something....

[Employee-Previous Supervisor] is my user field

1st try- Case([Employee - Previous Supervisor],null,false,true)

2nd try- If([Employee - Previous Supervisor]<>null,false,true)


What am I missing. Do I need to covert my user field to something else?

Thanks,

------------------------------
Ryan Whitener
------------------------------

1 Reply

  • Good morning,
    You can use either of the these, Not(isNull([Employee-Previous Supervisor])) or If(isNull([Employee-Previous Supervisor]), false, true)

    ------------------------------
    John Crosland
    Software Developer
    Inglett & Stubbs
    Mableton GA
    ------------------------------