<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamic images in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2483325#M101033</link>
    <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: 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?"&gt;&lt;SPAN class="Y2IQFc"&gt;Good afternoon, my client needs that when a supplier is selected, an image of &lt;BR /&gt;the brand that said supplier represents is displayed. Is there a way in qlik cloud?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: thank you"&gt;&lt;SPAN class="Y2IQFc"&gt;thank you&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: 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?"&gt;&lt;SPAN class="Y2IQFc"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 20:05:43 GMT</pubDate>
    <dc:creator>rbarboza</dc:creator>
    <dc:date>2024-09-24T20:05:43Z</dc:date>
    <item>
      <title>Dynamic images</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2483325#M101033</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: 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?"&gt;&lt;SPAN class="Y2IQFc"&gt;Good afternoon, my client needs that when a supplier is selected, an image of &lt;BR /&gt;the brand that said supplier represents is displayed. Is there a way in qlik cloud?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: thank you"&gt;&lt;SPAN class="Y2IQFc"&gt;thank you&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwjc9e-YsNyIAxW8qpUCHRA6DCUQ3ewLegQICBAU" aria-label="Texto traducido: 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?"&gt;&lt;SPAN class="Y2IQFc"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 20:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2483325#M101033</guid>
      <dc:creator>rbarboza</dc:creator>
      <dc:date>2024-09-24T20:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic images</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2494620#M102462</link>
      <description>&lt;P&gt;After a long search I have succeeded in this! Steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;upload all the required images in your application via Text &amp;amp; Image object&lt;/LI&gt;
&lt;LI&gt;create a straight table (Qlik Visual Bundle)&lt;/LI&gt;
&lt;LI&gt;add a dimension that represents the filter, in this case supplier name&lt;/LI&gt;
&lt;LI&gt;within the dimension settings, go to presentation and select 'Image' in stead of 'Text'&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;add the images via URL&lt;/LI&gt;
&lt;LI&gt;then I created an if-statement based on the selections to present a certain image that is uploaded in the tenant&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;for example:&lt;/P&gt;
&lt;P&gt;=&lt;BR /&gt;if(Supplier = 'Supplier A', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierA.jpeg',&lt;/P&gt;
&lt;P&gt;if(Supplier = 'Supplier B', 'https://*YOURTENANTNAME*.eu.qlikcloud.com/api/v1/apps/*YOUR APPID*/media/files/SupplierB.jpeg', &lt;BR /&gt;etc.&lt;BR /&gt;)))&lt;/P&gt;
&lt;P&gt;Might be very time-consuming if you have a lot of suppliers... but it worked for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SterreKapteijns_0-1732615884768.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174845i9FF707B9660F98D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SterreKapteijns_0-1732615884768.png" alt="SterreKapteijns_0-1732615884768.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/nl-NL/video/oWchTf46jmw" target="_blank"&gt;Video – Adding images to a straight table - Qlik Sense | Qlik Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 10:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2494620#M102462</guid>
      <dc:creator>SterreKapteijns</dc:creator>
      <dc:date>2024-11-26T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic images</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2494734#M102469</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwipkaKsvPqJAxXOOrkGHVCGG1EQ3ewLegQIDBAU" aria-label="Texto traducido: 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."&gt;&lt;SPAN class="Y2IQFc"&gt;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.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rbarboza_0-1732640728032.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/174873iD9C3B049E6A2F0CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rbarboza_0-1732640728032.png" alt="rbarboza_0-1732640728032.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwipkaKsvPqJAxXOOrkGHVCGG1EQ3ewLegQIDBAU" aria-label="Texto traducido: 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"&gt;&lt;SPAN class="Y2IQFc"&gt;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&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Traducción" data-ved="2ahUKEwipkaKsvPqJAxXOOrkGHVCGG1EQ3ewLegQIDBAU" aria-label="Texto traducido: 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."&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 17:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-images/m-p/2494734#M102469</guid>
      <dc:creator>rbarboza</dc:creator>
      <dc:date>2024-11-26T17:07:03Z</dc:date>
    </item>
  </channel>
</rss>

