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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select on Activation of a sheet.

Hi,

I need to slect two Years, current and previous year on moving Activation of purticular sheet. I have a list box and it has Calendar year and I need to have current and previous year selcted on this list box on activation.

thanks in Advance

1 Solution

Accepted Solutions
rubenmarin

Hi saritha, configure that action like this:

Field: Year (name of the field)

String to search: ='("' & Max({1} Year) & '"|"' & (Max({1} Year)-1) & '")'

View solution in original post

5 Replies
PrashantSangle

Hi,

Go to Sheet Property->triger->select OnActivateSheet->add Action->select in Field

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

HI

For selecting single year, current year it is working. but i need to select current and previous year.

rubenmarin

Hi saritha, configure that action like this:

Field: Year (name of the field)

String to search: ='("' & Max({1} Year) & '"|"' & (Max({1} Year)-1) & '")'

Not applicable
Author

Hi Ruben,

thanks for the quick response. its working perfectly.

PrashantSangle

Hi,

You can use | symbol for conctenate two value selection.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂