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: 
sona_sa
Creator II
Creator II

Make an expression and Set a trigger

Hi,

I have a Query, Can we make a trigger in expression lable in straight table.

Like This : If(Name = 'SA', then activate the sheet id = 10)

Regards,

QVTEAM

2 Replies
simondachstr
Specialist III
Specialist III

You can set a dynamic variable in the document settings:

If(Name = 'SA',1,0) and set a trigger in the "OnChange" event: =if(variable=1,'SH01')

sujeetsingh
Master III
Master III

Yes of course!!

But it can be on some event how to do an trigger without any event .

It can be on selection that is if you select in  Name  List box 'SA' then the trigger works .