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

On Open trigger action

Hi

I want my report to open with defult week set as this week.

I have a load statement like:

Load

*,

Week(ActualStartTimeUTC) as AactualWeek

;

...

I then did:

document settings --> Triggers-->Document Event Triggers --> OnOpen action.

Please find below a screendump of my settings.

I assumed that when I now saved and then opened my document Week( the red circle) would be set.

on_open_trigger.jpg

But as you can imagine, I did not get the result needed.

Any advise?

BR

Dan

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like that

SearchString

=Week(Today())

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

Try like that

SearchString

=Week(Today())

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Brilliant.

Thanks a lot.

BR

Dan