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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
louise119
Creator III
Creator III

set analysis with Date

Is it possible to compare dates in a set analysis?

Max({$<DateA = {"=(DateA = DateB)"}>} [Cost])

I want to calculate the maximum cost when date A is the same as dateB.

1 Reply
rubenmarin
MVP
MVP

Hi, you can try with: Max({<Cost={"=DateA=DateB"}>}Cost)