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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
kamielrajaram
Creator III
Creator III

best method for min and max values

Good day experts,

Please could yuo assist with the following. I have a table that consists of accounts and record ids(one account can have multiple record ids). I would like to find the min and max value per account, I am able to do this using min and max functions, but found that this takes quite a long time on large data sets but i do get the desired result. I would like toknow if there are other faster methods of achieving this. My table consists of 100 mil rows.

Thnak you in advance

Kind regards

Kamiel

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Calculate them in the script if you don't already. If that still takes to long you could try to have the source database calculate them for you. You could ask your local friendly Database Administrator for help or advice on that.


talk is cheap, supply exceeds demand
kamielrajaram
Creator III
Creator III
Author

Good day,

Thank you for the response. I should have mentioned that I am currently doing this in the script.