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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get the average of time using Interval in Load Script

Hi there,

How can I get the below code to work in the load script. Aggr gives me an error

(AVG(Aggr([COR DATE] - [CO DATE] ,TRACE_NUMBER,TRACE_NUMBER)),'dd hh:mm:ss')

Your soonest response will be highly appreciated

Regards,

Mpho

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

aggr() is not valid in script. The logical equivalent in script would be GROUP BY.

-Rob