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: 
devarasu07
Master II
Master II

if missing product image then display custom image using qlikview ?

Hi All,

 All product images are named like img/product/{id}.jpg. Some product images are missing, and if they are image_missing.jpgshould be displayed instead. 

if(isnull(SKU), 'http://<IP address>/SKU/SKU_NA.JPG',
'http://<IP address>/SKU/'&SKU&'.jpg'

)

any idea how can we display custom image when product image not available?. many thanks

 

Regards,

Deva

Labels (1)
1 Reply
Shubham_Deshmukh
Specialist
Specialist

WHat you are getting right now? r u getting image those images which are available?