<?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: Not getting proper bucket in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250264#M868671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay.&lt;/P&gt;&lt;P&gt;your requirement is to create a..buckets with 1-30 and 31-60 and 61-90....&lt;/P&gt;&lt;P&gt;these all equal size of buckets..&lt;/P&gt;&lt;P&gt;you can also calculate..buckets with class function to get same size of buckets instead of using if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through if condition we can calculate different sizes of buckets and as well as equal sizes of buckets&lt;/P&gt;&lt;P&gt;where is class function with simple code we can calculate equal size of buckets..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 06:09:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-30T06:09:47Z</dc:date>
    <item>
      <title>Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250257#M868664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting proper bucketing that is 'Above 181 ' is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Not-getting-proper-bucket/m-p/1250257#M868664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250258#M868665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a simpler expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( today()-[Due Date]&amp;lt;=0, 'Not Due',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(today()-[Due Date]&amp;lt;=180, '1-180', 'Above 180')) as Bucket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250258#M868665</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-30T05:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250259#M868666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apply following in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( interval(date(Today(),'DD-MM-YYYY')- date#(date([Due Date],'DD-MM-YYYY'),'DD-MM-YYYY'))&amp;lt;=0 ,'Not Due',&lt;/P&gt;&lt;P&gt;if( interval(date(Today(),'DD-MM-YYYY')- date#(date([Due Date],'DD-MM-YYYY'),'DD-MM-YYYY'))&amp;lt;=180,'91-180',&lt;/P&gt;&lt;P&gt;if( interval(date(Today(),'DD-MM-YYYY')- date#(date([Due Date],'DD-MM-YYYY'),'DD-MM-YYYY'))&amp;gt;=181,'Above 181'))) AS Bucket&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached QVW for detailed information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250259#M868666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250260#M868667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="617"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="38" width="108"&gt;Balance&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="100"&gt;Not Due&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="100"&gt;1 - 30 days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="94"&gt;31 - 60 days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="86"&gt;61 - 90 days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="129"&gt;More than \90 days&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Balance is sum([Amount (LCY)])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250260#M868667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T05:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250261#M868668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it's better to calculate difference between dates separately in other filed and then use that date filed in if..condition to create buckets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you provide your..date fields...we will give you better solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250261#M868668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T05:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250262#M868669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this expression in the load - I have removed all the unnecessary formatting and flooring:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Today() - Floor([Due Date]) &amp;lt;= 0 , 'Not Due',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Today() - Floor([Due Date]) &amp;lt;= 90 , '0-90',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Today() - Floor([Due Date]) &amp;lt;= 180, '91-180', 'Above 181'))) as Bucket,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250262#M868669</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-30T05:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250263#M868670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;" width="617"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl66" height="38" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="108"&gt;Balance&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-top: 0 solid black; border-right: 0 solid black; border-bottom: 0 solid black; border-left: none; font-style: inherit; font-family: inherit;" width="100"&gt;Not Due&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-top: 0 solid black; border-right: 0 solid black; border-bottom: 0 solid black; border-left: none; font-style: inherit; font-family: inherit;" width="100"&gt;1 - 30 days&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-top: 0 solid black; border-right: 0 solid black; border-bottom: 0 solid black; border-left: none; font-style: inherit; font-family: inherit;" width="94"&gt;31 - 60 days&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-top: 0 solid black; border-right: 0 solid black; border-bottom: 0 solid black; border-left: none; font-style: inherit; font-family: inherit;" width="86"&gt;61 - 90 days&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-top: 0 solid black; border-right: 0 solid black; border-bottom: 0 solid black; border-left: none; font-style: inherit; font-family: inherit;" width="129"&gt;More than \90 days&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 06:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250263#M868670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T06:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting proper bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250264#M868671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay.&lt;/P&gt;&lt;P&gt;your requirement is to create a..buckets with 1-30 and 31-60 and 61-90....&lt;/P&gt;&lt;P&gt;these all equal size of buckets..&lt;/P&gt;&lt;P&gt;you can also calculate..buckets with class function to get same size of buckets instead of using if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;through if condition we can calculate different sizes of buckets and as well as equal sizes of buckets&lt;/P&gt;&lt;P&gt;where is class function with simple code we can calculate equal size of buckets..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 06:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-getting-proper-bucket/m-p/1250264#M868671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-30T06:09:47Z</dc:date>
    </item>
  </channel>
</rss>

