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: 
antose
Partner - Creator II
Partner - Creator II

Mini-Chart not ignore my selections

Hi!

If I have a table with two expression, both expressions is the same. One is showing as a mini-chart and the other one as text. The text is ignore my selections but not the mini-chart. Why?

If(SortOrder=20,
sum({1} [Invoice Line net amount]), //Försäljning
...

...


Normally I never ignore the selections in mini-chart and have never reflect over it before.

QV11.2 SR12

 

No Selection                                        When i made a selections on Month

1.PNG  2.PNG


1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try If(Only({1}SortOrder)=20, sum({1} [Invoice Line net amount])


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try If(Only({1}SortOrder)=20, sum({1} [Invoice Line net amount])


talk is cheap, supply exceeds demand
antose
Partner - Creator II
Partner - Creator II
Author

Thx! That work..