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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Values by default?

Hi everybody!

What i have to do to have values by default when the user open the Aplication? In this situation i need the max value of month, i think is MAX(Month-year)

Thank you

Greetings.

1 Solution

Accepted Solutions
jonasheisterkam
Partner - Creator III
Partner - Creator III

Settings -> Document Propeties-> Trigger -> On Open -> Add Actions -> Selection -> Select in Field

View solution in original post

2 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

Settings -> Document Propeties-> Trigger -> On Open -> Add Actions -> Selection -> Select in Field

Not applicable
Author

Him Oro,

You can use a variable for an example named varMaxMonth and

assign the following expression =Month(max(Date)).

Using the same logic you can estimate also the max date and year.

Hope this help a little bit.

T.P.S.