<?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 (based on selling price and size of product) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918173#M318301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data from each of your tables and your expected result.&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>Tue, 11 Aug 2015 21:19:09 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-08-11T21:19:09Z</dc:date>
    <item>
      <title>Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918170#M318298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Guys,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i have to create bucket for product sold, and product size,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i have a product table, product table is linked to Model Table, and Model table linked to Transaction table. in the transaction table i have my quantity and selling price.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;i have defined the buckets range in the excel file. the product column in the excel is linked to my Product column in product table. i dont have product column in the transaction table, in transaction table i have Model_Code, so how to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;kindly help me, how to achieve this, in the load script or front end.. idea please..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i would appreciate your help.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;product Bucket excel is attached..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 05:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918170#M318298</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-08-11T05:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918171#M318299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guessing on what you posted and your excel file I'd say you're looking for the IntervalMatch function. See this blog post: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/04/intervalmatch" title="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/04/intervalmatch"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/04/intervalmatch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And you seem to have intervals per product so you need to use the extended syntax (see the help file or &lt;A href="https://community.qlik.com/message/722210"&gt;Re: IntervalMatch Multiplying Records&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 08:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918171#M318299</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-11T08:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918172#M318300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i read about interval match, but still not clear how to use interval match in my case.&lt;/P&gt;&lt;P&gt;if i explain better or provide you sample data, can you please give me sample..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918172#M318300</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-08-11T14:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918173#M318301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data from each of your tables and your expected result.&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>Tue, 11 Aug 2015 21:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918173#M318301</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-08-11T21:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918174#M318302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Marco,&lt;/P&gt;&lt;P&gt;kindly find the excel file attached...with all table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables are linked as Bucket--&amp;gt; Product--&amp;gt; Model --&amp;gt; Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quantity and price are in transaction table, and i want to see Bucket wise quantity sold, and price.&lt;/P&gt;&lt;P&gt;if the product is tv, than i want to see how much i sold on diffident bucket size,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 03:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918174#M318302</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-08-12T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918175#M318303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;expected result...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inches.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95719_inches.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="price.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95726_price.png" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 06:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918175#M318303</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2015-08-12T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket (based on selling price and size of product)</title>
      <link>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918176#M318304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This topic is a duplicate of &lt;A href="https://community.qlik.com/thread/176025"&gt;Creating Buckets (on size and selling price)&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Please do not repeat or repost duplicates of a question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 07:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bucket-based-on-selling-price-and-size-of-product/m-p/918176#M318304</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-12T07:08:52Z</dc:date>
    </item>
  </channel>
</rss>

