Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I have this variable :
vSetWeeklyPrev :
[Calendar date]=, [%Year week SEQ]={$(=max([%Year week SEQ])-$1)}, [%Date ID] = { "<= $(=max([%Date ID]) -7)"}
it doesn't work
On the another hand
the vSetWeeklyPres work :
[Calendar date]=, [%Year week SEQ]={$(=max([%Year week SEQ]))}, [%Date ID] = { "<= $(=max([%Date ID]))"}
What's the problem with the vSetWeeklyPrev ?
Thank you
Regards
Zied
Just a suggestion:
[Calendar date]=, [%Year week SEQ]={$(=max([%Year week SEQ])-1)}, [%Date ID] = { "<= $(=max([%Date ID]) -7)"}
thanks for your answer, my expression when i don't select any week of date the Prev works,so i would like when i choose a week of date for example week of date 3 of April the prev display the value for week of date 2