cancel
Showing results for 
Search instead for 
Did you mean: 

Supress formula field

steverdan
Participant
0 Kudos

Is there a way as I'm setting up a formula to suppress the field if the value is 0?

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Steve,

Right-click the field > Select Format Field > Common tab > Click the formula button beside Suppress and use this code:

currentfieldvalue = 0

-Abhilash

Answers (1)

Answers (1)

steverdan
Participant
0 Kudos

Thank you! I've been trying everything all morning to figure out how to do this.