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

Set Analysis using same dimension 2x

I am trying to write a SET analysis statement that requires me to use the same dimension two times but I am unable to get it to work. Can someone please help me see the error of my ways and help me understand how I should write this statement.

Here is what I have written:

=count({$<UsageFinal = {'0'},UsageFinal = {'1'} ,[Type Final] = {'Windows'}, [RAM] -= '-'>}distinct ID)

Thanks

Tim

1 Reply
whiteline
Master II
Master II

=count({$<UsageFinal = {'0','1'} ,[Type Final] = {'Windows'}, [RAM] -= '-'>}distinct ID)