Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_2583
Contributor III
Contributor III

Variable Input - Button

Hi, 

I want to include a Variable Input button with Dynamic values.

What is the correct Syntax for this please? My variable is Location_Iso and I have 14 outputs.  Of these 14 outputs, I want to see a button for each if possible 

1 Solution

Accepted Solutions
tm_burgers
Creator III
Creator III

Use the Variable input in the Dashboard bundle. 

 

Variable name = Location_iso, Show As = Buttons

 

your values are Dynamic, if you have your 14 outputs as a dimension in the Values section you can simple use a formula to display all the values. 

=concat(distinct OUTPUTVALUES,'|')

View solution in original post

1 Reply
tm_burgers
Creator III
Creator III

Use the Variable input in the Dashboard bundle. 

 

Variable name = Location_iso, Show As = Buttons

 

your values are Dynamic, if you have your 14 outputs as a dimension in the Values section you can simple use a formula to display all the values. 

=concat(distinct OUTPUTVALUES,'|')