Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello my friends!!
A question about SET ANALYSIS
I want to show allways the data for December for the previous year in the following scritp:
=Avg({< Month={'Dec'}, Year=, MonthYear=, QuarterYear=,PAÍS=,Country=,NivelJerarquia={1}>}Nota)
What I have to do in the field YEAR in order to show the previous one
Regards!
=
Avg({<
Month={'Dec'},
Year={$(=Max(Year)-1)},
MonthYear=, QuarterYear=,PAÍS=,Country=,NivelJerarquia={1}>}
Nota)
Many thanks!! it works!