<?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 script to return image if its a certain value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784049#M537316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below is my script and would like to amend it so that the result shows as an image instead of "Y"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=agg (concat (DISTINCT if ([code]='EGG', if ([status]='Y','Y',),null()),'-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 16:06:03 GMT</pubDate>
    <dc:creator>dmxmikey</dc:creator>
    <dc:date>2014-11-06T16:06:03Z</dc:date>
    <item>
      <title>script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784049#M537316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below is my script and would like to amend it so that the result shows as an image instead of "Y"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=agg (concat (DISTINCT if ([code]='EGG', if ([status]='Y','Y',),null()),'-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784049#M537316</guid>
      <dc:creator>dmxmikey</dc:creator>
      <dc:date>2014-11-06T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784050#M537317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the image has an ASCII number that's indeed possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784050#M537317</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-11-06T16:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784051#M537318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use the Tick in the images below, but haven’t got a clue how to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;http://www.thomasridley.co.uk/&amp;gt;&lt;/P&gt;&lt;P&gt;Mike Dube ACCA&lt;/P&gt;&lt;P&gt;Business Process Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T: 01359 270536&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Favourite Dish: Lamb Stew and Dumplings&amp;lt;http://www.countryrange.co.uk/recipes/?ID=7&amp;gt;  Follow us on Twitter&amp;lt;https://www.twitter.com/ThomasRidleyFS&amp;gt;  &amp;lt;https://www.twitter.com/ThomasRidleyFS&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivering the best in Foodservice...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784051#M537318</guid>
      <dc:creator>dmxmikey</dc:creator>
      <dc:date>2014-11-06T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784052#M537319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For loading the pictures look at the "bundle info" load statement in the help. Then for using the loaded images in an expression look at the second expression in the object with the colored arrow in the attached example. This is one of the build in images, but the way and syntax is the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 16:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784052#M537319</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-11-06T16:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784053#M537320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example with country flags with the bundle info in the load script and a listbox with an expression to display the loaded images (so in the expressions tab of the listbox). In this case the images are linked to the dimension country, so it will display the images for a listbox with country as field. Any expression resulting in the correct link to the loaded images will work, so you are not required to link your images to another field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784053#M537320</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-11-06T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784054#M537321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3859"&gt;http://community.qlik.com/docs/DOC-3859&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 06:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784054#M537321</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-09T06:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: script to return image if its a certain value</title>
      <link>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784055#M537322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry am a bit new to scripting, basically what I need to do is for the results on the table its either a Y or N, so what i would like is to get the Y in a green background and N in red background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is the script im using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/script-to-return-image-if-its-a-certain-value/m-p/784055#M537322</guid>
      <dc:creator>dmxmikey</dc:creator>
      <dc:date>2014-11-10T16:14:42Z</dc:date>
    </item>
  </channel>
</rss>

