Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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