Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN 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

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