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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show a max date in text object but the object detached?

Hy,

Someone knowns....i need to get the max date to show in a text object, but this object need detached, because can´t changed by selections....

I try to use set analysis, i´m not expert about that, but i couldn´t.

Tks!!

1 Solution

Accepted Solutions
fernandotoledo
Partner - Specialist
Partner - Specialist

That´s something Set Analisys applyes to...

Try

max( {1} Date)


The {1} parameter will force qlikview to calculate the MAx date as if there´s no selections made.

View solution in original post

2 Replies
fernandotoledo
Partner - Specialist
Partner - Specialist

That´s something Set Analisys applyes to...

Try

max( {1} Date)


The {1} parameter will force qlikview to calculate the MAx date as if there´s no selections made.

Not applicable
Author

Tks a lot Fernando...

work as well!!!