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

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

trigger statement date selection

hi i have the following field ÅrVecka.

i wish to set it to the current year and week when the document is activated.

layed in the following action however syntax seems wrong,

please see pic below for format.

search string=week(today(year&'/' &week))

any suggestions?

brad

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

=year(today(ÅrVecka)&'/'&week(today(ÅrVecka)

thanks for the help.

it is working well.

View solution in original post

2 Replies
Not applicable
Author

search string :  ='=year(today())&'/'&ceil(day(today())/7)'

Not applicable
Author

=year(today(ÅrVecka)&'/'&week(today(ÅrVecka)

thanks for the help.

it is working well.