Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nakuldev
Creator
Creator

Issue with stacked bar chart's conditional expression

Hi All,

In the attached qvw, I gave conditional expression where First,second,third and fourth quartiles should show up when the count()>=4. I can see different results for count () and count(aggr(),dimension) even the dimension is same. Could someone help me with this.

Thanks in advance

Nakul

2 Replies
Chanty4u
MVP
MVP

im unable to open your file .  but may be try this

aggr(count(ID),Dim1)

or

aggr(only(ID),Dim1)

nakuldev
Creator
Creator
Author

Hi Chanty,

Already tried it, it is not working.

Thanks

Nakul