Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I post the sample where my set analysis not work ..
Thank to all
Andrea
Hi Andrea,
Have you tried to use this expression?
Sum({<YearMonth = {">=$(=Date(addmonths(Max(YearMonth), -12), 'MMM YY')) <=$(=Date(addmonths(Max(YearMonth), 0), 'MMM YY'))"} >} Sales)
I guess its the formating issue. I hope this helps!
Cheers - DV
Set analysis may not work > operataors when you use the format option. Attached one of the ways to solved the your problem.
Hope it helps,
Kiran.
Hi Andrea,
Have you tried to use this expression?
Sum({<YearMonth = {">=$(=Date(addmonths(Max(YearMonth), -12), 'MMM YY')) <=$(=Date(addmonths(Max(YearMonth), 0), 'MMM YY'))"} >} Sales)
I guess its the formating issue. I hope this helps!
Cheers - DV
Thank Kiran for your answer
unfortunately is not wath i want because if u select a month i can not see 12 month before.
Thank
You this expression:
Sum({<YearMonthID ={">$(=Max(YearMonthID)-12)"},YearMonthName= >} Sales)
kiran
You this expression:
Sum({<YearMonthID ={">$(=Max(YearMonthID)-12)"},YearMonthName= >} Sales)
kiran
Ciao DV,
thank u are right now it works...
Thank very much
Andrea
see the attached file and put your data and change thee dimension andd expression accordingly
hope this helps
Thank kiran , try wath DV send me is that wath i wanted.
Thank for your help
Andrea
Thank Sunil your attch is very helpfull