Hi,
I was wondering if there is any way to 'skip over' a column of a table and now display it if the total for that column is zero? For example, if I had the following table:
Col1 Col2 Col3 Col4
Row1 1 0 2 3
Row2 2 0 4 2
Row3 1 0 2 1
Total 4 0 8 6
The total is a calculated value and not in the database. Is there some way to tell not to print items in a column if the total comes to zero?
I'm not sure if i explained this properly. I hope it makes sense. Thanks in advance for your help,
Sheryll
I was wondering if there is any way to 'skip over' a column of a table and now display it if the total for that column is zero? For example, if I had the following table:
Col1 Col2 Col3 Col4
Row1 1 0 2 3
Row2 2 0 4 2
Row3 1 0 2 1
Total 4 0 8 6
The total is a calculated value and not in the database. Is there some way to tell not to print items in a column if the total comes to zero?
I'm not sure if i explained this properly. I hope it makes sense. Thanks in advance for your help,
Sheryll