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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
MishaM
Contributor II
Contributor II

Dimensions for text and image

Hi,

I would like to use the Text & Image chart. To display a list of applications along with their status, the time the alert started, the duration of the alert, the time the alert was last updated and comments so that it looks similar to the attached image. Every time I try to use text and image to do this, I only get an option to enter measures, but I think these should be dimensions. Does anyone know how to do this?

MishaM_0-1623167337637.png

Thank you!

Misha

1 Reply
Sammy_AK
Creator II
Creator II

you can use concat function. Please refer the below example. Cust and TS are fieldnames and chr(10) is the character to insert a new line. i have joined 2 dimensions with "-" so that it can display the record details. 

example: concat (distinct Cust & '-'&TS, chr(10)) 

hope this helps...