Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ZoeM
Specialist
Specialist

Greater than or Equal to in Set Analysis

Community.

Is someone able to help me with setting up a Set Analysis Expression for Greater Than or Equal to per the below?

I have a dimension where I am trying to pull numbers from 0 to14 based on other criteria:

Count({$<[Date Type]={'VPP Dates'},Reference_Only={'No'},[#of Days Post VPP]={"$(= ‘>=0’ & ‘<=14’)"}>}[Gateways])

Thank you!

Labels (2)
1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Try this for your Date expression:

[#of Days Post VPP]={">=0 <=14 "}

View solution in original post

2 Replies
m_woolf
Master II
Master II

Try this for your Date expression:

[#of Days Post VPP]={">=0 <=14 "}

ZoeM
Specialist
Specialist
Author

Thanks Mwoolf!