Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

You have to use

Maxstring(Your Name field) for string type of column

Regards,

Anand