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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
marjan_it
Creator III
Creator III

how to show the max subject in textobject in qlikview

!

I want to show the max subject value in the textobject. when I use this expertion "max( aggr( count([FacilityTypeParentID]), FacilityTypeParentID ))" Its show the count of the max value but I want to show the name of max value. means FacilityTypeParentname.

notify I want to show in a textobject not in a chat.

1 Solution

Accepted Solutions
Not applicable

You should write script in "text"  part in textObject and to use the scrip like this:

=' Max is:   '&  max() & 'and name is : ' & FacilityTypeParentname

View solution in original post

1 Reply
Not applicable

You should write script in "text"  part in textObject and to use the scrip like this:

=' Max is:   '&  max() & 'and name is : ' & FacilityTypeParentname