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

Set Expression Error

Hi guys. I'm trying to write a basic Set expression for a chart expression to just return the number of people with end dates on the selected date.

count({$<[End Date] = Date>} [Person Number])

Qlikview underlines everything after the '>' as an error and no data is generated. It looks like I have the right syntax. Any idea why this generates an error?

Mike

1 Reply
stigchel
Partner - Master
Partner - Master

Try with

count({$<[End Date] = {'$(=Max(Date))'}>} [Person Number])