Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
gavthomson
Contributor
Contributor

Set Analysis with Operators

Hi All,

A little stuck and it seems easy but for some reason I cannot get it to work.  The formula is supposed to 

1. count IDs between age 0 and 26 (which it does fine) and

2. Ignore the selection of the field Date.YearMonth (which it does not do fine!)


Count(distinct {(<[Age (Years)]={"=[Age (Years)]<26"}> * <[Age (Years)]={"=[Age (Years)]>0"}>) * <[Date.autoCalender.YearMonth]=>}
[Identifier])

Help please, it's driving me mad!

Regards

Gav

Labels (2)
1 Reply
sunny_talwar
MVP
MVP

Try this

Count(DISTINCT {<[Age (Years)] = {">0<26"}, [Date.autoCalender.YearMonth]>} [Identifier])