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: 
joeybird
Creator III
Creator III

calculation and median and mean

Hiya

i have this calculation

=Alt(Sum(Orders) - Above(Sum(Orders)), 0)


this gives me the difference in number for each week orders.


e.g


week 1  = 0,


week 2 = 15


week 3 = 5


i then want to add a sum to this to work out the mean and median of these figures.


e.g using additionally .... mean(Orders)


please help

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe you can do it like discussed here:

Average of Delta's

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe you can do it like discussed here:

Average of Delta's

joeybird
Creator III
Creator III
Author

Hiya

thank you

Kind Regards