<?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: Buckets data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775458#M537505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this question refer to the sample application you posted here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/625321"&gt;Stock Aging buckets ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;wherein you are using a calculated dimension I proposed in this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/605616"&gt;Re: Re: Stock Aging Buckets ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which you refused to close stating your initial question has not been answered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 22:18:01 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-11-05T22:18:01Z</dc:date>
    <item>
      <title>Buckets data?</title>
      <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775454#M537501</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 created Buckets with 0-3 Months, 3-6 Months,9-6 Months &amp;amp; So on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Total QTY--30 as per the aging concept it was distributed in the buckets, and also I need to See Total QTY as 30 also in the&amp;nbsp; One Column in Pivot Table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775454#M537501</guid>
      <dc:creator />
      <dc:date>2014-11-05T16:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Buckets data?</title>
      <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775455#M537502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide Sample Data Please...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with ValueList Function.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 16:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775455#M537502</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-05T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Buckets data?</title>
      <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775456#M537503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the class function below is from QV help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor412"&gt;&lt;/A&gt;&lt;A name="class"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;class(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression, interval [ , label [ , offset ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Creates a classification of &lt;SPAN class="Italic"&gt;expressions&lt;/SPAN&gt;. The bin width is determined by the number set as &lt;SPAN class="Italic"&gt;interval&lt;/SPAN&gt;. The result is shown as a&amp;lt;=x&amp;lt;b, where a and b are the upper and lower limits of the bin. The x can be replaced by an arbitrary string stated in &lt;SPAN class="Italic"&gt;label&lt;/SPAN&gt;. 0 is normally the default starting point of the classification. This can be changed by adding an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt;. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;=x&amp;lt;30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,5,'value' )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'20&amp;lt;= value &amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;class( var,10,'x',5 )&lt;/SPAN&gt; with &lt;SPAN class="Italic"&gt;var&lt;/SPAN&gt; = 23 returns &lt;SPAN class="Italic"&gt;'15&amp;lt;=x&amp;lt;25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 17:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775456#M537503</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-05T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Buckets data?</title>
      <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775457#M537504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already created Buckets based on QTY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is I need to See total QTY which has bifurcted among buckets...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 17:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775457#M537504</guid>
      <dc:creator />
      <dc:date>2014-11-05T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Buckets data?</title>
      <link>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775458#M537505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this question refer to the sample application you posted here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/625321"&gt;Stock Aging buckets ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;wherein you are using a calculated dimension I proposed in this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/605616"&gt;Re: Re: Stock Aging Buckets ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which you refused to close stating your initial question has not been answered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 22:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buckets-data/m-p/775458#M537505</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-05T22:18:01Z</dc:date>
    </item>
  </channel>
</rss>

