Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI all,
I have to show one kpi in which i need to show Current Week VS Last 4 Week with next for week forecast
what would be the logic.
like i made following variables
vTodayWeek = week(today())
vLast4Week = WeekStart(vTodayWeek)-4
please help me in proper expression and with next for week logic
thanks
have a look at below using InWeek():
If I were you I would flag Current week (may be as 1) and last 4 weeks (may be as 2) and use them in my set analysis, instead of using a variable to do this.
Flagging should be easy and can be done in the Master Calendar script itself.
HTH
Best,
Sunny
You can flag your dates instead of Variables