<?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: QlikSense: Images in Tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985426#M14367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see, sorry did not understand the color part in your last reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 07:57:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-27T07:57:21Z</dc:date>
    <item>
      <title>QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985421#M14362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to insert images in Tables in QlikSense just like Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a table in QlikSense with +ve and -ve values and would like to show respective up and down arrow images in the table.&amp;nbsp; How is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2015 13:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985421#M14362</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-09-19T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985422#M14363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use geometric shapes and set their colour: for example the up arrow is chr(9650) and the down arrow is chr(9660) - so add a measure to the table with an expression along the lines of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(Metric)&amp;gt;=0,chr(9650),chr(9660))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then write a similar expression for the text color expression, for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(Metric)&amp;gt;=0,green(),red())&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Check Wikipedia or elsewhere on the net for other geometric shapes.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Please mark this as helpful / correct if your question has been answered to your satisfaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Sep 2015 01:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985422#M14363</guid>
      <dc:creator>brian_holborow</dc:creator>
      <dc:date>2015-09-20T01:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985423#M14364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&amp;nbsp; The geometric shapes are working nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i guess at this time we do not have the feature of inserting images in QlikSense Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 07:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985423#M14364</guid>
      <dc:creator>sjhussain</dc:creator>
      <dc:date>2015-09-21T07:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985424#M14365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know is it possible to add color to the geometirc shapes, is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 15:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985424#M14365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T15:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985425#M14366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the color of the shape by using an expression in the Text Color Expression of the measure you are adding, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(Metric)&amp;gt;=0,green(),red())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;There are a lot of ways to define the color, such as the Qlik Sense functions used here, but also using rgb(), argb(), hsl(), etc.&amp;nbsp; More details are available in the Help system.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope that helps.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please mark this as helpful / correct if your question has been answered to your satisfaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 04:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985425#M14366</guid>
      <dc:creator>brian_holborow</dc:creator>
      <dc:date>2016-07-27T04:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense: Images in Tables</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985426#M14367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see, sorry did not understand the color part in your last reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 07:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Images-in-Tables/m-p/985426#M14367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-27T07:57:21Z</dc:date>
    </item>
  </channel>
</rss>

