<?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 Add Image if compare the condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224684#M77057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Layout tab you have conditional show where you can add the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(Owner='Elad',1,0)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Whenever your expression in that box returns 1 it will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Fredrik&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 18:44:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-26T18:44:31Z</dc:date>
    <item>
      <title>Add Image if compare the condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224683#M77056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Hello,&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I want to add image to QV model.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I want to view this image only if some field = x (for example: I want to see this image only if "Owner=Elad")&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;How I can do this?&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 17:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224683#M77056</guid>
      <dc:creator />
      <dc:date>2009-10-26T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Add Image if compare the condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224684#M77057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Layout tab you have conditional show where you can add the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(Owner='Elad',1,0)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Whenever your expression in that box returns 1 it will show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Fredrik&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 18:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224684#M77057</guid>
      <dc:creator />
      <dc:date>2009-10-26T18:44:31Z</dc:date>
    </item>
    <item>
      <title>Add Image if compare the condition</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224685#M77058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming that you have some jpeg images available that you want to use, my example uses currency symbols and in a table will change the currency symbol according to values held in a field.&lt;/P&gt;&lt;P&gt;1. Load up your symbols/images from your external source, the following loads from an Excel sheet that has IName and Image as columns.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bundle info&lt;/STRONG&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; Iname&lt;/P&gt;&lt;P&gt;,Image &lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;C:\QLIKVIEW\Image\CurrencySymbols.xlsx (ooxml, embedded labels, table is Sheet1); &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2. For the whole process to work, I have formed a link (using IName) to my data table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. In my table, add an expression for Image which is&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;PRE style="margin: 0px;"&gt;&lt;STRONG&gt;=Info(Iname)&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;4. Make sure that this expression has a representation type of Image&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, I have attached my sample QVW.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 18:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Image-if-compare-the-condition/m-p/224685#M77058</guid>
      <dc:creator />
      <dc:date>2009-10-26T18:52:23Z</dc:date>
    </item>
  </channel>
</rss>

