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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
help4qv123
Creator II
Creator II

Set analysis max value

HI,

i have 3 columns..

By default i need a bar chart ,if u  select a key there is some max version for that key..i need the value of that version for all keys.

i have attached a sample for u..plz refer to that !

Labels (1)
22 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

front lookis like below:

maxgro
MVP
MVP

1.png

try with this exp

subfield(concat(value, '@', -version), '@',1)

ToniKautto
Employee
Employee

The absolute best way is to find a way to flag the max value during load. Then use the flag in a set expression to get the expected set for the aggregation.