Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have daily sales forecast data till 2017, I have to calculate the average of next three weeks sales in chart expression.For every week I have to display the average of next 3 weeks value.
How to calculate?
Thanks in advance
Regards,
VR
I have tried this expression sum( aggr( rangeavg(below( sum(sales),0,3) ),Week)) but it is not returning correct result
You have to create as of table !
Read the full blog and try to implement the same !
Is there any way to calculate it in the chart expression?
You can but on selecting certain field, will alter your result.
I have created asof table but its not returning expected result.