Hi guys. I am trying to hide value whether it is zero or not. (I know the way to hide value when it is zero.)
What I am trying to do is :
1. Calculate total value.
2. If total is zero, hide the row.
3. If total is not zero, keep showing the row but hide total value.
Description should be still shown on the report, I want to hide only value.
If anyone have an idea, please help me.