<?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 Gauge Chart Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205786#M62126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much it is working fine.&lt;/P&gt;&lt;P&gt;Can you tell me the reason why we need to use sum(TS_PCT) &amp;lt; .75 and sum(BG_PCT) instead of (TS_PCT) &amp;lt; .75 and (BG_PCT) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 10:08:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-08T10:08:30Z</dc:date>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205782#M62122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please refer attached test.QVW.&lt;/P&gt;&lt;P&gt;Issue is getting for PRG -&amp;gt; HQ&lt;/P&gt;&lt;P&gt;APP-&amp;gt; SIC&lt;/P&gt;&lt;P&gt;Gauge chart is giving error message.&lt;/P&gt;&lt;P&gt;Data is shown in Gauge chart on the basis of TS_PCT and BG_PCT.&lt;/P&gt;&lt;P&gt;Please see TS_PCT data for this combination. There are 3 records for this combination and for all the 3 records ' TS_PCT data value is 1. If i change any one records TS_PCT value other than 1, issue will get resolve. But i am not allowed to change this data manually.&lt;/P&gt;&lt;P&gt;Please tell me how can i rectify this error. Please help me urgently.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205782#M62122</guid>
      <dc:creator />
      <dc:date>2010-04-07T12:10:49Z</dc:date>
    </item>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205783#M62123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just change the "and" to "or"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isNull(TS_PCT)=-1 and isNull(BG_PCT)=-1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;isNull(TS_PCT)=-1 or isNull(BG_PCT)=-1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps u&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205783#M62123</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-04-07T12:31:58Z</dc:date>
    </item>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205784#M62124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not working Deepak.&lt;/P&gt;&lt;P&gt;Please help me on this it is very urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205784#M62124</guid>
      <dc:creator />
      <dc:date>2010-04-07T13:03:56Z</dc:date>
    </item>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205785#M62125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use SUM like below everywhere&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(TS_PCT) &amp;lt; .75 and sum(BG_PCT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are writing (TS_PCT) &amp;lt; .75 and (BG_PCT) which i feel is wrong...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205785#M62125</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-04-07T13:10:42Z</dc:date>
    </item>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205786#M62126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much it is working fine.&lt;/P&gt;&lt;P&gt;Can you tell me the reason why we need to use sum(TS_PCT) &amp;lt; .75 and sum(BG_PCT) instead of (TS_PCT) &amp;lt; .75 and (BG_PCT) ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 10:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205786#M62126</guid>
      <dc:creator />
      <dc:date>2010-04-08T10:08:30Z</dc:date>
    </item>
    <item>
      <title>Gauge Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205787#M62127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have multiple values in you column eg: if you have customer who has purchased 3 items..&lt;/P&gt;&lt;P&gt;Item Amt&lt;/P&gt;&lt;P&gt;A 100&lt;/P&gt;&lt;P&gt;B 200&lt;/P&gt;&lt;P&gt;C 200&lt;/P&gt;&lt;P&gt;Then if you wnat to see his total sales which is the combincation of these three articles you have to use sum. SImilarly in your case TS_PCT had multiple values hence you have to use some aggr function to get a proper value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Apr 2010 06:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Gauge-Chart-Issue/m-p/205787#M62127</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-04-11T06:46:21Z</dc:date>
    </item>
  </channel>
</rss>

