I have a situation where I am trying to report a series of fields in a GROUP HEADER. I want to report them vertically as below:
FIELD1NAME FIELD1
FIELD2NAME FIELD2
FIELD3NAME FIELD3
FIELD4NAME FIELD4
etc...
My issue is I only want to display those fields and values where the variable is not null. I do not want to leave a space if FIELD2 is null -
I want the FIELD3 to appear directly below FIELD1 in that case.
Any thoughts on how I could do this? Thanks
FIELD1NAME FIELD1
FIELD2NAME FIELD2
FIELD3NAME FIELD3
FIELD4NAME FIELD4
etc...
My issue is I only want to display those fields and values where the variable is not null. I do not want to leave a space if FIELD2 is null -
I want the FIELD3 to appear directly below FIELD1 in that case.
Any thoughts on how I could do this? Thanks