cancel
Showing results for 
Search instead for 
Did you mean: 

Background color for NULL or empty field value

Former Member
0 Kudos

How to show the color defined for background if field is empty (string) or NULL?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try creating a formula like this

if ="" or isnull() then

" "

else

place this formula in the place of field and enable the background color for this formula.

regards,

Raghavendra

Answers (0)