<?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: fixing the date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524766#M1140049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=timestamp(Timestamp#('201310062300','YYYYMMDDhhmm') + MakeTime(1),'YYYYMMDDhhmm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 09:41:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-10-08T09:41:44Z</dc:date>
    <item>
      <title>fixing the date</title>
      <link>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524765#M1140048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI i have a date in this format 201310062300 and it's not correct i need to add 1 hour to it and at the same time&amp;nbsp; i want it to reflect on the day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;201310&lt;SPAN style="font-size: 14pt;"&gt;062300&lt;/SPAN&gt; should be 201310&lt;SPAN style="font-size: 14pt;"&gt;070000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524765#M1140048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: fixing the date</title>
      <link>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524766#M1140049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=timestamp(Timestamp#('201310062300','YYYYMMDDhhmm') + MakeTime(1),'YYYYMMDDhhmm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524766#M1140049</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-08T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: fixing the date</title>
      <link>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524767#M1140050</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;"&gt;Try this&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;"&gt;=Timestamp(Timestamp#(FieldName,'YYYYMMhhmmss') + MakeTime(1),'YYYYMMhhmmss')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Something is missing in the example you provided&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2013(Year)10(month)&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;06(hour)23(minute)00(seconds)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see days here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you meant like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2013(Year)10(month)&lt;/SPAN&gt;&lt;SPAN style="font-size: 14pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;06(day)23(Hour)00(minute)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hours are in 24 hour format&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Timestamp(Timestamp#(FieldName,'YYYYMMDDHHmm') + MakeTime(1),'YYYYMMDDHHmm')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/fixing-the-date/m-p/524767#M1140050</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-10-08T09:48:36Z</dc:date>
    </item>
  </channel>
</rss>

