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

Date Multibox Setting

In the attached document I have a speedometer and when you click on it activates tab two.  When I go back to tab one I am trying to figure out how to reset the multibox date back to the most current date in the table.  In this example it would 05/23/2011.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi spb,

When you set your OnActivate trigger, set the search expression to =Max(Date) and it should select the max date for you when activating sheet 1 again.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi spb,

When you set your OnActivate trigger, set the search expression to =Max(Date) and it should select the max date for you when activating sheet 1 again.

Not applicable
Author

Thank you very much Johannes.