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: 
Ronald
Contributor III
Contributor III

Filter max value default bookmark

Good morning,

I want to select max value in filter, to default bookmark, but don´t work. Please your help.

=AÑO=max(AÑO)

filtro año.PNG

Labels (2)
1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

The $() expands the function

=AÑO=$(=max(AÑO))

View solution in original post

2 Replies
jwjackso
Specialist III
Specialist III

The $() expands the function

=AÑO=$(=max(AÑO))

Ronald
Contributor III
Contributor III
Author

Thank you @jwjackso perfect solution