<?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 Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064611#M941234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sbobbyraj, unfortunately I need to calculate it on the data model script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 12:05:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-25T12:05:08Z</dc:date>
    <item>
      <title>Bucket Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064607#M941230</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;&lt;/P&gt;&lt;P&gt;I have a date field&amp;nbsp; which represents&amp;nbsp; Item used on&amp;nbsp; , now I want to calculate Buckets for every Item with an interval of 6 months from its first usage when user selects on 6 Months I would like to calculate sum of&amp;nbsp; &lt;STRONG&gt;lent&lt;/STRONG&gt; for each item, from its first usage date. can any one help me on this how to get it done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064607#M941230</guid>
      <dc:creator />
      <dc:date>2016-01-25T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064608#M941231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3821"&gt;Buckets&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/66860"&gt;Making Buckets  while loading data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/119623"&gt;Creating Aging Buckets within QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/74808"&gt;Creating Buckets in the Load Script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064608#M941231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T10:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064609#M941232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out John:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" data-containerid="2049" data-containertype="14" data-objectid="4252" data-objecttype="102" href="https://community.qlik.com/docs/DOC-4252"&gt;https://community.qlik.com/docs/DOC-4252&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064609#M941232</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-01-25T10:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064610#M941233</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 use the function addmonths to calculate the 6 last months:&lt;/P&gt;&lt;P&gt;Add a button with an action like this:&lt;/P&gt;&lt;P&gt;If your date field is named "Date" : the action will be select in a field:&lt;/P&gt;&lt;P&gt;='&amp;gt;='&amp;amp;AddMonths(Max(Date),-6)&amp;amp;'&amp;lt;='&amp;amp;Date(Max(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your doc will be filtered in the last 6 months of your date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use rhis expression in a set analyses, example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Date={" &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;=$(=AddMonths(Max(Date),-6)) &amp;lt;=$(=Date(Max(Date)))&lt;/SPAN&gt; "}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064610#M941233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064611#M941234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sbobbyraj, unfortunately I need to calculate it on the data model script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 12:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-Calculation/m-p/1064611#M941234</guid>
      <dc:creator />
      <dc:date>2016-01-25T12:05:08Z</dc:date>
    </item>
  </channel>
</rss>

