<?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: Gauge Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419791#M428511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil. Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 12:12:07 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2017-12-04T12:12:07Z</dc:date>
    <item>
      <title>Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419788#M428508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="problem.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185569_problem.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the value 56.&amp;nbsp; If Value is &amp;lt;20 scale should be in Green and values is in between 20 and 50 it should be Yellow.&lt;/P&gt;&lt;P&gt;How can we get the value. If &amp;gt;50 scale&amp;nbsp; should be ini Red color.&lt;/P&gt;&lt;P&gt;How to solve this one. Can any one explain please this one. Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419788#M428508</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-12-04T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419789#M428509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can assign this for slider expression as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is an percentage&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(sum(value) &amp;lt; 0.2, green(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(sum(value) &amp;gt; 0.2 and sum(value) &amp;lt;0.5, yellow(), red()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is number&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(sum(value) &amp;lt; 20, green(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(sum(value) &amp;gt; 20 and sum(value) &amp;lt;50, yellow(), red()))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 11:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419789#M428509</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-04T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419790#M428510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The color split of the bar is set standard equal: each of your 3 colors fills 33% of the bar.&lt;/P&gt;&lt;P&gt;You can alter the lower bound of each segment in the chart properties - presentation - segment setup&lt;/P&gt;&lt;P&gt;yellow lower bound = 20 (or as Anil Babu replied: 0.2 if you're using percentage)&lt;/P&gt;&lt;P&gt;red lower bound 50 (or 0.5 for %)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419790#M428510</guid>
      <dc:creator>dieterdec</dc:creator>
      <dc:date>2017-12-04T12:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419791#M428511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil. Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419791#M428511</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2017-12-04T12:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419792#M428512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad we were able to offer you, Please close this thread by flag "Correct Answer" using &lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart/m-p/1419792#M428512</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-04T12:14:32Z</dc:date>
    </item>
  </channel>
</rss>

