<?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 Problems with the Gauge chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293148#M1201613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I want to show using a text in chart the percentage and I've done the following:&lt;/P&gt;&lt;P&gt;I've added a text in chart with the expression:&lt;/P&gt;&lt;P&gt;=(Avg(Sales))/((Avg({1}total Sales)*2))*100&lt;/P&gt;&lt;P&gt;which shows me the percentage value but without the "%" at the end.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2010 07:34:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-10T07:34:08Z</dc:date>
    <item>
      <title>Problems with the Gauge chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293146#M1201611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am developing an application for a study case in the university where I have to provide useful info to a Sales Manager. I am trying to use a Gauge chart to easily check which salespersons are doing it well and which are not. I have divided the chart in two sections (red and green) and I want to see if a salesperson is selling or not more than the average so I put no dimensions and Sum(Sales) as the expression.&lt;/P&gt;&lt;P&gt;The problem is that I don't know how to put the Average(Sales) of the whole company as the limit separating segment 1 from segment 2. I have tried to set the Max value as Avg(Sales)*2 so that the average value is the limit, but when I select a salesperson the value of the limit changes so that I can not get the info I want.&lt;/P&gt;&lt;P&gt;How can I make the limit or the metrics of the chart independent from the current selection? I mean, if the average sales per salesperson in the company is 50 to make this the limit so that it does not change depending on the selection made. This way if a salesperson's sales are 55 the needle should be in the green segment and if the sales are lower than 50 in the red segment.&lt;/P&gt;&lt;P&gt;Hope you can help me because I am sure it must be really easy but I am going crazy with this chart. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 23:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293146#M1201611</guid>
      <dc:creator />
      <dc:date>2010-12-09T23:37:20Z</dc:date>
    </item>
    <item>
      <title>Problems with the Gauge chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293147#M1201612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can use&lt;/P&gt;&lt;P style="font-weight:bold;margin-bottom:0px;background-color:transparent;"&gt;avg( {1} total Sales ) if suing qv 8.5 or higher&lt;/P&gt;&lt;P style="font-weight:bold;margin-bottom:0px;background-color:transparent;"&gt;else&lt;/P&gt;&lt;P style="font-weight:bold;margin-bottom:0px;background-color:transparent;"&gt;use Avg(All Sales)&lt;/P&gt;&lt;P style="font-weight:bold;margin-bottom:0px;background-color:transparent;"&gt;post me ur application for any issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 03:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293147#M1201612</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2010-12-10T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Problems with the Gauge chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293148#M1201613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I want to show using a text in chart the percentage and I've done the following:&lt;/P&gt;&lt;P&gt;I've added a text in chart with the expression:&lt;/P&gt;&lt;P&gt;=(Avg(Sales))/((Avg({1}total Sales)*2))*100&lt;/P&gt;&lt;P&gt;which shows me the percentage value but without the "%" at the end.&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 07:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293148#M1201613</guid>
      <dc:creator />
      <dc:date>2010-12-10T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Problems with the Gauge chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293149#M1201614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;=num((Avg(Sales))/((Avg({1}total Sales)*2)),''##.##%)&lt;/P&gt;&lt;P&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 09:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293149#M1201614</guid>
      <dc:creator />
      <dc:date>2010-12-10T09:48:44Z</dc:date>
    </item>
    <item>
      <title>Problems with the Gauge chart</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293150#M1201615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this it doesn't show anything, just "-" like if there was no number to show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-with-the-Gauge-chart/m-p/293150#M1201615</guid>
      <dc:creator />
      <dc:date>2010-12-22T07:42:35Z</dc:date>
    </item>
  </channel>
</rss>

