
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Text box instead of table
Dear,
I would like to show a text in a text box based on a selection and a field containing text. I dont want to show it in a table format. Is there a text box which can be used? The text box available within Qlik sense can only show a picture, typed text or based on a measure....
Thank you in advance for the help!!
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The text & image is the right type of chart.
You can create your expression as a Measure and concatenate a string to an expression as an example ...
= 'Sales is ' & Money(Sum(Sales))
Your selections will dynamically change the sales values
or you can type some text in the text & image object and add a Measure through the Properties to get the same result


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The text & image is the right type of chart.
You can create your expression as a Measure and concatenate a string to an expression as an example ...
= 'Sales is ' & Money(Sum(Sales))
Your selections will dynamically change the sales values
or you can type some text in the text & image object and add a Measure through the Properties to get the same result

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Lisa,
Thanks for your explanation, and indeed this works. Forgot that i can just use the Fx option ...
