Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
poojashribanger
Creator II
Creator II

Max Date on Filter Pane

Hi

I have a requirement wherein i have a date field containing all the dates from 2016 till present .

I need to show only Max Date IN Filter pane.

Please help

1 Solution

Accepted Solutions
tresesco
MVP
MVP

You are missing total,try like =max(total DT_LCL)

View solution in original post

10 Replies
tresesco
MVP
MVP

You mean in a list box? You can try expression, like: =Max(Total DateField)

zhadrakas
Specialist II
Specialist II

did you tried

=max(DATE_FIELD)

please give us more Information or share a sample qvw.

Regards

tim

poojashribanger
Creator II
Creator II
Author

i have tried it says invalid dimension

tresesco
MVP
MVP

Have you tried with your field name in place of 'DateField' ?

poojashribanger
Creator II
Creator II
Author

i have date field containing all the dates from 2016 till present.

From this field in filter pane I just have to show  one single date i.e max(date)  In qlik sense

zhadrakas
Specialist II
Specialist II

in Dimension you have to use

=aggr(max(DATE_FIELD), DATE_FIELD)

poojashribanger
Creator II
Creator II
Author

yes

max(DT_LCL)

poojashribanger
Creator II
Creator II
Author

not working still

tresesco
MVP
MVP

You are missing total,try like =max(total DT_LCL)