Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
DavidMetodoyEmocion
Contributor
Contributor

Calculated field

Hi

I want to add a new field in order to check if other field (Field1) is null or not.

  • If  Field1 is null, then the calculated field value must be "1"
  • If  Field1 is not null, then the calculated field value must be "0"

Can you help me with the formula?

Thanks a lot!

D

 

Labels (1)
1 Reply
Taoufiq_Zarra

If I understood correctly

=if(isnull(Field),1,0)
Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉