Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good day,
i would like to know if there is a way to suppress results on a pivot table.
i have a pivot table where i do not want it to show the result where sales for the last x2 months have been zero.
see screenshot of below:
You'll have to do that with set analysis expressions. Every chart expression in your pivot table needs to be modified to include a filter that selects only those lines that meet your conditions. Perhaps you can post a small qlikview document that we can modify this way.
Thank you for feedback Gysbert.
please find sample file attached.
Basically my expression in the pivot table looks like this:
Sum ([Shop Sales Past 2 months])/2*-1
How do I insert a set analysis into this expression to only show results greater than zero in the object?
I was thinking something like this:
Sum (
//insert set analysis here
{ < {(Sum ([Shop Sales Past 2 months])/2*-1 / [Case weight]) > '0' > }
//end of set analysis
[Shop Stock Level])
/
[Case weight]
This does not work at all though..
Ranibosch, best I have for you is the following Design Blog post on Set Analysis:
https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344
There are some related links at the bottom of that post. Below is the base Design Blog URL as well, you can use it to do some further searching if you like.
https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog
Cheers,
Brett