Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
tizianacaem
Partner - Contributor
Partner - Contributor

action on document

Hi to everybody,

I want to set an action on the opening of the document, that select at the same time YEAR= Year (today()) AND YEAR =Year (today()-1)
Any ideas?


thks

Tiziana

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

Go to settings -> document properties -> triggers -> OnOpen -> Add Action

There, Add Selection in Field

Field = Year

Seach String

='(' & YEAR(TODAY()) & '|' & (YEAR(TODAY())-1) & ')'

(including the whole line above)

View solution in original post

5 Replies
Not applicable

Hi Tiziana,

Why Action?

You can also Set in the Menu-> clear-> Set clearstate to these Years you mentioned. May be I am understanding you wrong.

Regards

sravan

erichshiino
Partner - Master
Partner - Master

Go to settings -> document properties -> triggers -> OnOpen -> Add Action

There, Add Selection in Field

Field = Year

Seach String

='(' & YEAR(TODAY()) & '|' & (YEAR(TODAY())-1) & ')'

(including the whole line above)

tizianacaem
Partner - Contributor
Partner - Contributor
Author

I did not explained well, sorry.

I mean that I want that these value of years are selected during the opening of the sheet, and not clear.

Regards

Tiziana

erichshiino
Partner - Master
Partner - Master

You mentioned 'Open the document' in the first post. If you need to make this on the sheet, you can go to sheet properties ->Triggers and do the same I mentioned before. The attachment can help

tizianacaem
Partner - Contributor
Partner - Contributor
Author

thnk you.. it working correctly!!

Regards

Tiziana