<?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: shifts per time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080361#M360051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/482843#482843" title="https://community.qlik.com/message/482843#482843"&gt;https://community.qlik.com/message/482843#482843&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 10:41:06 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2016-01-27T10:41:06Z</dc:date>
    <item>
      <title>shifts per time</title>
      <link>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080360#M360050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have following problem. I want to define 3 shifts-&amp;gt; Early, Late and Night. I have an field with an time/datestamp as follow &lt;/P&gt;&lt;P&gt;26.01.2016 22:00:12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Earlyshift is from 06:00:00 to 13:59:59&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Lateshift from 14:00:00 to 21:59:59 and the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nightshift from 22:00:00 to 05:59:59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080360#M360050</guid>
      <dc:creator />
      <dc:date>2016-01-27T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: shifts per time</title>
      <link>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080361#M360051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/482843#482843" title="https://community.qlik.com/message/482843#482843"&gt;https://community.qlik.com/message/482843#482843&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080361#M360051</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-01-27T10:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: shifts per time</title>
      <link>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080362#M360052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script? May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(TimeStamp(TimeStampField) &amp;gt;= MakeTime(6, 0, 0) and &lt;SPAN style="font-size: 13.3333px;"&gt;TimeStamp(TimeStampField) &amp;lt;= MakeTime(13, 59, 59), 'Earlyshift',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(TimeStamp(TimeStampField) &amp;gt;= MakeTime(14, 0, 0) and &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TimeStamp(TimeStampField) &amp;lt;= MakeTime(21, 59, 59), 'Lateshift', 'Nightshift') as Shift&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080362#M360052</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-27T10:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: shifts per time</title>
      <link>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080363#M360053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st extract time from this field like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;YourDateTimeField) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then at script with IF condition like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Interval(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('06:00:00') and &lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('13:59:59'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Earlyshift',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&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;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('14:00:00') and &lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('21:59:59'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Lateshift &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;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&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;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('22:00:00') and &lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;YourDateTimeField&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&amp;gt;=&lt;STRONG style="font-size: 13.3333px;"&gt;Interval&lt;/STRONG&gt;('05:59:59'),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Nightshift &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'))) as shift&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/shifts-per-time/m-p/1080363#M360053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T10:46:03Z</dc:date>
    </item>
  </channel>
</rss>

