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 and Count function

Hi,

I am trying to use set analysis in a count function.

This works:

Count({<montha={"6","7","8"}>} idx*NewMail_Flag)

But this returns 0:

Count({<montha={"<=8"}>} idx*NewMail_Flag)

and this returns 0:

Count({<montha={">6<8"}>} idx*NewMail_Flag)

I want to supply a range in my count function. For Example: > =6 And <= 8.

I would be grateful if anyone can help.

Thanks

Ardy

1 Solution

Accepted Solutions
Not applicable
Author

Hi Ardy,

see the attached example.

Good luck!

Rainer

View solution in original post

2 Replies
Not applicable
Author

Hi Ardy,

see the attached example.

Good luck!

Rainer

Not applicable
Author

Thanks Rainer. The example you supplied helped. The problem is fixed now. In the load script I needed to format the month correctly.

.Ardy