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: 
Not applicable

Trigger Actions for Two Fields

Hi All,

My requirement is by default the year  = current year and period =  current period.

I have created two trigger actions.One for Year and the other one for Period.

Year is working but not period.Can anyone help me on this.

13 Replies
agilos_mla
Partner - Creator III
Partner - Creator III

Make alos you script simple : use 'P'&FISCAL_PERIOD instead of you long IF statement

Clever_Anjos
Employee
Employee

Worked here into OnOpen trigger

PFA

Anonymous
Not applicable
Author

=only({<PeriodID={"$(=max(PeriodID))"}>} [Calendar Period])

Anonymous
Not applicable
Author

you missed "="