<?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: To get next day 10 AM in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130419#M760511</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(If(Hour([Start Time]) &amp;gt; 17, Floor([Start Time]) + 1 + MakeTime(10), [Start Time])) as&amp;nbsp; [Start Time]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Aug 2018 15:30:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-08-11T15:30:51Z</dc:date>
    <item>
      <title>To get next day 10 AM</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130418#M760510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field call Start Time as MM/DD/YYYY hh:mm:ss. I want a logic if the time is &amp;gt; 17:00:00, then it will return next day 10:00:00.&lt;/P&gt;&lt;P&gt;Like if the values is&amp;nbsp;&amp;nbsp;&amp;nbsp; 25-06-2018&amp;nbsp; 22:09:00, then it should show&amp;nbsp;&amp;nbsp;&amp;nbsp; 26-06-2018&amp;nbsp; 10:00:00.&lt;/P&gt;&lt;P&gt;Can you please help me to do this in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&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/To-get-next-day-10-AM/m-p/130418#M760510</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: To get next day 10 AM</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130419#M760511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TimeStamp(If(Hour([Start Time]) &amp;gt; 17, Floor([Start Time]) + 1 + MakeTime(10), [Start Time])) as&amp;nbsp; [Start Time]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 15:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130419#M760511</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-11T15:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: To get next day 10 AM</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130420#M760512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can specify the format with TimeStamp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeStamp(If(Hour([Start Time]) &amp;gt; 17, Floor([Start Time]) + 1 + MakeTime(10), [Start Time]), 'DD-MM-YYYY hh:mm:ss') as&amp;nbsp; [Start Time]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 15:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130420#M760512</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-11T15:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: To get next day 10 AM</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130421#M760513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, just realized that your date format is different then what it comes in as... may be if you Start Time is not read properly, you might need TimeStamp#() function to help Qlik understand your timestamp field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeStamp(If(Hour(TimeStamp#([Start Time], 'MM/DD/YYYY hh:mm:ss')) &amp;gt; 17, Floor(&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeStamp#([Start Time], 'MM/DD/YYYY hh:mm:ss')&lt;/STRONG&gt;) + 1 + MakeTime(10), &lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeStamp#([Start Time], 'MM/DD/YYYY hh:mm:ss')&lt;/STRONG&gt;), 'DD-MM-YYYY hh:mm:ss') as&amp;nbsp; [Start Time]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 15:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130421#M760513</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-11T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: To get next day 10 AM</title>
      <link>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130422#M760514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Sunny...I did in below way and it is working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Date(Timestamp(DayStart((Date([Start Time]+1)))+10/24),'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Aug 2018 17:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-get-next-day-10-AM/m-p/130422#M760514</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2018-08-11T17:04:39Z</dc:date>
    </item>
  </channel>
</rss>

