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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Title Variable and text

Hello,

I want in the title a combination of the value of a variable and tekst e.g.

The value is <<variable>>

How do i combine those two?

Labels (1)
1 Solution

Accepted Solutions
jpapador
Partner - Specialist
Partner - Specialist

Is this a title of a qvw file or a title of an object within an application?

If it's the title of an object you can do

= NameOfVariable & 'Enter Text in Single Quotes'

View solution in original post

1 Reply
jpapador
Partner - Specialist
Partner - Specialist

Is this a title of a qvw file or a title of an object within an application?

If it's the title of an object you can do

= NameOfVariable & 'Enter Text in Single Quotes'