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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression feature

Hi

any one know where i can find help regarding this features ? how can use "pie popout"?

error loading image

8 Replies
Not applicable
Author

put 1 against pie pop out.

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

There isn't much documentation, but it's simply a boolean expression - if it returns a non-zero value, the pie slice will be popped out. For example:

if (Country='US', 1, 0)

The slice for US will pop out of the pie.

Try a simple expression =1, and all the slices will be popped up, except for "All Others"

Not applicable
Author

Hi

not working

i am trying to make graph from this table , this table have Cnt and events and i want to see the events in the graph

Not applicable
Author

Hi, what is the condiition under which you want the pie popout?

Not applicable
Author

i want that in my graph to see the event name in for the date , like this

Not applicable
Author

Hi Grahum,

Pie popout only works for pie charts. You might want to look at show value rather, but I'm not sure you will be able to get the desired effect. Is there anything preventing you from using the popup window on mouse hover over?

Do you have sample data/app to be able to work on and test?

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

You can create an expression using function DUAL - the number within the Dual() will determine the plotted values, while the text will be displayed as a "Value on Data Point". You can then condition the display of your values on data points using another attribute "Show Value", which is also a Boolean expression - every time it renders a non-zero value, the text will be displayed.

??????

Not applicable
Author

Thank you