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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Static text and variable in chart title?

In my chart title I want to use an expression to list static text and the value of a variable.

"Battery Level " + vBatteryLevel

I can get =vBatteryLevel to display the variable value, but I can't figure out how to add the static text "Battery Level " in front of it.

Thanks.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

='Battery Level ' & vBatteryLevel

View solution in original post

2 Replies
Not applicable
Author

='Battery Level ' & vBatteryLevel

Not applicable
Author

Thanks, I tried everything but the single quotes 🙂