<?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: Create a third bucket based on first and second bucket in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633452#M446635</link>
    <description>&lt;P&gt;There you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 588px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21102iD74472CEA69C1E4F/image-dimensions/588x230?v=v2" width="588" height="230" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After intervalmatch, concatenate a fresh fact table and assign 'BUCKET3' as BucketName.&lt;/P&gt;&lt;P&gt;Refer qvw below as reference.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2019 06:49:50 GMT</pubDate>
    <dc:creator>Arthur_Fong</dc:creator>
    <dc:date>2019-10-10T06:49:50Z</dc:date>
    <item>
      <title>Create a third bucket based on first and second bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633422#M446633</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to create buckets based on following values&amp;nbsp;&lt;/P&gt;&lt;P&gt;0-100,'BUCKET1',&lt;/P&gt;&lt;P&gt;100-200,'BUCKET2',&lt;/P&gt;&lt;P&gt;0-200,'BUCKET3'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The third bucket is not displayed.Any solution to display the third bucket as well as the first two ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633422#M446633</guid>
      <dc:creator>Iwin</dc:creator>
      <dc:date>2024-11-16T02:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a third bucket based on first and second bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633439#M446634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try this if this helps.&lt;/P&gt;&lt;P&gt;Client_Final:&lt;BR /&gt;load * inline [&lt;BR /&gt;Customer ID,Customer Name,Customer Age,Customer Address&lt;BR /&gt;1,Ajay,25,Address1&lt;BR /&gt;2,Avi,31,Address2&lt;BR /&gt;3,Gauresh,25,Address3&lt;BR /&gt;4,Bilal,25,Address4&lt;BR /&gt;5,Yogesh,25,Address5&lt;BR /&gt;6,Wasim,25,Address6&lt;BR /&gt;7,Sanket,20,Address7&lt;BR /&gt;8,Ankit,21,Address8&lt;BR /&gt;9,Vishal,20,Address9&lt;BR /&gt;10,Mack,31,Address10&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;load&lt;BR /&gt;[Customer ID],&lt;BR /&gt;[Customer Name],&lt;BR /&gt;[Customer Age],&lt;BR /&gt;[Customer Address],&lt;BR /&gt;if([Customer Age]&amp;lt;25,'0 - 25',&lt;BR /&gt;if([Customer Age]&amp;gt;=25 and [Customer Age]&amp;lt;=35,'25 - 35',&lt;BR /&gt;if([Customer Age]&amp;gt;=36 and [Customer Age]&amp;lt;=45,'36 - 45'&lt;BR /&gt;))) as AgeGroup&lt;BR /&gt;Resident Client_Final;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concatenate(Final)&lt;BR /&gt;load&lt;BR /&gt;[Customer ID],&lt;BR /&gt;[Customer Name],&lt;BR /&gt;[Customer Age],&lt;BR /&gt;[Customer Address],&lt;BR /&gt;if([Customer Age]&amp;gt;0,'All Age') as AgeGroup&lt;BR /&gt;Resident Client_Final;&lt;/P&gt;&lt;P&gt;Drop Tables Client_Final;&lt;/P&gt;&lt;P&gt;exit script&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 06:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633439#M446634</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-10-10T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a third bucket based on first and second bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633452#M446635</link>
      <description>&lt;P&gt;There you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 588px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21102iD74472CEA69C1E4F/image-dimensions/588x230?v=v2" width="588" height="230" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After intervalmatch, concatenate a fresh fact table and assign 'BUCKET3' as BucketName.&lt;/P&gt;&lt;P&gt;Refer qvw below as reference.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 06:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633452#M446635</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-10-10T06:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a third bucket based on first and second bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1635160#M446726</link>
      <description>&lt;P&gt;Ameya, did Arthur's post and example app do what you needed?&amp;nbsp; If so, be sure to use the Accept as Solution button on his post to let others know and give him credit for the help.&amp;nbsp; That would be the preferred method of doing things from what I know, so hopefully that did the trick.&amp;nbsp; If you still have further questions, shout back.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 21:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1635160#M446726</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-14T21:06:15Z</dc:date>
    </item>
  </channel>
</rss>

