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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

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))