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

Two sets in Set Analysis

Hey Guys,

I'm trying to add a counter where two sets of data can occur. Is there a way to sum set 1 or set 2?

For example,

Set 1: Animal = Dog, Color = Black, Gender = Male

Set 2: Animal = Cat, Color = White, Gender = Female

Maybe something like

sum({<Animal={'Dog'}, Color={'Black'}, Gender={'Male'}>+<Animal={'Cat'}, Color={'White'}, Gender={'Female'}> counter)

Any ideas?

1 Reply
Not applicable
Author

Well, that worked. Just put a + inbetween them.