<?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: Qlik Sense Conditional Images in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634572#M47271</link>
    <description>&lt;P&gt;Down this updated one attached,&lt;/P&gt;&lt;P&gt;Features is very simple&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;1) Add image url&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;2) condition can be used&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3) css for image can be added&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;4) navigation to specified sheet id is also a option&lt;/P&gt;&lt;P&gt;How to tutorial is also attached as gif image&lt;/P&gt;&lt;P&gt;mark it as correct if my answer is correct.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Oct 2019 13:02:14 GMT</pubDate>
    <dc:creator>ajaykakkar93</dc:creator>
    <dc:date>2019-10-13T13:02:14Z</dc:date>
    <item>
      <title>Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1631062#M46986</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I tried to add custom images to Qlik Sense app by using conditional measure in Text and Image, by using image URL is there any other way to achieve our requirement?&lt;/P&gt;&lt;P&gt;If(Sales&amp;lt;20M,Image1,image2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1631062#M46986</guid>
      <dc:creator>Rav3</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1632586#M47109</link>
      <description>&lt;P&gt;Wait for some time ill be able to help you ill make 1 and will add it to my github download it from there.&lt;/P&gt;&lt;P&gt;Udemy Tutorials by name of&amp;nbsp;&lt;SPAN class="full-page-takeover-header--course-title--3gEaO"&gt;Qlik Sense Extension form Scratch will be online by coming monday&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay Kakkar&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ajaykakkar93/" target="_blank" rel="noopener"&gt;https://github.com/ajaykakkar93&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 14:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1632586#M47109</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-08T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1632608#M47112</link>
      <description>&lt;P&gt;1.you can do it by creating a simple widget with a property..in the html use the value of this property to populate img src..this is extension creation..&lt;/P&gt;&lt;P&gt;2. if you want to use text/image object, create text/image object with background&amp;nbsp; for each url. add them as master visualization and use show hide container with a condition for each image.&lt;/P&gt;&lt;P&gt;3. you can try with simple table extension using enable raw html and under if else use whole img src string, something like &lt;SPAN&gt;If(Sales&amp;lt;20M,'&amp;lt;img src="url1"&amp;gt;',&lt;SPAN&gt;'&amp;lt;img src="url2"&amp;gt;'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am not aware of any other way&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 15:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1632608#M47112</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-10-08T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634557#M47269</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sorry to keep you waiting, here is what you asked for.&lt;/P&gt;&lt;P&gt;Find the extension &amp;amp; it as per your requirement .&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 08:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634557#M47269</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-13T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634570#M47270</link>
      <description>&lt;P&gt;Can you please share me the description??&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 12:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634570#M47270</guid>
      <dc:creator>Rav3</dc:creator>
      <dc:date>2019-10-13T12:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Conditional Images</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634572#M47271</link>
      <description>&lt;P&gt;Down this updated one attached,&lt;/P&gt;&lt;P&gt;Features is very simple&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;1) Add image url&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;2) condition can be used&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;3) css for image can be added&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;4) navigation to specified sheet id is also a option&lt;/P&gt;&lt;P&gt;How to tutorial is also attached as gif image&lt;/P&gt;&lt;P&gt;mark it as correct if my answer is correct.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 13:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Conditional-Images/m-p/1634572#M47271</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-13T13:02:14Z</dc:date>
    </item>
  </channel>
</rss>

