<?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: Please help me on preceding load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131585#M760312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something between your value and your specified formatting does not match. One point could be that your specified qlik-variables for MonthNames (by default at the beginning of your script in tab Main) and/or these regional-setting of your machine are different to your values - because the available month-name abbreviation - for ...AUG... - must fit with your values to be matchable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you need to know exactly which chars are in your values - each additionally space or maybe a tab instead of a space or something similar will break the conversion. Therefore try my suggestion from above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 06:38:21 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-08-13T06:38:21Z</dc:date>
    <item>
      <title>Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131581#M760308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing a problem for the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;load FILE_ID,&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#(UNPACKAGED_DATE_TIME,'DD-MMM-YY hh:mm:ss.fff TT'),'MM/DD/YYYY h:mm:ss[.fff] TT') as UNPACKAGED_DATE_TIME;&lt;/P&gt;&lt;P&gt;select FILE_ID, UNPACKAGED_DATE_TIME &lt;/P&gt;&lt;P&gt;from edi_e2e_user.abc_e2e_tracking_record where FILE_ID = 'ci1534054081616.19521239@sbycsaxy05_te';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute the above code, I got nothing for UNPACKAGED_DATE_TIME, but when I hard coding date as &lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#('11-AUG-18 08:38:01.000000000 PM','DD-MMM-YY hh:mm:ss.fff TT'),'MM/DD/YYYY h:mm:ss[.fff] TT') as UNPACKAGED_DATE_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data is coming well. Please suggest what should I do now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131581#M760308</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131582#M760309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seems that the timestamp-format from UNPACKAGED_DATE_TIME is a bit different to your expectation and therefore the timestamp#() conversion fails. Just comment the preceeding part to load the data without any transformation and then put UNPACKAGED_DATE_TIME within a tablebox to look for the real values and if there is no differences visible maybe to export/copy them into excel and/or an editor like notepad ++ to identify each single char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131582#M760309</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T06:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131583#M760310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That probably means your timestamp format is not matching. What is your data source? How does it look if you load in qlik directly (without any formatting)? If it is already in number format, you could directly try loading like:&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;Timestamp(UNPACKAGED_DATE_TIME, 'MM/DD/YYYY h:mm:ss.fff TT') as UNPACKAGED_DATE_TIME;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131583#M760310</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-13T06:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131584#M760311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The value for that field is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'11-AUG-18 08:38:01.000000000 PM'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but the point is when I use it in a KPI, it is showing correct value, but when I use it in a preceding load it shows nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131584#M760311</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T06:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131585#M760312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something between your value and your specified formatting does not match. One point could be that your specified qlik-variables for MonthNames (by default at the beginning of your script in tab Main) and/or these regional-setting of your machine are different to your values - because the available month-name abbreviation - for ...AUG... - must fit with your values to be matchable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you need to know exactly which chars are in your values - each additionally space or maybe a tab instead of a space or something similar will break the conversion. Therefore try my suggestion from above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131585#M760312</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131586#M760313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My data source is Oracle and Datatype is Timestamp.&lt;/P&gt;&lt;P&gt;My value at oracle field is: '11-AUG-18 08:38:01.000000000 PM'&lt;/P&gt;&lt;P&gt;When I use your expression the value is changed to: 12-08-2018&amp;nbsp; 06:08:01 AM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is noted that I am using the below expression:&lt;/P&gt;&lt;P&gt;Timestamp(UNPACKAGED_DATE_TIME, 'MM/DD/YYYY h:mm:ss.fff TT') as UNPACKAGED_DATE_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise what should I do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131586#M760313</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T06:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131587#M760314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Please help me.I have replied already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131587#M760314</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131588#M760315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this means that your values are already numerical timestamps and no strings because the timestamp() formatting doesn't returned NULL. Your noticed differences between origin and formatted value is caused through different timezones. For this you could try to adjust it with converttolocaltime() or with a manually adjusting with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(UNPACKAGED_DATE_TIME - &lt;STRONG&gt;(1/24*9.5)&lt;/STRONG&gt;, 'MM/DD/YYYY h:mm:ss.fff TT')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 07:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131588#M760315</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T07:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131589#M760316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the below code , but is showing 12th August 2018,&lt;/P&gt;&lt;P&gt;convertToLocalTime(UNPACKAGED_DATE_TIME, 'Eastern Time (US &amp;amp; Canada)') as DATE_TRAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the below code is working fine:&lt;/P&gt;&lt;P&gt;Date(Timestamp(UNPACKAGED_DATE_TIME - (1/24*9.5)), 'MM/DD/YYYY h:mm:ss.fff TT') as UNPACKAGED_DATE_TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please advise me if my client's time zone format is: Eastern Time (US &amp;amp; Canada), then what will be the better option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 08:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131589#M760316</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T08:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131590#M760317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that your timezone-string isn't correct and missed an A by US and also the spelling of the first char of Canada seems to be a K (at least within the german help it looked in this way):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convertToLocalTime(UNPACKAGED_DATE_TIME, 'Eastern Time (US&lt;STRONG&gt;A&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;K&lt;/STRONG&gt;anada)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 09:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131590#M760317</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131591#M760318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the below code:&lt;/P&gt;&lt;P&gt;date(ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'Eastern Time (USA &amp;amp; Kanada)'),'MM/DD/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting null value and if I am using the below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'Eastern Time (USA &amp;amp; Kanada)')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting Eastern Time (USA &amp;amp; Kanada) text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131591#M760318</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131592#M760319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried a few localization-strings and it seems that some don't work especially those ones which contain not only letters like () or - and I would consider it as a bug (either by parsing the strings or within the documentation). But using the following worked for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside this your date() formatting will just show the values as date but they remain a timestamp. If you want to get a date you need something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(YourTimestamp)) as Date&lt;/P&gt;&lt;P&gt;respectively&lt;/P&gt;&lt;P&gt;time(frac(YourTimestamp)) as Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the time. Quite often it's useful to split timestamps in this way to reduce the number of distinct values of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 13:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131592#M760319</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T13:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131593#M760320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your solution is worked for me:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but when I have used the below solution &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;date(floor(YourTimestamp)) as Date&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;and&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;time(frac(YourTimestamp)) as Time&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;it does not work and 11th Aug is cjamhed to 12th Aug.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Sandip&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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>Mon, 13 Aug 2018 14:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131593#M760320</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131594#M760321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;date(floor(YourTimestamp)) was just a simplification and you need to use your convert-expression instead of the YourTimestamp so that it should be look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(floor(ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 14:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131594#M760321</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-13T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131595#M760322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the below code as per your suggestion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Timestamp(UNPACKAGED_DATE_TIME - (1/24*9.5)), 'MM/DD/YYYY h:mm:ss.fff TT') as UNPACKAGED_DATE_TIME,&lt;/P&gt;&lt;P&gt;ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30') as Total_Date,&lt;/P&gt;&lt;P&gt;date(floor(ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30'))) as DATE_ONLY,&lt;/P&gt;&lt;P&gt;time(frac(ConvertToLocalTime(UNPACKAGED_DATE_TIME, 'GMT-09:30'))) as Time_ONLY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are working fine for me. I think this is enough for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 15:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131595#M760322</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-13T15:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131596#M760323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;One quick question from my end is when daylight savings will start the I have to change this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'GMT-09:30' to another value?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 12:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131596#M760323</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-25T12:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131597#M760324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the above used manual offset of (1/24*9.5) there is no automatic to daylight savings like in functions like converttolocaltime() but you could calculate in also manually with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1/24*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (9.5+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(daynumberofyear(UNPACKAGED_DATE_TIME) &amp;gt;= 80 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daynumberofyear(UNPACKAGED_DATE_TIME) &amp;lt;= 265, 1, 0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The general logic should work but please check if used day-area is really correct in your timezone. Further it might need to be extended if it goes over several years and there are maybe leap years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 10:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131597#M760324</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-26T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131598#M760325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any general logic exists that will work for all the coming years and it will independent of day light savings or leap year etc? or the problem is occurring to me as because I am using materialized view in oracle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wondering that I am not facing problem for oracle but I am facing problem for view now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2018 16:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131598#M760325</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2018-08-26T16:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me on preceding load</title>
      <link>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131599#M760326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From a theoretical point of view functions like converttolocaltime() do cover all these possibilities but if they in your case don't work like expected - you could try it again maybe with some training-data for example querying the distinct timestamps of the last n years and applying on them the various qlik functions with all possible parameter-combinations - and you used a manual offset approach you will need to calculate it yourself whereby it mustn't be done everything within a single-expression. Daylight savings and leap years might be calculated within a master-calendar and their result could be mapped within an expression like above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 05:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-help-me-on-preceding-load/m-p/131599#M760326</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-27T05:22:41Z</dc:date>
    </item>
  </channel>
</rss>

