I am trying to do something here and hit a wall. I need to do something like this.
If
(expression = 1)
then
(expression = 1)
Else
(' ')
But how do I get it so the else statement doesn't show up on the report? Should I use a different format or is there a way to do this? The way it is I get my regular if then stuff and a Blank Column header with data from the else expression. I want this to just not show up. I have tried Null and 0 and it will still show on the report.
Thanks
If
(expression = 1)
then
(expression = 1)
Else
(' ')
But how do I get it so the else statement doesn't show up on the report? Should I use a different format or is there a way to do this? The way it is I get my regular if then stuff and a Blank Column header with data from the else expression. I want this to just not show up. I have tried Null and 0 and it will still show on the report.
Thanks