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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get average order per week

Hi,

I have a qlik view application that shows the total orders ordered per day (or week, month, etc).

My customer want to have an gauge 'Orders this week vs Average orders per week'. I am wondering or some knows how I can determine the average amount of orders per week?

Does someone have an idea?

1 Reply
Not applicable
Author

Together with my collague I have found a solution that can also be useful for you:

Average per week = Num((Sum(OrderCounter) / Count(Distinct WeekYear)), '#####.')

Together with 'set analysis' that fix to the last week you can get the orders this week vs average orders per week.