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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jeroenlansberge
Contributor III
Contributor III

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!!

Labels (2)
1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

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

 

View solution in original post

2 Replies
Lisa_P
Employee
Employee

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

 

jeroenlansberge
Contributor III
Contributor III
Author

Dear Lisa,

 

Thanks for your explanation, and indeed this works. Forgot that i can just use the Fx option ...