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

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.

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 🙂