Hi experts!
Me and my team are having some problems when executing queries. The problem is that we want to hide some lines which have a 0 value. This would be simple if the value was always in the same column, but this is not the case.
Graphically
Row 1:.......56......0.........0
Row 2:.......0.......34.......34
Row 3: ......56.....34.......16
Total:........112....68.......50
In this case I would have to hice rows 1 and 2, since the have a 0 value. Do you know which changes I have to do in order to make this work?
Thank you very much.