Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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.