<?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: Class with dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011376#M648427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Use '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;= x &amp;lt;' instead of 'x'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=replace(class(num(today())-floor(SRC_CREATE_DTTM),30,'x',0),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;= x &amp;lt;&lt;/SPAN&gt;','-')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;As for Buckets - Maybe you have date for starting 420 days and more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 13:54:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-07T13:54:39Z</dc:date>
    <item>
      <title>Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011369#M648420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make a chart that looks like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="wantclass.png" class="jive-image image-1" height="231" src="https://community.qlik.com/legacyfs/online/101186_wantclass.png" style="height: 231.354px; width: 384px;" width="384" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my data.&amp;nbsp; I am using the OPEN_QN_FLG field from the QN table and SRC_CREATE_DTTM field from the Squawk table.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="layout.png" class="jive-image image-2" height="504" src="https://community.qlik.com/legacyfs/online/101188_layout.png" style="height: 503.771px; width: 533px;" width="533" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="openqnflag.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/101190_openqnflag.png" style="height: auto;" /&gt;&lt;IMG alt="src_create.png" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/101191_src_create.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SRC_CREATE_DTTM is in number format and is the date that the quality notification (QN) was opened.&amp;nbsp; The OPEN_QN_FLG field shows a 1 if the notification is still opened, and a 0 if it is closed.&amp;nbsp; For my chart, I am only interested in the open QNs, or 1s.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the chart I am getting, and can't figure out how to fix it:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="openqns.png" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/101192_openqns.png" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hi.png" class="jive-image image-6" height="444" src="https://community.qlik.com/legacyfs/online/101194_hi.png" style="height: 443.776px; width: 503px;" width="503" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="HIII.png" class="jive-image image-7" src="https://community.qlik.com/legacyfs/online/101195_HIII.png" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I commented out a lot of lines just because I have tried a lot of stuff and cannot get anything to work right.&amp;nbsp; I put the num in front of TODAY so that it is in the same format as the SRC_CREATE_DTTM.&amp;nbsp; Since the SRC_CREATE_DTTM has so many decimals, I used FLOOR in order to get rid of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ideally do not want to change anything in the back end, if possible, because someone else is working on that as I design the front end.&amp;nbsp; However, if that is the only option we can work together to add to that.&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, 06 Oct 2015 22:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011369#M648420</guid>
      <dc:creator />
      <dc:date>2015-10-06T22:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011370#M648421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, DaysOpen, in the CLASS function, is not a field, it is just the label that I used to name the classes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 22:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011370#M648421</guid>
      <dc:creator />
      <dc:date>2015-10-06T22:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011371#M648422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Channing,&lt;/P&gt;&lt;P&gt;use this expression in calculated dimension&lt;/P&gt;&lt;P&gt;replace(class(num(today)-floor(SRC_CREATE_DTTM),30,'x',0),'x','-')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;30 - interval&lt;/P&gt;&lt;P&gt;'-' default string&lt;/P&gt;&lt;P&gt;0 is offset value (starting point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use a function named Replace(string, fromstring, tostring) to display '-' between the range values on x - axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011371#M648422</guid>
      <dc:creator />
      <dc:date>2015-10-07T12:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011372#M648423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="new.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101294_new.png" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is what changed.&amp;nbsp; DaysOpen was replaced with a hyphen.&amp;nbsp; That did help, but now I need the buckets to be different values (0-30 days, 30-60 days, 60-90 days, 90+ days)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011372#M648423</guid>
      <dc:creator />
      <dc:date>2015-10-07T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011373#M648424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Channing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please copy paste your calculated dimension here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011373#M648424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T13:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011374#M648425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this for '-' only between the range&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;replace(class(num(today)-floor(SRC_CREATE_DTTM),30,'x',0),'&amp;lt;= x &amp;lt;','-')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Probably the minimum number of days between today and SRC_CREATE_DTTM&amp;nbsp; is 420, that's why the range is getting started with 420.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please share the qvw file for better understanding.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011374#M648425</guid>
      <dc:creator />
      <dc:date>2015-10-07T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011375#M648426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=class(num(today())-floor(SRC_CREATE_DTTM),30, 'DaysOpen') is what I used originally&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then I changed it to what Anuj said, and then posted the new chart, after using =replace(class(num(today())-floor(SRC_CREATE_DTTM),30,'x',0),'x','-')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011375#M648426</guid>
      <dc:creator />
      <dc:date>2015-10-07T13:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011376#M648427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Use '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;= x &amp;lt;' instead of 'x'&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=replace(class(num(today())-floor(SRC_CREATE_DTTM),30,'x',0),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;= x &amp;lt;&lt;/SPAN&gt;','-')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;As for Buckets - Maybe you have date for starting 420 days and more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011376#M648427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011377#M648428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I made a change.&amp;nbsp; I ended up adding something to the back end.&amp;nbsp; I added a field called AGE which subtracts the create date and today's date, so the column shows the number of days the quality notification has been opened.&amp;nbsp; Now, my dimension is this: =replace(class(AGE,30,'x'),'&amp;lt;= x &amp;lt;','-') and that is labeled Age Group.&amp;nbsp; My expression is sum(OPEN_QN_FLG).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaa.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101340_aaa.png" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I'm getting closer, but I only want 4 bars being 0-30, 30-60, 60-90, 90+.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I specify this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 20:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011377#M648428</guid>
      <dc:creator />
      <dc:date>2015-10-07T20:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011378#M648429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;never mind! I figured it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011378#M648429</guid>
      <dc:creator />
      <dc:date>2015-10-07T21:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011379#M648430</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;although you already solved it on your own, one solution might be also to combine the class() and the dual() functions to avoid sorting issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14442554831391153 jive_text_macro" jivemacro_uid="_14442554831391153"&gt;
&lt;P&gt;=If(Today()-Floor(SRC_CREATE_DTTM)&amp;gt;=90,Dual('90+',90),Dual(Replace(Class(Today()-Floor(SRC_CREATE_DTTM),30),'&amp;lt;= x &amp;lt;','-'),Class(Today()-Floor(SRC_CREATE_DTTM),30)))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_185722_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101353_QlikCommunity_Thread_185722_Pic1.JPG" style="height: 339px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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, 07 Oct 2015 22:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1011379#M648430</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-07T22:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Class with dates</title>
      <link>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1576323#M648431</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have same problem,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i need this buckets with filter column with date. When i select this date&amp;nbsp; from that date i should get past 90 days and bucketing should happen. Was your solution is with filter column.If yes, Can you please share it&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 10:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Class-with-dates/m-p/1576323#M648431</guid>
      <dc:creator>beskqlik</dc:creator>
      <dc:date>2019-05-03T10:51:03Z</dc:date>
    </item>
  </channel>
</rss>

