<?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 add conditional flags in Qlik Sense KPI Charts ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2029064#M84783</link>
    <description>&lt;P&gt;It will depend on what calculation you use to get Sales Growth. For my example, I assume a simple sum:&lt;/P&gt;
&lt;P&gt;if(sum([Sales Growth]) &amp;gt; 5000, sum([Sales Growth]) &amp;amp; '&amp;nbsp;&lt;SPAN&gt;▲', sum([Sales Growth]) &amp;amp; '&amp;nbsp; ▼')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This would show the following for a Sales Growth value of 5237:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5273&amp;nbsp;▲&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and it would show the following for a value of 4222:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4222&amp;nbsp;▼&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 22:20:12 GMT</pubDate>
    <dc:creator>KGalloway</dc:creator>
    <dc:date>2023-01-23T22:20:12Z</dc:date>
    <item>
      <title>How to add conditional flags in Qlik Sense KPI Charts ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2028862#M84769</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;My requirement is to show&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;▲ arrow when Sales Growth is &amp;gt;5000 else&amp;nbsp; ▼ arrow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please guide how to achieve this.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 14:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2028862#M84769</guid>
      <dc:creator>Ankit3</dc:creator>
      <dc:date>2023-01-23T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add conditional flags in Qlik Sense KPI Charts ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2029064#M84783</link>
      <description>&lt;P&gt;It will depend on what calculation you use to get Sales Growth. For my example, I assume a simple sum:&lt;/P&gt;
&lt;P&gt;if(sum([Sales Growth]) &amp;gt; 5000, sum([Sales Growth]) &amp;amp; '&amp;nbsp;&lt;SPAN&gt;▲', sum([Sales Growth]) &amp;amp; '&amp;nbsp; ▼')&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This would show the following for a Sales Growth value of 5237:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5273&amp;nbsp;▲&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and it would show the following for a value of 4222:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4222&amp;nbsp;▼&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2029064#M84783</guid>
      <dc:creator>KGalloway</dc:creator>
      <dc:date>2023-01-23T22:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add conditional flags in Qlik Sense KPI Charts ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2029675#M84817</link>
      <description>&lt;P&gt;I would suggest using the expression shared by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162035"&gt;@KGalloway&lt;/a&gt;&amp;nbsp; but encapsulating it in Dual() as&amp;nbsp; below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Dual ( Num(&lt;SPAN&gt;sum([Sales Growth]),'#,##0') &amp;amp; if(sum([Sales Growth]) &amp;gt; 5000,'&amp;nbsp;▲', '&amp;nbsp; ▼') ,&amp;nbsp;&amp;nbsp;sum([Sales Growth]) )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 06:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-conditional-flags-in-Qlik-Sense-KPI-Charts/m-p/2029675#M84817</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-25T06:36:21Z</dc:date>
    </item>
  </channel>
</rss>

