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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Max loaddate

Hi Expertise

please find the attachment of the QVW file ..

I have a load date ..and i want to set it to max of load date within the triger of a sheet and also trying to add a action withn the text object .

but this is not working ?

Can someone please help me with this ..

I tired the below conditon it is not working .


=date(max(all LOAD_DATE),'MM/DD/YYYY')


Thanks in Avdnace

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Try like:


=Date(Max({1} LOAD_DATE), 'M/D/YYYY')


Reduce no of Ds and Ms to/by one

View solution in original post

3 Replies
tresB
Champion III
Champion III

Try like:


=Date(Max({1} LOAD_DATE), 'M/D/YYYY')


Reduce no of Ds and Ms to/by one

smilingjohn
Specialist
Specialist
Author

Hi MVP, 

 

Thanks for the reply . 

 

This is working , will this now work for all the date in future ? 

 

Thanks 

tresB
Champion III
Champion III

It should as far as your date format doesn't change. Please close the thread by giving Like/Accepting as correct solution.