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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
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)