<?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 Re: Dynamically change  images in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamically-change-images-in-Qlik-Sense/m-p/1796754#M64395</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81172"&gt;@swati&lt;/a&gt;&amp;nbsp;I am not 100% sure of what you need to achieve but if you mean change the flag icon based on X selection (country name for example) then you can do it maybe with the following Qlik Extension:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/57a0b25204177e48f38a8031" target="_blank"&gt;https://developer.qlik.com/garden/57a0b25204177e48f38a8031&lt;/A&gt;&amp;nbsp;and once you install this extension, in "MedioBox" select "Image from Url" URL" and paste for example, let's say we have the following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png" target="_blank"&gt;https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where you can see the number 203081 which is the ID for this specific player. So then the URL you should use in your case if you wanted to change the player based on PLAYER_ID selection, then the URL should look like this (where '&amp;amp;PLAYER_ID&amp;amp;' is going to be dynamically changed based on player ID number)&lt;/P&gt;&lt;P&gt;&lt;A href="https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png" target="_blank"&gt;='https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/latest/260x190/'&amp;amp;PLAYER_ID&amp;amp;'.png'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So taking this example maybe you can apply it to any web site like the onle below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.countryflags.com/icons-overview/" target="_blank"&gt;https://www.countryflags.com/icons-overview/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this can help you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Apr 2021 11:35:57 GMT</pubDate>
    <dc:creator>Patricia_Silva</dc:creator>
    <dc:date>2021-04-04T11:35:57Z</dc:date>
    <item>
      <title>Dynamically change  images in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-change-images-in-Qlik-Sense/m-p/1795858#M62402</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a certain regions which has list of countries and their respective flag. Upon changing the region from the filter pane the list of countries and the flags should change.&lt;/P&gt;&lt;P&gt;Eg of data:-&lt;/P&gt;&lt;P&gt;Region Country Flag&lt;/P&gt;&lt;P&gt;Asia India (icon for flag)&lt;/P&gt;&lt;P&gt;Asia Japan (icon for flag)&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 05:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-change-images-in-Qlik-Sense/m-p/1795858#M62402</guid>
      <dc:creator>swati</dc:creator>
      <dc:date>2021-03-31T05:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically change  images in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-change-images-in-Qlik-Sense/m-p/1796754#M64395</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81172"&gt;@swati&lt;/a&gt;&amp;nbsp;I am not 100% sure of what you need to achieve but if you mean change the flag icon based on X selection (country name for example) then you can do it maybe with the following Qlik Extension:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/57a0b25204177e48f38a8031" target="_blank"&gt;https://developer.qlik.com/garden/57a0b25204177e48f38a8031&lt;/A&gt;&amp;nbsp;and once you install this extension, in "MedioBox" select "Image from Url" URL" and paste for example, let's say we have the following link&lt;/P&gt;&lt;P&gt;&lt;A href="https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png" target="_blank"&gt;https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where you can see the number 203081 which is the ID for this specific player. So then the URL you should use in your case if you wanted to change the player based on PLAYER_ID selection, then the URL should look like this (where '&amp;amp;PLAYER_ID&amp;amp;' is going to be dynamically changed based on player ID number)&lt;/P&gt;&lt;P&gt;&lt;A href="https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/1610612757/2020/260x190/203081.png" target="_blank"&gt;='https://ak-static.cms.nba.com/wp-content/uploads/headshots/nba/latest/260x190/'&amp;amp;PLAYER_ID&amp;amp;'.png'&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So taking this example maybe you can apply it to any web site like the onle below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.countryflags.com/icons-overview/" target="_blank"&gt;https://www.countryflags.com/icons-overview/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope this can help you&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 11:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-change-images-in-Qlik-Sense/m-p/1796754#M64395</guid>
      <dc:creator>Patricia_Silva</dc:creator>
      <dc:date>2021-04-04T11:35:57Z</dc:date>
    </item>
  </channel>
</rss>

