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: 
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