Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a button to select the last four weeks of sales, rather than selecting each week individually from the list box.
I am currently using the variable dMaxFYWeek to get my current financial week, but I am having trouble getting this week plus the previous 3 selected in the list box with the button.
Thanks in advance!
Cheers,
Nick
Try like below
='>='&WeekStart(Max(Date),-3)&'<='&WeekEnd(Max(Date),0)
Try like below
='>='&WeekStart(Max(Date),-3)&'<='&WeekEnd(Max(Date),0)
Thank you
Mayil Vahanan R.
Works Well!