Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple week selection on opening a QlikView report

Hello Everyone,

I am trying to set up a trigger which selects weeks until previous week (i.e., current week -1) by default when a user opens the report. Can anyone help me with the expression for this?

I tried the following, but it isn't working as expected.

='("' & Concat(Weeks-1, '"|"') & '")'

Any help on this?

Thank you.

1 Reply
rubenmarin

Hi Khrisna, can you try?

='<=' & (Week(Today())-1)