Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.