<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368020#M844162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I am trying to use a gauge chart, in order to estimate to total amount of ranges we have.&lt;/P&gt;&lt;P&gt;My data source is composed by different columns and I want to group my data NOT using all of them.&lt;/P&gt;&lt;P&gt;It means that I want to calculate the sum(Range) only for those records where [Total Range]&amp;gt;9, grouped by the dimensions:&lt;/P&gt;&lt;P&gt;Country, City, Product and Number Type.&lt;/P&gt;&lt;P&gt;To give you an idea, if I don't put any condition, I obtain 19850, because there are other columns in the excel source that I don't want to consider. Instead, I should obtain 16589 (I am able to calculate it using a table, where I can put the different dimensions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Brgrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>marikabi</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>gauge issue</title>
      <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368020#M844162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;I am trying to use a gauge chart, in order to estimate to total amount of ranges we have.&lt;/P&gt;&lt;P&gt;My data source is composed by different columns and I want to group my data NOT using all of them.&lt;/P&gt;&lt;P&gt;It means that I want to calculate the sum(Range) only for those records where [Total Range]&amp;gt;9, grouped by the dimensions:&lt;/P&gt;&lt;P&gt;Country, City, Product and Number Type.&lt;/P&gt;&lt;P&gt;To give you an idea, if I don't put any condition, I obtain 19850, because there are other columns in the excel source that I don't want to consider. Instead, I should obtain 16589 (I am able to calculate it using a table, where I can put the different dimensions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Brgrds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368020#M844162</guid>
      <dc:creator>marikabi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: gauge issue</title>
      <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368021#M844163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please share the sample QVW file which you're working on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh Sindhigi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 17:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368021#M844163</guid>
      <dc:creator>sureshsindhigi</dc:creator>
      <dc:date>2017-04-09T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: gauge issue</title>
      <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368022#M844164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can find attached an extract of the data source I am using.&lt;/P&gt;&lt;P&gt;This is the loading script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [country prefix], [country code], [country name] as Country , [city zone] AS&amp;nbsp; City , [number type] as [Number Type], product as Product, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; portability, carrier as Carrier, [count booked] , [count configured], [count free], [count reserved], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [count out], [count other], production_date AS Date , ([count booked] + [count configured] + [count free] +[count reserved] + &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [count out] + [count other]) as [Total Range], (1) as Range&lt;/P&gt;&lt;P&gt;FROM ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't post the qvw application, because I am still using the personal license (an not the client one)..&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 18:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368022#M844164</guid>
      <dc:creator>marikabi</dc:creator>
      <dc:date>2017-04-09T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: gauge issue</title>
      <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368023#M844165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;any update?&lt;/P&gt;&lt;P&gt;I am getting crazy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368023#M844165</guid>
      <dc:creator>marikabi</dc:creator>
      <dc:date>2017-04-10T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: gauge issue</title>
      <link>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368024#M844166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, The Sum(Range) showing only 8863 for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you talk about you don't want to consider other table Values then use &lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/gauge-issue/m-p/1368024#M844166</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-10T09:59:00Z</dc:date>
    </item>
  </channel>
</rss>

