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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to use the variable to show the values

Hi,

i am using input box to obtain the values for a variable(variable name:var)

i need to show thie value whatever i was given in input box to the chart caption label and expression label

for example:

if i gave the value as 6 in input box,the expression and caption label for chart is top products...... i need it to be changed as top 6 products

same thing in expression label name also ..pls..help me out

3 Replies
renjithpl
Specialist
Specialist

HI,

in window title

type

=



'Top ' & vTopN & ' Products'

Hope this hepls

thanks

Not applicable
Author

='Top '&var&' products'

Not applicable
Author

Hi,

There is a example file.

I hope it helps you.

Regards.