Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)