Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Thank you!
Misha
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...