Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to get one image

hi all

i have a table where i have styles,styleimages and season.

i want just one image grouped for each style based on the highest season.

i tried

=MAX({$}aggr(distinct(styleimage),styles,season))

but its not quite working

i thought with the formula above it should output 1 style image based on the make season by style

any help would be great

thanks

4 Replies
Not applicable
Author

Is Season is what type of field. Can you please share some data ?

as per my understanding, you can try like below:

Only({<styles={"=Rank(Count(season))=1"}>}styleiamge)

pokassov
Specialist
Specialist

FirstSortedValue(styleimage,-Aggr(max(season),styles))

Anonymous
Not applicable
Author

sorry but does it matter if its an expression or a calculated dimension?

sergey.. yours give me data.. when its in the expression section.. but not when its in the calculated dimension section..

Anonymous
Not applicable
Author

its numeric.

sorry but i tried and it didnt work in either calculated dimension or as an expression.

thanks