<?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: Represent Bucket in the Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604980#M1101361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest taking your date field and subtracting today(0) - The zero being from when the script was run. This will give you a value that is either Zero for today, positive for orders due in future and negative for those orders past the due date.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 13:58:39 GMT</pubDate>
    <dc:creator>Roop</dc:creator>
    <dc:date>2014-04-22T13:58:39Z</dc:date>
    <item>
      <title>Represent Bucket in the Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604979#M1101360</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;As I am new to qlikview try to figure out how to use bucket in the bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have field Order Due Date available to me. So Orders that are having due date&amp;lt; Today are Overdue, due date=Today are today, due date&amp;gt;today than divide them as Today+1, Today+2,...thorough Today+6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to represent number of Customer Orders that are Due in Bar chart in a way of how many orders are Overdue, Due Today, Due Today+1, Due Today+2,..thorught Today +6 if time slider is filtering the data less than week.&lt;/P&gt;&lt;P&gt;If time slider is filtering less than month then Overdue, Due Today, Due Week 1 , Due Week 2, Due Week 3&lt;/P&gt;&lt;P&gt;If time slider is filtering month or more than a month then Overdue, Due Today, Due Week 1, Due Month 1 like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some one can help me regarding this, I really appriciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604979#M1101360</guid>
      <dc:creator>victor5995</dc:creator>
      <dc:date>2014-04-22T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Bucket in the Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604980#M1101361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest taking your date field and subtracting today(0) - The zero being from when the script was run. This will give you a value that is either Zero for today, positive for orders due in future and negative for those orders past the due date.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604980#M1101361</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-22T13:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Bucket in the Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604981#M1101362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response and the logic you gave me that I used&amp;nbsp; but here I am trying to represent them in a chart in such a way that it is associated with the selection of slider as I mentioned above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604981#M1101362</guid>
      <dc:creator>victor5995</dc:creator>
      <dc:date>2014-04-22T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Represent Bucket in the Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604982#M1101363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Link the slider on the field created above and then you will be able to select whatever values you want on the slider. By using multiple values, you can then select ranges of days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also create another field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Today(0) - DeliverDate &amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Future Delivery',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Today(0) - DeliverDate &amp;lt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Late',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Due Today'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;) as StatusOfDelivery&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Represent-Bucket-in-the-Bar-Chart/m-p/604982#M1101363</guid>
      <dc:creator>Roop</dc:creator>
      <dc:date>2014-04-22T15:35:12Z</dc:date>
    </item>
  </channel>
</rss>

