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

Count nos between range specified

Hello friends !!!!

Need your help

I want to count those Dno as shown below which is ( >=-30 and <=30)

 

DnoValue
130
2100
3-10
435
530
6-26
720
816
9-30
10125
1115
1212
1326
14170
1514
16120
3 Replies
sunny_talwar

May be this:

Count({<Value = {'>=-30<=30'}>}Dno)

miguelbraga
Partner - Specialist III
Partner - Specialist III

Hey there,

Take the expression of as the correct one, but if you want, make two variable like vFrom and vTo and use those into the expression like this:

= Count({<Value = {'>=$(vFrom) <=$(vTo)'}>}Dno)


This way you can have a input box to be more dinamic and practical.

Best regards,

D.A. MB

miguelbraga
Partner - Specialist III
Partner - Specialist III

See the attached file:

MB