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?
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'
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'