Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Expression not working

Hi all

I am using below expression

Count({<DateNum*={">=$(=vStartDate)<=$(=vEndDate)"}>}[ID])

total id's count am showing     but when I filter 

status=yes  or no

the values are not reflecting

if I select yes   the values should be zero instead of that it is showing some values.

1 Solution

Accepted Solutions
shiveshsingh
Master
Master

Count({<DateNum={">=$(=vStartDate)<=$(=vEndDate)"}>}[ID])

View solution in original post

7 Replies
prma7799
Master III
Master III

try this

=Count({<DateNum={'>=$(vStartDate)<=$(vEndDate)'}>}[ID])

shiveshsingh
Master
Master

Count({<DateNum={">=$(=vStartDate)<=$(=vEndDate)"}>}[ID])

arvind1494
Specialist
Specialist

Count({<DateNum={">=$(=vStartDate)<=$(=vEndDate)"}>}[ID])

soniasweety
Master
Master
Author

not working

soniasweety
Master
Master
Author

not working

arvind1494
Specialist
Specialist

Count({<DateNum={">=$(vStartDate)<=$(vEndDate)"}>}[ID])

prma7799
Master III
Master III

What error you are getting