Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mazacini
Creator III
Creator III

condition in trigger to activate different sheets

I have a trigger in Document properties that activates a sheet on any selection.

The trigger therefore applies to any selection through the whole document.

Is there a way to change the sheet to be activated depending on the selection made?

E.G. If I select value A, sheet 1 will be activated; but if I select value B, sheet 2 will be activated.

3 Replies
Not applicable

=if(Value='A', 'Document\SH02'),

if(Value='B', 'Document\SH03')

Not applicable

As sumitharsh suggested you can try the same...

Anonymous
Not applicable

yes , you can triggers like  = if( GetFieldSelections(field)= A,'Document\SH02)