<?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 KPI using chart expressions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889576#M1008513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suposse you want this on an text object outside the chart, for that you can use this expression:&lt;/P&gt;&lt;P&gt;=If(Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Posted'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),0)))"}&amp;gt;}ID)&amp;gt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png',&lt;/P&gt;&lt;P&gt; If(Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Posted'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),0)))"}&amp;gt;}ID)&amp;lt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png'&lt;EM&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley2_y.png'&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, set 'Image' as representation in text object, check Ramon's example to see how it's done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 15:48:51 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-05-06T15:48:51Z</dc:date>
    <item>
      <title>How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889572#M1008509</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 Dimension and Expressions as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Expr1:&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Posted'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),0)))"}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Ready to Post'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),1)))"}&amp;gt;}ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the KPI (with smiley and sad faces). I want to show smile face when Expr1 &amp;gt; 100 and sad face when Expr1 &amp;lt;100. For second expression smile face when Expr2 &amp;gt;50 and sad face when Expr2 &amp;lt;50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can anyone suggest me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889572#M1008509</guid>
      <dc:creator />
      <dc:date>2015-05-06T15:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889573#M1008510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia, if your first expression is called Expr1 and you want to add an image expression with the smile you can use this expression:&lt;/P&gt;&lt;P&gt;If(Expr1&amp;gt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png',&lt;/P&gt;&lt;P&gt; If(Expr1&amp;lt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png'&lt;EM&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley2_y.png'&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set 'image' as representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want this in an object outside the chart you can replace 'Expr1' with the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889573#M1008510</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-06T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889574#M1008511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is one example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889574#M1008511</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-06T15:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889575#M1008512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. if I want to show this only for total count instead of row by row. how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889575#M1008512</guid>
      <dc:creator />
      <dc:date>2015-05-06T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889576#M1008513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suposse you want this on an text object outside the chart, for that you can use this expression:&lt;/P&gt;&lt;P&gt;=If(Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Posted'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),0)))"}&amp;gt;}ID)&amp;gt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley1_g.png',&lt;/P&gt;&lt;P&gt; If(Count(DISTINCT {&amp;lt;Flag={1},Path={'Banymoore'},Station={'Posted'},MonthYear={"=$(=Date(Addmonths(Max(MonthYear),0)))"}&amp;gt;}ID)&amp;lt;100,'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley3_r.png'&lt;EM&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/smiley2_y.png'&lt;/EM&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, set 'Image' as representation in text object, check Ramon's example to see how it's done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889576#M1008513</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-06T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889577#M1008514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I need like in attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889577#M1008514</guid>
      <dc:creator />
      <dc:date>2015-05-06T15:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889578#M1008515</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;Have you loaded the smiley face and sad face into QlikView yet? If not please read &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview"&gt;this blog&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889578#M1008515</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-06T15:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889579#M1008516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amelia, I'm not sure if that is possible, one expression has one representation and it's applied to all the rows (including Total row), in your image you have rows in text and the total is a mix of text and an image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope other user gives you the solution, otherwise you'll need to look for a workaround, something similar to what Ramon posted, one expression for the value and another for the image.&lt;/P&gt;&lt;P&gt;Using Dimensionality() you can make it show only in Total row but all other rows will show an empty space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889579#M1008516</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-06T15:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889580#M1008517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do I need to load that. sorry if this is silly question. there is already inbuilt faces are there right in qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889580#M1008517</guid>
      <dc:creator />
      <dc:date>2015-05-06T16:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889581#M1008518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, yes, those faces are already loaded in QV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889581#M1008518</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-06T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to show KPI using chart expressions?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889582#M1008519</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;If you wanted to use those in QlikView already then you don't need to load them in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-KPI-using-chart-expressions/m-p/889582#M1008519</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-05-06T16:15:47Z</dc:date>
    </item>
  </channel>
</rss>

