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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Document Defaults

I need a sheet to open with the previous year selected. How can make it so every time the document is opened it opens to the previous years data?

1 Reply
kenkuchana
Contributor II
Contributor II

Go to Sheet Properties -> Add Actions on OnActiveSheet -> Add Action -> Select Action Type: Selection and Action: Select in Field -> Write the Year field name in Field box and write "=Year(AddYears(Today(),-1))" in Search String -> click OK -> click Apply