Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing column total in a row

Hi,

I want to show the total of colmun Moving Range (which we can see is equals 14)  in the Total moving range column. I think the formula should be

sum(total [Moving Range])  but for some reason not working. Does anyone know where I am going wrong?

Thank you for your help.

12 Replies
Not applicable
Author

Hi,

Try this formula:

BOTTOM(RANGESUM(RANGESUM(fabs(above(DataPoint) - DataPoint)), ABOVE(RANGESUM(fabs(above(DataPoint) - DataPoint)), 1, ROWNO())))

tks

Not applicable
Author

Ecorrea, your a genius. Thank you so much, works a treat.

Dave

pat_agen
Specialist
Specialist


hi ecorrea,

not for the first time I see things on this community which I didn't think were possible. Very impressive.

have a good weekend.