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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max of name

how do i get Max(name field)?

2 Replies
swuehl
MVP
MVP

max() can only be used with numeric field values. If name field has only text values, maybe you want to use

maxstring([name field])

?

its_anandrjs
Champion III
Champion III

You have to use

Maxstring(Your Name field) for string type of column

Regards,

Anand