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: 
Sai78
Contributor III
Contributor III

Display images based on column value in straight table

I need to display the image based on patient case status ..

for example, if case status = 'received' - I need to display an image.

if case status =Hold I need to display a different image .. like that each status I need to display a different image .. could you help me how to create this straight table with images? Appreciate your help  

sunitha1978_1-1599456172495.png

 

 

 

1 Solution

Accepted Solutions
Surya
Creator II
Creator II

Hello Sunitha,

Use Bundle info we done this

first make one excel

columns

Status, Imagespath

......

...

//------------ coming to qlik

load that excel and use Bundle Info before load 

 

// coming to stright table

expression : info(status)

and select in representation Image

View solution in original post

2 Replies
Surya
Creator II
Creator II

Hello Sunitha,

Use Bundle info we done this

first make one excel

columns

Status, Imagespath

......

...

//------------ coming to qlik

load that excel and use Bundle Info before load 

 

// coming to stright table

expression : info(status)

and select in representation Image

Sai78
Contributor III
Contributor III
Author

Thanks, Surya for your response !