<?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: Splitting down the day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959911#M649692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&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;Sum({&amp;lt;[o-date]={'$(=Date(Today()-363))'}, [ainput-time] = {"&amp;lt;=$(=Time(Now(1)))"}&amp;gt;}[NetSales])&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;Check the timer modes (argument to time() ) for what is appropriate for your setting. The result of the dollar sign expansion should match the format of your ainput-time field, so you may need to adjust the format, too.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 22:04:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-08-19T22:04:55Z</dc:date>
    <item>
      <title>Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959910#M649691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading a sales table that has separate date and time columns.&lt;/P&gt;&lt;P&gt;In my chart I want an expression that brings through the data based on the date AND time up to the minute of the current time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if the time is 15:00 I want all the data up to and including this time on the date I have already specified below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I am using to identify the correct previous day (it is effectively the equivalent sales day from the previous year) but I need to also include the time criteria as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[o-date]={'$(=Date(Today()-363))'}&amp;gt;}[NetSales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o-date is the date field&amp;nbsp; (yyyy-mm-dd)&lt;/P&gt;&lt;P&gt;NetSales is the sales value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ainput-time is the entry time (hh:mm)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 21:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959910#M649691</guid>
      <dc:creator />
      <dc:date>2015-08-19T21:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959911#M649692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&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;Sum({&amp;lt;[o-date]={'$(=Date(Today()-363))'}, [ainput-time] = {"&amp;lt;=$(=Time(Now(1)))"}&amp;gt;}[NetSales])&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;Check the timer modes (argument to time() ) for what is appropriate for your setting. The result of the dollar sign expansion should match the format of your ainput-time field, so you may need to adjust the format, too.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 22:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959911#M649692</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-19T22:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959912#M649693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan, shouldn't we just add the formats here just to be safe here:&lt;/P&gt;&lt;P&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;STRONG&gt;Sum({&amp;lt;[o-date]={"$(=Date(Today()-363, 'YYYY-MM-DD'))"}, [ainput-time] = {"&amp;lt;=$(=Time(Now(1), 'hh:mm'))"}&amp;gt;}[NetSales])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or make the following change in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET TimeFormat='hh:mm';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET DateFormat='YYYY-MM-DD';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use the expression you have given as is&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;STRONG&gt;Sum({&amp;lt;[o-date]={'$(=Date(Today()-363))'}, [ainput-time] = {"&amp;lt;=$(=Time(Now(1)))"}&amp;gt;}[NetSales])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 22:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959912#M649693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-19T22:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959913#M649695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the great replies, they worked well.&lt;/P&gt;&lt;P&gt;The results are not not what I expected (they are the correct figures though), I hadn't taken into account the input date.&lt;/P&gt;&lt;P&gt;Can you help expand the criteria of time please where the combination of:&lt;/P&gt;&lt;P&gt;[ainput-date] and [ainput-time] are before Now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 10:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959913#M649695</guid>
      <dc:creator />
      <dc:date>2015-08-20T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959914#M649697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easy to filter if you have a timestamp may be like [ainput-datetime]..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 10:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959914#M649697</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-20T10:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959915#M649699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do a similar search on ainput-date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;{&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;[o-date]={'$(=Date(Today()-363))'}, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;[ainput-time] = {"&amp;lt;=$(=Time(Now(1)))"},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt; [ainput-date] = {"&amp;lt;=$(=Date(now(1)))"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt; &amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 10:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959915#M649699</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-20T10:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959916#M649700</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;Create a new column in your data table containing the timestamp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;o-date] &amp;amp;' ' &amp;amp; [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ainput-time], 'yyyy-mm-dd hh:mm')) AS SalesTimestamp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, use this expression in your object to limit the data to sales from "now" and back:&lt;/P&gt;&lt;P&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;Sum({&amp;lt;SalesTimestamp={"&amp;lt;=$(=Now())"}&amp;gt;}[NetSales])&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;Hope this helps! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959916#M649700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T11:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959917#M649701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The [ainput-date] field is displaying in its own field as 02/04/2013 and [ainput-time] as 16:21&lt;/P&gt;&lt;P&gt;When using the line below the new column is displaying as 41366 16:21 and not 2013-04-02 16:21 as I need.&lt;/P&gt;&lt;P&gt;What as I doing wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;o-date] &amp;amp;' ' &amp;amp; [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ainput-time], 'yyyy-mm-dd hh:mm')) AS SalesTimestamp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96590_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 16:54:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959917#M649701</guid>
      <dc:creator />
      <dc:date>2015-08-20T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959918#M649702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If date and time already show a numeric representation, it should be enough to write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Timestamp( [&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;o-date] + [&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;ainput-time], 'yyyy-mm-dd hh:mm') AS SalesTimestamp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 16:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959918#M649702</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-20T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959919#M649703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunindia/Swuehl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt regarding the above expression..Would you mind clarifying it?&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;Sum({&amp;lt;[o-date]={'$(=Date(Today()-363))'}, [ainput-time] = {"&amp;lt;=$(=Time(Now(1)))"}&amp;gt;}[NetSales])&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;will the above expression filter records that are less than the current time for all the days? in other words, are the dates and times are filtered independently?&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 explain,&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;thanks&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;Sasi&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 17:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959919#M649703</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-20T17:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959920#M649704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the fields are filtered independently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o-date will be filtered to a single day 363 days ago, and ainput-time to values below the current time.&lt;/P&gt;&lt;P&gt;The result should be (as of now) 2014-08-22, 00:00:00 to 22:44:00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 20:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959920#M649704</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-20T20:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting down the day</title>
      <link>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959921#M649705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had to tackle this a little differently by loading the date and time separately as numeric values and comparing them against the current date and time in the same manner.&lt;/P&gt;&lt;P&gt;I'm not quite sure why I could not do this using date and time but it worked with no additional overhead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 08:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Splitting-down-the-day/m-p/959921#M649705</guid>
      <dc:creator />
      <dc:date>2015-08-26T08:29:25Z</dc:date>
    </item>
  </channel>
</rss>

