Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
kunkumnaveen
Specialist
Specialist

on open trigger

Hi

in the  trigger  ON OPEN

i wrote= max(year) and max(year,2) and max(year,3)

which should select max 3 yr on open...but its not working

thanks

naveen

1 Solution

Accepted Solutions
Kushal_Chawda

Try to change the trigger condition like below

View solution in original post

2 Replies
Kushal_Chawda

Try to change the trigger condition like below

martinpohl
Partner - Master
Partner - Master

For multi selection you need a '|' between values and brackets around

='('&max(Year)&'|'&(max(Year)-1)&'|'&(max(Year)-2)&')'

Regards