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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max and min date in variable

Hello,

How to max and min date from data and that should show in variables.

Labels (1)
2 Replies
sunny_talwar
MVP
MVP

Check the attached

vishsaggi
Champion III
Champion III

Sunny, he might want to show the dates rather than the numbers. So he can use date around those variable expessions like

= Date(Max(OrderDate))

= Date(Min(OrderDate))