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: 
Anonymous
Not applicable

select max(value) in a delimited file

Hi,
Is there a component allowing the selection of the max value of a field in a delimited file (like "SELECT MAX(value) FROM Table" in SQL) ? or do I have to write a routine to do that ?
Thanks 😉
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Finally I found the solution => I used the tAgregateRow component to get the max value of my column.