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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
anuradhaa
Partner - Creator II
Partner - Creator II

Use Up to date criteria

Hi,

I need to display date the values less than selected date in a table.

say if i select 2015 jan,

i need to display all date values less than or equal to 2015 jan.

Thank You

7 Replies
MK_QSL
MVP
MVP

SUM({<Date = {"<=$(=Date(Max(Date)))"}>}Value)

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Hi ,

where do i need to put this? in date select box.

if my data field is mydate and i have table with different values, how do i select value.

please explain that expression a bit

MK_QSL
MVP
MVP

You can use this expression in Chart or Table expression..

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Here in my date select box i have date name "startdate" - Year and month

then in my bar chart i use

month as dimension.

and expression

=AVG({$<IND={'A'}>}(enddate-startdate))

How to use that expression with this data

MK_QSL
MVP
MVP

Provide your sample apps or data !

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Hi Please use this qvw.

anuradhaa
Partner - Creator II
Partner - Creator II
Author

Pls use this