Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My Qlikview Dashboard Raw Data Like
| Item | Site | Qty |
| Item 1 | Site 1 | 4 |
| Item 1 | Site 2 | 0 |
| Item 2 | Site 1 | 6 |
and I want data in qlikview Like This Where 0 then show 0 when null then show blank.
| Row Labels | Site 1 | Site 2 |
| Item 1 | 4 | 0 |
| Item 2 | 6 |
how to achieve this please suggest.
Drag the dimension site (blue arrow) over qty you will get the table structure you want. Then in presentation tab of chart properties remove null and missing symbol to blank(by default shows - ).
Like this.
Regards
ASHFAQ
Hi Ashifaq,
Can you plz provide the code.i am unable to access this application right now.
Drag the dimension site (blue arrow) over qty you will get the table structure you want. Then in presentation tab of chart properties remove null and missing symbol to blank(by default shows - ).
how to achieve it
Check this
Hi Ashfaq,
Thanks