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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Need help in optimization

Hi,

I have a table with 6,778,904 records and from that i need to take the maximum and minimum date. I used the following code. But it is taking more time to complete.

CalTemp:

LOAD

max(SERVICEDATE) as MaxDate,

min(SERVICEDATE) as MinDate

Resident COST;

I am loading the COST from a qvd file. Any idea on how to optimize this?

Thanks

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

2 Replies
sunny_talwar
MVP
MVP

Anonymous
Not applicable
Author

Yeah, it works perfectly. Thanks for the reference