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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
stephenedberkg
Creator III
Creator III

Button label in text box

i have two buttton sales and target

if i select the button sales .

i want to show the button(name ) label in textbox.

thanks in advancce

1 Solution

Accepted Solutions
sunny_talwar

If I understand you well, you can do this:

In the text box object you can do this may be:

If(vVar = 1, 'Sales')

where button Sales set vVar = 1 when you click it

View solution in original post

3 Replies
sunny_talwar

If I understand you well, you can do this:

In the text box object you can do this may be:

If(vVar = 1, 'Sales')

where button Sales set vVar = 1 when you click it

Not applicable

Addone variable with no value

add an action to button that is set variable to that button and add value to that variable

add a text object in that add the variable

please find the below app

stephenedberkg
Creator III
Creator III
Author

thank you sunindia