Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Advanced Average Calculation for Multiple Averages

I have two working "average" calculations I would like to find the average of for forecasting/what-if purposes:

This first one calculates the average time taken from beginning (add_date) to end (dev_finish_date) in hours. This only calculates completed requests that have a dev_finish_date.

=avg({$<dev_finish_date={">$(=Timestamp(now()-91))"}>}(dev_finish_date-add_date))*24

 

The second expression calculates the average number of hours all "open" requests have been open. BM09 has '22' selected in the field "app_id", and all but 'Setup Complete' selected in the field "status_name".

=avg({BM09}num(((today())-add_date),'#,##0.00'))*24


What I would like to do is get an average of the two expressions to illustrate how the remaining requests would affect the overall cycle time if they were all finished sometime today.

Thanks for your help, and please be patient with my response time after 6PM EST since the next day I'll be in will be next Sunday Jan 13. Any clarification needed, feel free to ask.

0 Replies