Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have created a pie chart for different country sales it needs to popup when i select country.
thanks& regards
Anji
Hello a b,
Solution is to put a value in the attribute Pie Popout from your expression, like the below image.
Attached is the app.
Regards,
Eliza
Would you be able to share what you have to help you better?
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
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
try this in a text box ?
=if(Aggr(Sum(1), Country)>0,
'Selected: $(=Concat(DISTINCT Country, ', '))',
'Others: $(=Concat({<Country=E({$})>} DISTINCT Country, ', '))'
)
Hi,
my requirement is if i select any country in list box that needs to popup in pie chart.
thanking you,
Like this?
HI ELIZA FILIP,
yes, I want same, could you please share me how can i get.
Thanking you,
Hello a b,
Solution is to put a value in the attribute Pie Popout from your expression, like the below image.
Attached is the app.
Regards,
Eliza