Condition if value is null ?
Posted: Thu Dec 01, 2011 11:22 am
Hi all,
In a report, some fields contain no value, so they are (null) in the DB.
If I put no condition, the report shows "0" instead of null.
I don't want to display the 0, so I defined a condition with expression:
but it has no effect.
What should I put in the condition box?
Thanks
In a report, some fields contain no value, so they are (null) in the DB.
If I put no condition, the report shows "0" instead of null.
I don't want to display the 0, so I defined a condition with expression:
Code: Select all
DataSource1.field1==null
What should I put in the condition box?
Thanks