Hi -
I have a table visualization and I would like to a hide the column if another column (variable) equals 0)
Example:
Food Type | Amount1 | Amount2 | Amount3 |
Ice Cream | 10 | 15 | 10 |
Cake | 15 | 12 | 30 |
Cookies | 8 | 12 | 42 |
If variable Amount3Target = 0 then do NOT display column 3
Food Type | Amount1 | Amount2 |
Ice Cream | 10 | 15 |
Cake | 15 | 12 |
Cookies | 8 | 12 |
Any thoughts would be appreciated - Jerry