Hi,
I am trying to use conditional formatting for a report and what I want to do is compare a field to 2 static values and if TRUE, highlight the text. I am unable to get the syntax correct for the condition. This is what I am trying to achieve.
Compare the field "Type" to both an empty string and also to static text "Upset". I tried to do the following the Conditional Formatting Rules dialog
=Fields.Type = Upset
This works fine. But, if I add NULL to this(to compare to empty string)
=Fields.Type = Upset OR = Null
nothing happens. I tried to use the "IN" operator, but no luck in figuring out the syntax. Is there some documentation that I can use as a reference or can you point me to the correct syntax?
Thanks
I am trying to use conditional formatting for a report and what I want to do is compare a field to 2 static values and if TRUE, highlight the text. I am unable to get the syntax correct for the condition. This is what I am trying to achieve.
Compare the field "Type" to both an empty string and also to static text "Upset". I tried to do the following the Conditional Formatting Rules dialog
=Fields.Type = Upset
This works fine. But, if I add NULL to this(to compare to empty string)
=Fields.Type = Upset OR = Null
nothing happens. I tried to use the "IN" operator, but no luck in figuring out the syntax. Is there some documentation that I can use as a reference or can you point me to the correct syntax?
Thanks