Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Weekly rolling averages

Hello Gurus,

Would apprecaite your help on calculating weekly rolling average in QV , exactly  as shown in the excel attachment.

Tried with the rangeavg function, but no success.

Need your assitance.

Nassar

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Oops. brainfart Try this instead:

rangesum(above(Amount,0,4)) / rangesum(above(Amount,52,4)) -1


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

Try this: rangesum(above(Amount,0,4)) / rangesum(above(Amount,52,56)) -1


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Thanks for your reply,

I am getting some different percentages, not exactly as show in excel.

Could you please advice on this

Gysbert_Wassenaar

Oops. brainfart Try this instead:

rangesum(above(Amount,0,4)) / rangesum(above(Amount,52,4)) -1


talk is cheap, supply exceeds demand