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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.