Sorry if I was being vague in my earlier post.
The following formula is fine:
if {table.field} = "X" then
""
else
{table.field}
How do I change it around to show the correct version of this?
isnull {table.field} = "X"
else
{table.field}
Ayup,
As a relative newbie to formula writing I keep getting stuck on how to state what I want done in a formula.
If I want the report to exclude a certain field, but show others, what is the correct syntax for stating this?
I did a version of the following:
isnull (field) = "number" else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.