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

OnOpen trigger doesn't work

Hi,

What i want is to make the selection the current year when opening my QWV file. The year field is named DIENSTJAARI put the following variable in my script:

 

SET vCY = Year(Today());

In the document trigger settings i ade an action to OnOpen. In the first field i put =DIENSTJAAR and in the search field i put =$(vCY).

But when i open the document nothing happens. Im using the personal edition, does somebody know what the problem can be?

1 Solution

Accepted Solutions
Not applicable
Author

Hi dbuijsmanm,

Please try DIENSTJAAR instead of =DIENSTJAAR

Kind Regards,

Footsie

View solution in original post

2 Replies
Not applicable
Author

Hi dbuijsmanm,

Please try DIENSTJAAR instead of =DIENSTJAAR

Kind Regards,

Footsie

Not applicable
Author

Hi,

Thanks that did the trick!