<?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: image in expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608001#M224497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI.&lt;/P&gt;&lt;P&gt;You should make an expression for the % and another expression for the image&lt;/P&gt;&lt;P&gt;I do not know if you can do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 14:33:19 GMT</pubDate>
    <dc:creator>spividori</dc:creator>
    <dc:date>2014-03-21T14:33:19Z</dc:date>
    <item>
      <title>image in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/607999#M224495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting not getting the expected output from the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((vCurrentYearSales-vPreviousYearSales)&amp;gt;0, Num((vCurrentYearSales-vPreviousYearSales)/100,'###.00% qmem://&amp;lt;bundled&amp;gt;/BuiltIn/thumb2.png'), Num((vCurrentYearSales-vPreviousYearSales)/100, '- ###.00% qmem://&amp;lt;bundled&amp;gt;/BuiltIn/thumb1.png'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selected the representation as Image in the General tab of the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the output as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55595_image.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/607999#M224495</guid>
      <dc:creator />
      <dc:date>2014-03-21T14:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: image in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608000#M224496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use two text boxes. One text box can have only one representation, either text or image, never both at the same time. So put the text box with the image on top of the one with the text. Just make the one with the text large enough so the text will be visible above the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608000#M224496</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-03-21T14:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: image in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608001#M224497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI.&lt;/P&gt;&lt;P&gt;You should make an expression for the % and another expression for the image&lt;/P&gt;&lt;P&gt;I do not know if you can do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608001#M224497</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2014-03-21T14:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: image in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608002#M224498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your link to the picture couldn't be inside a formatting-function - try it with a concat like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(condition, expression-result1 &amp;amp; picture1, expression-result2 &amp;amp; picture2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608002#M224498</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-03-21T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: image in expression?</title>
      <link>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608003#M224499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Got it resolved.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/image-in-expression/m-p/608003#M224499</guid>
      <dc:creator />
      <dc:date>2014-03-25T19:09:55Z</dc:date>
    </item>
  </channel>
</rss>

