Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Sai78
		
			Sai78
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
 Surya
		
			Surya
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
 Surya
		
			Surya
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
		
			Sai78
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks, Surya for your response !
