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: 
Anonymous
Not applicable

How to write multiple conditions in the dimension of a chart

How to write multiple conditions in the dimension of a chart

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

what sense makes a pie Chart with one slide? I suppose you have further requirements

you may achieve your requirements using set analysis

if (Category='Wild', Count({<Name={Elephant}>}YourValue), Count(YourValue)

View solution in original post

2 Replies
Anonymous
Not applicable
Author

what sense makes a pie Chart with one slide? I suppose you have further requirements

you may achieve your requirements using set analysis

if (Category='Wild', Count({<Name={Elephant}>}YourValue), Count(YourValue)

stigchel
Partner - Master
Partner - Master

Also not sure what you want to do, but something like

Count({$-<Category={'Wild'},Name=-{'Elephant'}>}Category)