Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have one requirement, How to calculate the last three months rolling average. How to calculate it.
I have one Year field and one month field and calculate the every last three months rolling avg. We need to create rolling average is the one more field. How can i do that.
if possible please attach the sample qvw file.
-Nilesh
I need to create the last three months rolling avg field.
Anybody give me the suggestion.
Any body can help me how to create last three months rolling average.
You should be able to use something like this in a set to calculate this:
rangeavg(above(sum([Market Share Units - MKT UOM]),0,3))
Best,
Matt
Thanks Matt, But I need back-end formula. i want to create the another list box for Rolling Average. Above is not working in the back-end.