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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Compare Dates

Hello Community,

can I compare a date with set analysis?

Tried something like this:

count({$<Date >= {"<=$(=today(1))"}>} CounterID)


Thanks


1 Reply
Not applicable
Author

Why not:

count({$<Date = {"<=$(=today(1))"}>} CounterID)