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: 
Not applicable

Select last day with data

I want to put a trigger to select last day with available data.

I have  DATE dimension with year-month-day

How I can do? Thank you.

Greetings .

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Use on open document trigger or button actions

Action --> Select in Field

     Field Name = DATE

     Value = Max({1}DATE)

Hope it helps

Celambarasan

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Last day mean max available date in your data correct ?

CELAMBARASAN
Partner - Champion
Partner - Champion

Use on open document trigger or button actions

Action --> Select in Field

     Field Name = DATE

     Value = Max({1}DATE)

Hope it helps

Celambarasan

Not applicable
Author

Thank you Celambarasan