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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date <= Chart Date Dimension

I have a dimension in script

Table1:

SYMBOL

ASOFDATE

Value

table2:

SYMBOL

UPdateDate

Value

I create a chart with a dimension symbol, AsOfDate.

I need a calculated expression that get the max UpdateDate where UpdateDate <= asOfdate.

I tried the following except

=DATE(Max({<UPdateDate= {"<=$(=Max(AsOfDate))"}>} UPdateDate))

Unfortunate;ly if i have 7 asOfDatesit compares it to the Largest date  and I want it to be compared to the Date in the Chart dimension.

How do i accomplish this?

0 Replies