Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to click on specific date

Dear all

DateBalance
01-01-20151000
15-01-20152000
25-1-2015

suppose i have 2 dates 01-01-2015 and 15-01-2015 when i click the date field of specific date it show me that date balance but my requirement is when i click on 25-01-2015  the balance is not present  it show me the balance of 01 and 15 date.

if(date<=date selected,balance)


1 Reply
swuehl
MVP
MVP

Not sure if I've fully understood.

Maybe like

=SUM({<Date = {"<=$(=max(Date))"}>} Balance)

or

=if(len(trim(Balance)), SUM({<Date = {"<=$(=max(Date))"}>} Balance), only(Balance) )