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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set diffrent Selectionvalues with Object

Hi,

I am trying to set a selection with the actions of an object within the layout.

The object should open a table chart and also switch the selection.

It should select a period of three weeks in the calendar.

When I give the action the command (16|17|18) it selects these values properly.

My problem is that i want to have a dynamic selection.

The command should therefore look like this ( week(today()) | (week(today()-1) | (week(today()-2) )

point is : it doesnt work...

Thank you in advance for your help.

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try as search string: ='(' & week(today()) & '|' & (week(Today())-1) & '|' & (week(Today())-2) & ')'


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try as search string: ='(' & week(today()) & '|' & (week(Today())-1) & '|' & (week(Today())-2) & ')'


talk is cheap, supply exceeds demand