Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Akina0929
Creator
Creator

how to get popup for selected country in pie chart?

Hi,

    I have created a pie chart for different country sales it needs to popup when i select country.

thanks& regards

Anji

1 Solution

Accepted Solutions
ElizaF
Creator II
Creator II

Hello a b,

Solution is to put a value in the attribute Pie Popout from your expression, like the below image.

06-04-2017 8-47-53 AM.png

Attached is the app.

Regards,

Eliza

View solution in original post

9 Replies
sunny_talwar

Would you be able to share what you have to help you better?

Akina0929
Creator
Creator
Author

Capture2.JPG

sunny_talwar

I was hoping for a qvw

But I guess create a another expression for whatever you want to show and select 'Text as Popup' on the expression tab for this new expression. Again, I am not fully sure if this will work or not because I have not tested it out. But you can try it

awhitfield
Partner - Champion
Partner - Champion

Hi a b,

it's not clear want you are actually wanting. do you mean that you only want the chart to be dislayed after you have selected at least one country?

Andy

Anonymous
Not applicable

try this in a text box ?

=if(Aggr(Sum(1), Country)>0,

  'Selected: $(=Concat(DISTINCT Country, ', '))',

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

)

Akina0929
Creator
Creator
Author

Hi,

    my requirement is if i select any country in list box that needs to popup in pie chart.

thanking you,

ElizaF
Creator II
Creator II

Like this?

05-04-2017 6-19-44 PM.png

Akina0929
Creator
Creator
Author

HI ELIZA FILIP,

    yes, I want same, could you please share me how can i get.

Thanking you,

ElizaF
Creator II
Creator II

Hello a b,

Solution is to put a value in the attribute Pie Popout from your expression, like the below image.

06-04-2017 8-47-53 AM.png

Attached is the app.

Regards,

Eliza