<?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: Age Bucket in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636220#M733119</link>
    <description>&lt;P&gt;In addition to Vegar's post, here is a Design Blog post that may further help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 16:07:42 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-10-16T16:07:42Z</dc:date>
    <item>
      <title>Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1634445#M733117</link>
      <description>&lt;P&gt;I need to create Age Buckets based on the values as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 Day&lt;/P&gt;&lt;P&gt;7 Days&lt;/P&gt;&lt;P&gt;30 Days&lt;/P&gt;&lt;P&gt;60 Days&lt;/P&gt;&lt;P&gt;All&lt;/P&gt;&lt;P&gt;I know how to create the bucket but not sure how to get 'All' as one of the values. 'All' should give all the days from Day 1 to last day.&lt;/P&gt;&lt;P&gt;if(DateAge=1,'1Day',&lt;BR /&gt;if(DateAge&amp;lt;=7,'7 Days',&lt;BR /&gt;if(DateAge&amp;lt;=30,'30 Days',&lt;/P&gt;&lt;P&gt;if(DateAge&amp;lt;=60,'60 Days',&lt;BR /&gt;))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works but how do I add 'All' to this condition? Note that I don't know what the maximum number of days can be; so it should be dynamic&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1634445#M733117</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2024-11-16T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1634486#M733118</link>
      <description>&lt;P&gt;You can not add more than one value to a field so you can not add an IF... to add 'All' to all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to create an DateAge dimension table to get this feature. Where you load all DateAge as a key to your transaction,&amp;nbsp; add your current if statement for [Age bucket] and theb concatenate all DateAge again, but this time add 'All' as [Age bucket].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2019 05:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1634486#M733118</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-10-12T05:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636220#M733119</link>
      <description>&lt;P&gt;In addition to Vegar's post, here is a Design Blog post that may further help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Buckets/ba-p/1463216&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 16:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636220#M733119</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-16T16:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636230#M733120</link>
      <description>&lt;P&gt;Maybe you can load the field in twice, once in buckets and the second time for All.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 16:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636230#M733120</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-10-16T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636387#M733121</link>
      <description>&lt;P&gt;I have a sample app here, check this out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633452#M446635" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Create-a-third-bucket-based-on-first-and-second-bucket/m-p/1633452#M446635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 04:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636387#M733121</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-10-17T04:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bucket</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636658#M733122</link>
      <description>&lt;P&gt;You have quite a few posts at this point, please be sure you use the Accept as Solution button on the one(s) that helped you get things working, or if you do something on your own, consider posting that and mark it, and if you are still struggling after looking over all the posts, leave an update for everyone, and I am sure someone will shout back as quickly as they can.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bucket/m-p/1636658#M733122</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-17T12:08:14Z</dc:date>
    </item>
  </channel>
</rss>

