Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Friends,
I have created a trellis. Assigned different dimensions for the same master bar chart. And the charts show all different dimensions, but the same values from the master chart. I expect different values based on my dimension. Can you help me resolve it? Please see the picture. Thank you.
Hi Maksik,
Were you able to fix the issue? I am having a similar issue.
Thanks
San
Hi,
I have the same proboblem 😞
hi
same issue - have you found a solution ?
Hello Everyone,
I have this issue as well, I must say I was not able to build this object at all, it just shows totals for all the dimension values. and the dimension is not hiding the null ones.
thanks for your help!
Hello Everyone,
I might have actually found the issue. this type of chart does not work with calculated dimensions. so as soon as any calculation is make, even a formating this will not work. try to make formating or calculation in the script and once you add the trellis container choose the field directly as a dimension.
hope this helps,
cheers
Iulia
HI Maksik,
have you tried using Advanced mode and set analysis in chart measures?
In set analysis use placeholders like $(vDimSet) from Trellis chart documentation.
It should help.
hi
yes - I did and it works !
thanks
I finally found the issue.
Make sure there is not an equals sign before your trellis container dimension.
If there is, Qlik will write your measure set analysis as:
Sum({< =[Dimension Name]={'Dimension Value'}>}Sales)
Instead of
Sum({< [Dimension Name]={'Dimension Value'}>}Sales)