Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

Triggers Question.

Hi,

How to do force selection field on particular sheet? When the user clicks on sheet then the particular field (Approved) should select by default.

Need Help?

1 Solution

Accepted Solutions
avinashelite

Please find the attachment for the solution:

To create alternate state, go to >document properties >general> Alternate state> and add one

And now in the sheet properties select the alternate state you have created and in the sheet properties > triggers> select the same alternate state ..this should work

View solution in original post

14 Replies
sushil353
Master II
Master II

Hi,

You can use sheet based trigger:

Go to Settings> sheet property > Triggers> OnActivateSheet> Action Type (Selection )> Select in field

HTH

sushil

Kushal_Chawda

like this

Go to that sheet->sheet properties-> Add action-> Select in Field

tresesco
MVP
MVP

Right click on the sheet->Properties->OnActivateSheet->Actions->Selection->Select in field ...

ToniKautto
Employee
Employee

I just want to add to the above OnActivate trigger advise that selections are made in the data model, so even if the selection is made on a sheet if will affect all objects int he application.

MuraliPrasath
Creator III
Creator III
Author

It's not working guys. It is correct ?

lalksdd.PNG

MuraliPrasath
Creator III
Creator III
Author

Hi Toni,

I just want the selection on only one sheet. How to achieve this?

avinashelite

please find the attachment for the solution

tresesco
MVP
MVP

Field name should be - ShipmentStatus

and Search String - COMPLETED

MuraliPrasath
Creator III
Creator III
Author

Hi Avinash,

This is affecting all other sheets also. It should apply only one sheet. Help me?