<?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: Bucket do not return correct amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594603#M737855</link>
    <description>&lt;P&gt;Do you need to bucket balance or do you need to bucket Sum(balance) based on&amp;nbsp; some id? Difficult to know what might be the issue unless you share more details.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 12:38:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-06-21T12:38:40Z</dc:date>
    <item>
      <title>Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594527#M737854</link>
      <description>&lt;P&gt;Hello, I am using a straight table and creating a calculated dimension using following syntax,&lt;/P&gt;&lt;P&gt;if(balance &amp;gt; 0 and balance &amp;lt;=200000, '&amp;gt;£0 - £200k',&lt;BR /&gt;if (balance &amp;gt; 200000 and balance &amp;lt;=400000, '&amp;gt;£200k - £400k',&lt;BR /&gt;if (balance &amp;gt; 400000 and balance &amp;lt;=600000, '&amp;gt;£400k - £600k',&lt;BR /&gt;if (balance &amp;gt; 600000 and balance &amp;lt;=800000, '&amp;gt;£600k - £800k',&lt;BR /&gt;if (balance &amp;gt; 800000 and balance &amp;lt;=1000000, '&amp;gt;£800k - £1m',&lt;BR /&gt;if (balance &amp;gt; 1000000, '&amp;gt;1m',&lt;BR /&gt;'&amp;lt;£0'))))))&lt;/P&gt;&lt;P&gt;and in expression using count(sales) .&lt;/P&gt;&lt;P&gt;Issue is the total amount it is rendering is incorrect, however when i do count(Distinct Sales) , it returns correct figure.&lt;/P&gt;&lt;P&gt;So somewhere in the above bucketing it is counting wrong (maybe more than one)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is my above expression is correct .&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594527#M737854</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2024-11-16T03:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594603#M737855</link>
      <description>&lt;P&gt;Do you need to bucket balance or do you need to bucket Sum(balance) based on&amp;nbsp; some id? Difficult to know what might be the issue unless you share more details.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 12:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594603#M737855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594641#M737856</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thank you for your reply. I want to create bucket, then based on that bucket i want to count some property id ,ie&lt;/P&gt;&lt;P&gt;count(propertyid) .&lt;/P&gt;&lt;P&gt;I am not sure , presently the logic i am using is correct or not. Could you please validate if the logic is right.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594641#M737856</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-21T13:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594646#M737857</link>
      <description>&lt;P&gt;Validate how? I don't have data, I have&amp;nbsp; no sample... what do you want me tell you my friend?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 13:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594646#M737857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T13:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594656#M737858</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Validate means - what i mean to say the bucket syntax. If i use it similar fashion , should it work or it could count some duplicate records in the bucket. i have data restriction so afraid to share file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will explore more on it.&lt;/P&gt;&lt;P&gt;Thank you so much .&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594656#M737858</guid>
      <dc:creator>ashis</dc:creator>
      <dc:date>2019-06-21T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket do not return correct amount</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594663#M737859</link>
      <description>&lt;P&gt;Not really sure how I can help.... all the best!!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 14:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-do-not-return-correct-amount/m-p/1594663#M737859</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-21T14:18:01Z</dc:date>
    </item>
  </channel>
</rss>

