Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
tresesco
MVP
MVP

Try like:

Only(

{< 

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

>} 

backers

)

 

Note the backticks in red.