Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi Khrisna, can you try?
='<=' & (Week(Today())-1)