<?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: How to show KPIs in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581308#M1117490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a comma behing the logical expression (after the value 50)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 14:18:56 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2014-02-13T14:18:56Z</dc:date>
    <item>
      <title>How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581301#M1117483</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;I have a straight table in qvw like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Subject&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;TotalPass&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Passed by Stamp&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Passed by Average&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Science&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;250&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Maths&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;345&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;245&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;English&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;450&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Zoology&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;120&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Botany&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;400&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;380&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would need to show KPIs with colours. I,e I should show Passed by Stamp as Red and Passed by Average as Yellow and TotalPass as Green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above Subject is Dimension and TotalPass, Passed by Stamp , Passed by Average are Expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 13:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581301#M1117483</guid>
      <dc:creator />
      <dc:date>2014-02-13T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581302#M1117484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Expression tree, expand the sub elements by clikcing the plus sign. There is a leaf called Background Color. Select it and enter =green(), =red() or =yellow in the expression field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not that these colors may make your numbers unreadable. Use =rgb(R, G, B) to defined lighter colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581302#M1117484</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581303#M1117485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Next to each expression click the + sign, and then go to background color. There you can specify a color like red(), yellow(), green(), and if you know the rgb value, rgb(). You can also use expressions here like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([Passed by Stamp] &amp;lt;=50, yellow(), green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581303#M1117485</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-13T14:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581304#M1117486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ColorExpressionCells.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/53135_ColorExpressionCells.jpg" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581304#M1117486</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581305#M1117487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and if I want to show the images like arrows or Led symbols how can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581305#M1117487</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581306#M1117488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have 3 different expressions in your straight table : Total Pass, Pass by Stamp and Passed by Average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So go to the expressions click + sign and go to BackGround Colour , then in Definintion field put = (yellow) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then choose ok, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same do it for other expressions, change colour name and its ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581306#M1117488</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-02-13T14:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581307#M1117489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. If I want to show images I just Used below but it is showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Passed by Stamp] &amp;lt;=50 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png' , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581307#M1117489</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581308#M1117490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a comma behing the logical expression (after the value 50)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581308#M1117490</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581309#M1117491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but same error is showing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581309#M1117491</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581310#M1117492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need to change any thing else here?Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581310#M1117492</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581311#M1117493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of your Edit Expression Dialog box? If there is an error in your image expression, it should shown where by way of zig-zag lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581311#M1117493</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581312#M1117494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and instead of arrows or Led symbols it is showing like attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581312#M1117494</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581313#M1117495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;I didn't find any attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW In Properties-&amp;gt;Expressions-&amp;gt;Display Options, have you set Representation to Image? Otherwise you'll get plain text instead of nice arrows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: indeed, that is what you should do to obtain graphics instead of plain text. But that's normal behavior, not just an error!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581313#M1117495</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581314#M1117496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks . Yes I changed to Image. Now after changing to image it is shwoing Blanks under KPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581314#M1117496</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581315#M1117497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you put this expression-with-leg-images in the definition field of the expression with label [Passed By Stamp]? In that case it will refer to itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581315#M1117497</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581316#M1117499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I am not able to get this. Could you let me know a bit more clear &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581316#M1117499</guid>
      <dc:creator />
      <dc:date>2014-02-13T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581317#M1117500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to set Display Options-&amp;gt;Image Formatting to "Keep Aspect" as well. But now I'm just guessing what may be wrong, as I don't have all the details of your situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment for a working example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581317#M1117500</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T14:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPIs in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581318#M1117503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much you are right!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 15:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPIs-in-straight-table/m-p/581318#M1117503</guid>
      <dc:creator />
      <dc:date>2014-02-13T15:03:27Z</dc:date>
    </item>
  </channel>
</rss>

