Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
daanciorea
Partner - Contributor III
Partner - Contributor III

Trigger open aplication

Hi,

1 Solution

Accepted Solutions
Vegar
MVP
MVP

Are you using an expression like max(Date) for selecting max Date?

When you save an application with a selected value then max(Date) will equal to this selected value.

You could try one of these changes
1. change expression from MAX(Date) to MAX({1}Date)
2. Add a clear Date field before performing the select max(Date) on open.

View solution in original post

2 Replies
Vegar
MVP
MVP

Are you using an expression like max(Date) for selecting max Date?

When you save an application with a selected value then max(Date) will equal to this selected value.

You could try one of these changes
1. change expression from MAX(Date) to MAX({1}Date)
2. Add a clear Date field before performing the select max(Date) on open.

daanciorea
Partner - Contributor III
Partner - Contributor III
Author

Thanks Vegar.
Your first change proposed works perfectly.
Dan.