Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone.
I have a requirements to display a Photo of client when client ID is selected.
Is it possible on Qlik SaaS and if yes can you help me with directions how to achieve it?
Thanks
Denis
Any solution regarding to this topic?
I have the same requierement in Qlik Cloud.
Hi Anat,
Thank you for the response.
The links are related to Qlikview.
I need it to work on Qlik Sense SaaS.
I tried the Bundle function in the load but it did not work.
Any other suggestions?
Thanks
Any solution regarding to this topic?
I have the same requierement in Qlik Cloud.
HI Francisco,
I managed to make it work by creating a jpg files for each client and adding the client id in the file name, so 12345.jpg. Then you need to upload the pictures into the application.
Then you can use the Text and Image chart and under 'Image Settings' select add url and then you should add api link for the media files and add the client id into the link. The link you can find by clicking on the Text and image chart and then open a developer toll for your browser. So you will have something like that:
'/api/v1/apps/f9583ac4-3701-4298-8ead-76a33a49e12d/media/files/'&"Donor ID"&'.jpeg'.
Hope that helps.