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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
stekol61
Creator
Creator

Open document on current year

Hi!

I want my report to always open with the current year and month.

How can I do this?

/Stefan

3 Replies
sunny_talwar

May be use On Open Triggers

1)

Field

Year

Search String

=Year(Today())

2)

Field

Month

Search String

=Num(Month(Today()), '00')

its_anandrjs
Champion III
Champion III

Many ways for this

1. By SET Analysis

2. BY Trigger.

You can try some this ways by trigger.

1. For Year Field = Year(Today())

2. For Month Field = Month(Today())

stekol61
Creator
Creator
Author

Works fine.

Thank You