Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalmanu
Partner - Creator
Partner - Creator

i have two pie charts with Filters on Customer Segment.

i have two pie charts with Filters on Customer Segment. If i make any selections both the charts will get reflected. But i need first pie chart to be reflected on current selections and the  2nd pie chart to display all values with out using Alternate States.?

4 Replies
sunny_talwar

If you only want to ignore selection in Customer Segment, then use something like this

Sum({<[Customer Segment]>}Measure)

If all selections are to be ignored, then you can do this

Sum({1}Measure)

Anonymous
Not applicable

dimension expression:

=if(Aggr(Sum(1), Customer Segment)>0,

                       'Selected: $(=Concat(DISTINCT Customer Segment., ', '))',

                    'Others: $(=Concat({<Country=E({$})>} DISTINCT Customer Segment., ', '))'

)

******edited********

sorry this is for different scenario




vishalmanu
Partner - Creator
Partner - Creator
Author

HI Sunny,

Thanks for your answer. It worked.

Thanks,

Vishnu T

oknotsen
Master III
Master III

If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).

If not, please make clear what part of this topic you still need help with .

May you live in interesting times!