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

Requirement

i have two alternate states defined in my sheet,state 1 and state2

state1 in chart shud show the selected dimension (whatever is from filter)

and state 2 expressions shud show everything excluding the state1 expressions,

so say:

count({state1 * $}id)

how shud the state 2 expressions wud be written?

4 Replies
Anonymous
Not applicable
Author

can anyone please help for the above query

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

try this: count( { 1 - (state1*$) } id )


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

so if there are no selections made its just showing me state 1 bar,

what will be the state 2 den?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

empty


talk is cheap, supply exceeds demand