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

Line chart filter selection

Hi,

In the line chart, when we select date in the filters the chart will show data for that particular date. But my requirement is when we select one particular date the line chart should show data/line from the particular date selected to max date or recent date. Could someone help me with this.

Please find the attached QVW for reference.

Thanks

Nakul

2 Replies
tresesco
MVP
MVP

Try expression like:

Sum({<CPIDate={">=$(=Date(Min(CPIDate)))"}>}  CPI_Data)/FirstSortedValue(DISTINCT TOTAL <CPI_Country> {<CPIDate={">=$(=Date(Min(CPIDate)))"}>} CPI_Data,CPIDate)

nakuldev
Creator
Creator
Author

Thank you very much Tresesco! It got worked.