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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

Top entry inside Text box

Hi there, 
Can anyone assist with the following:

I have a table with some values results. I would like the highest value to be displayed inside a text box or numeric KPI.

  
any ideas?

JoseGarcia_0-1600778211679.png

JoseGarcia_1-1600778338373.png

These details should be in the text box/ KPI.

JoseGarcia_2-1600778459708.png

Thanks a million.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Try this

FirstSortedValue([CC$.cause_code], -Aggr(Count([CC$.cause_code]), [CC$.cause_code]))

View solution in original post

2 Replies
sunny_talwar

Try this

FirstSortedValue([CC$.cause_code], -Aggr(Count([CC$.cause_code]), [CC$.cause_code]))
JoseGarcia
Creator III
Creator III
Author

Sunny Talwar, 

spot on! Thanks a million.