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

Activer un bouton selon l'onglet d'un tableau

Bonjour,

 

Je souhaite qu'un bouton puisse s'activer/s'afficher lorsque je clique sur l'onglet "Détail" de mon Contenus.

J'ai essayé plusieurs expression If dans "Activer le graphique" mais je n'y arrive pas. Et je ne sais pas si c'est possible d'ailleurs.

Auriez vous une idée?

Merci

 

Hi,

I would like to be able to activate/display a button when I am on the "detail" tab of my table. I am unable to do so. Is it possible? Do you have any ideas?

Thank you !

 

Laurent

Labels (2)
1 Solution

Accepted Solutions
rami_naassaoui
Contributor
Contributor

Hi Laurent, 

One possible solution is to :
1-put the table in a master item 
2- create a setting variable "i.e., setting_variable" that takes a value (let's say 1)
3- add action on the master item so that when you click on --> it changes the setting value to let's say 2.
4- now when you create the button, add show/hide condition formula : =$(setting_variable)=2

You're ready to go !


View solution in original post

2 Replies
rami_naassaoui
Contributor
Contributor

Hi Laurent, 

One possible solution is to :
1-put the table in a master item 
2- create a setting variable "i.e., setting_variable" that takes a value (let's say 1)
3- add action on the master item so that when you click on --> it changes the setting value to let's say 2.
4- now when you create the button, add show/hide condition formula : =$(setting_variable)=2

You're ready to go !


brunobertels
Master
Master

Bonjour 

 

C'est malheureusement pas possible : 

voir post ci dessous 

https://community.qlik.com/t5/QlikView-App-Dev/How-to-Pass-Active-Object-ID-to-a-Button-to-enable-th...