Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon, my client needs that when a supplier is selected, an image of
the brand that said supplier represents is displayed. Is there a way in qlik cloud?
thank you
After a long search I have succeeded in this! Steps:
for example:
=
if(Supplier = 'Supplier A', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierA.jpeg',
if(Supplier = 'Supplier B', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierB.jpeg',
etc.
)))
Might be very time-consuming if you have a lot of suppliers... but it worked for me.
Video – Adding images to a straight table - Qlik Sense | Qlik Help
Thank you very much for your time. I solved it the same way, except that I loaded the web address into a table, so it is automatically taken when a particular provider is selected.
The images are uploaded to the media library. I take them directly from there.
To do that I use the path that I indicated in the excel
After a long search I have succeeded in this! Steps:
for example:
=
if(Supplier = 'Supplier A', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierA.jpeg',
if(Supplier = 'Supplier B', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierB.jpeg',
etc.
)))
Might be very time-consuming if you have a lot of suppliers... but it worked for me.
Video – Adding images to a straight table - Qlik Sense | Qlik Help
Thank you very much for your time. I solved it the same way, except that I loaded the web address into a table, so it is automatically taken when a particular provider is selected.
The images are uploaded to the media library. I take them directly from there.
To do that I use the path that I indicated in the excel