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: 
matthewp
Creator III
Creator III

Sheet trigger action OnActivateSheet Select In Field

I am trying to add an action in a sheet trigger top make a default selection however i cant get it to work.

Field

=YEAR(CREATTION_DATE)

Search String

(2014|2015)

Where am i going wrong?

13 Replies
maxgro
MVP
MVP

FIELD

YEAR

not

=YEAR

1.png

rubenmarin

Can you upload a sample? worked for me in one of my documents.

From your answer to Sergey, you created a field 'Year' but you are using field name 'YEAR', field names are case sensitive, so 'Year' and 'YEAR' are different field names.

SergeyMak
Partner Ambassador
Partner Ambassador

QlikView is case sensitive with field names. SO, if you created field Year, you have to use Year

Regards,
Sergey
matthewp
Creator III
Creator III
Author

Case sensitivity was causing my issue!! thank you!