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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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

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