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: 
Vittore8
Creator
Creator

Date Max with if

Max({<main_category={"Games"},launched={">=$(=yearstart(makedate(2016)))<$(=yearend(makedate(2016)))"}>} backers) -- result 

Vittore8_0-1589367561416.png

but when i use 
if(Max({<main_category={"Games"},launched={">=$(=yearstart(makedate(2016)))<$(=yearend(makedate(2016)))"}>} backers) = backers, name) --result

Vittore8_1-1589367618270.png

why can't I compare the maximum with the value in the column?

 

Labels (1)
1 Reply
tresB
Champion III
Champion III

Try like:

Only(

{< 

backers={`=Max(total {<main_category={"Games"},launched={">=$(=yearstart(makedate(2016)))<$(=yearend(makedate(2016)))"}>} backers)`

>} 

backers

)

 

Note the backticks in red.