<?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: view data in table based on its age in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979968#M965900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the timestamps have been removed in the ETL script (with all date fields have DD/MM/YYYY format) to create the QVD files which then provide the data for this model, so there shouldn't be any time stamps, other wise I'd agree with you !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 14:48:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-01T14:48:24Z</dc:date>
    <item>
      <title>view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979961#M965888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to add method into my Qlikview app of filtering data held within a table based on how long its been held open.&amp;nbsp; We have a field called "Date Requested" and want users to be able to see all records logged for defined time period:&lt;/P&gt;&lt;P&gt;0-4 Weeks&lt;/P&gt;&lt;P&gt;4-8 Weeks&lt;/P&gt;&lt;P&gt;8-12 Weeks etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used variables to simply count the number of jobs in these dates ranges which are, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vWIP&amp;lt;4Weeks:&lt;/P&gt;&lt;P&gt;count(DISTINCT{&amp;lt;status_cat={open},probtype_cat={reactive}&amp;gt;} if(vToday-[Date Requested]&amp;lt;=28, [Work Request Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vWIP4-8Weeks:&lt;/P&gt;&lt;P&gt;count(DISTINCT{&amp;lt;status_cat={open},probtype_cat={reactive}&amp;gt;} if(vToday-[Date Requested]&amp;gt;28 and vToday-[Date Requested]&amp;lt;=56, [Work Request Code]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And these work fine to give give a total number of jobs which fall within these timeframes.&amp;nbsp; But I'm finding it a little harder to use the same variables to filter the actual records in the table.&amp;nbsp; Can I use these same variables for this of do I need something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to set up is a Button, with an action.&amp;nbsp; So far I've tried the "Select in Field" action with [Date Requested] as the field and then trying to use the variables in the search string, but to no success so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 12:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979961#M965888</guid>
      <dc:creator />
      <dc:date>2015-10-01T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979962#M965889</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;Did you see the approach then you add field "defined time period" into your model?&lt;/P&gt;&lt;P&gt;You can calculate it during relod and then use it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979962#M965889</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-01T13:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979963#M965891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give example for what the script would be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979963#M965891</guid>
      <dc:creator />
      <dc:date>2015-10-01T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979964#M965892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding a field in your script that actually gives you the age. Something along the lines of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;today() - [Date Requested] = Age&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="age.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100637_age.png" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached for more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Camile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 13:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979964#M965892</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T13:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979965#M965895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks so far, nearly there!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm getting this result from the code I've used in the script (based on your example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="WIP age.jpg" class="jive-image image-1" src="/legacyfs/online/100630_WIP age.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;the script is:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt;=28, '0-4Weeks',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;gt;28 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=56, '4-8Weeks',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;gt;56 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=84, '8-12Weeks',&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &amp;gt;84 , '&amp;gt;12Weeks',&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[WIP Age Group]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(1) - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Age&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the "Age" for the first item in the list (requested on 29th May 2012) should be 1220!!&amp;nbsp; Some are rounding up some are showing decimals - whys this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979965#M965895</guid>
      <dc:creator />
      <dc:date>2015-10-01T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979966#M965896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because probably you have a timestamp in your data, you can use floor() or ceil() function to avoid this behaviour....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979966#M965896</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T14:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979967#M965899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100660_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979967#M965899</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979968#M965900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the timestamps have been removed in the ETL script (with all date fields have DD/MM/YYYY format) to create the QVD files which then provide the data for this model, so there shouldn't be any time stamps, other wise I'd agree with you !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979968#M965900</guid>
      <dc:creator />
      <dc:date>2015-10-01T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979969#M965903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about the today function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979969#M965903</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T14:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979970#M965905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though the time stamp may have been removed - it is likely that Qlikview is still keeping the internal time stamp value (depending on what you are doing in the ETL process to remove the timestamp). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try using the function "DayStart" to convert your [Date Requested] to the start of the day (meaning it would convert the timestamp to end with 00:00:00).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your load would instead look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(1) - DayStart(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested])&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &amp;lt;=28, '0-4Weeks',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(1) - DayStart(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested])&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; &amp;gt;28 &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;today&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(1) - DayStart(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Date Requested])&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;=56, '4-8Weeks',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;etc....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;Camile&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979970#M965905</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: view data in table based on its age</title>
      <link>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979971#M965908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it strange that as I'd expect same behaviour on all records but is actually only a few very old ones that display with decimals values showing, and when I filter out completed work, to show only current jobs, which is all we need to see anyway, it all displays ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so happy with how it works at this stage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/view-data-in-table-based-on-its-age/m-p/979971#M965908</guid>
      <dc:creator />
      <dc:date>2015-10-01T14:58:05Z</dc:date>
    </item>
  </channel>
</rss>

