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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
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.