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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
nupurdash01
Partner - Contributor II
Partner - Contributor II

The label for a sheet is showing different

We have a lading page of an app where we have two buttoms, abc and xyz. when we click on abc,it redirects to a page where the abc items are shown with "ABC" as label. But when we click on xyz,it redirects to a page where it shows the xyz content but gets labelled as "ABC". So,need a solution to this as how to change this as "xyz"

Labels (5)
1 Reply
Chanty4u
MVP
MVP

Just create a variable  vselection 

For abc button: Set variable value → vSelection = 'ABC'

 

For xyz button: Set variable value → vSelection = 'XYZ'.

Then u can use that variable in lable 

='Showing data for ' & vSelection