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

range between in set

Hi all

I want below in set analysis

Count({<ids=[500,...,950]>}Sales)

 

Instead of describing all of my ids between 500 and 950...?

Labels (5)
2 Solutions

Accepted Solutions
Chanty4u
MVP
MVP

hi,

can you try this.

Count({<ids = {'>=500<=950'}>}Sales)

best

chanty

View solution in original post

Chanty4u
MVP
MVP

you can try like this

Count({<ids = {'>=500<=950'},Product-={'A','B','C'}>}Sales)

View solution in original post

5 Replies
Chanty4u
MVP
MVP

hi,

can you try this.

Count({<ids = {'>=500<=950'}>}Sales)

best

chanty

mallireddy_qv6
Contributor II
Contributor II
Author

thank you. I want to  exclude . below values

how to do?

product  not equal to "A,B,C"

Chanty4u
MVP
MVP

you can try like this

Count({<ids = {'>=500<=950'},Product-={'A','B','C'}>}Sales)

mallireddy_qv6
Contributor II
Contributor II
Author

thank you.  its working.

Chanty4u
MVP
MVP

cool can you close this thread as accept as solution.