Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
You were close. Did a formula similar to this a week ago. It should be:
Sum({ <Week = {'<=52>$(vPeriod)'}>} Sales)
Best Regars
Johan Lindell
Hi,
Put the value 52 in variable ,let the name of variable be "vVal"
thn try the below expression
=sum({<Week ={">$(vPeriod) <=$(vVal)"}>} Sales)
hope this will work.