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

Set analysis with selection

Hello,

I have expression

Count({<Var1={"=Var1 >5","=Var1<10"},QYYYY={'$(=QuarterName(max(QYYYY),-1))'}>}TOTAL Variable2)

I need to Total count for previous Quarter and for Variable1 more than 5, but less than 10.

If I select only Var1>5, it works. If I select Var1<10, it works. But together, NOOOOO

Var1 looks

0
0.333333333
0.666666667
1
1.333333333
1.666666667
2
2.333333333
2.666666667
3
3.333333333
3.666666667
4
4.333333333
4.666666667
5
5.333333333
5.666666667
6
6.333333333
6.666666667
7
7.333333333
7.666666667
8
8.333333333
8.666666667
9
9.333333333
9.666666667
10

Thanks,

1 Reply
Anonymous
Not applicable
Author

Do you have idea?