Hello,
Trying to finish this last report, sadly ran into a hurdle.
I am trying to hide an Entire Column IF all rows in that column are null, However if there is a number or varchar then dont hide, hope that makes sense, example below:
Column 1 Column 2
null null
null null
null Stuff
null null
so I would like to hide column 1 since its all null, but for column 2 show it since there is something on one of the rows.
hope anyone can help on this, thanks in advanced