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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Action d'un boutton

Bonjour,

Je cherche comment créer un bouton dont l'action est d'afficher des tables de sélection. En cliquant sur le bouton, des liste de sélection de plusieurs champs s'affichent.

Merci pour votre aide

Labels (1)
1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

Create a variable in the script:

LET myVar = 0;

In the button set the trigger -> external -> set variable and

in the upper textbox write : myVar

in the lower textbox write: =if(myVar=1,0,1)

Now, in your object (Table, chart ...) go in conditional show and write in the text box myVar=1

Hope it helps