Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Try as search string: ='(' & week(today()) & '|' & (week(Today())-1) & '|' & (week(Today())-2) & ')'
Try as search string: ='(' & week(today()) & '|' & (week(Today())-1) & '|' & (week(Today())-2) & ')'