<?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: I want Day &amp; Night Employee Shift time in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032439#M924074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Frac(FieldName) &amp;gt;= MakeTime(8) and Frac(FieldName) &amp;lt; MakeTime(14), 'Early',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Frac(FieldName) &amp;gt;= MakeTime(14) and Frac(FieldName) &amp;lt; MakeTime(20), 'Late', &lt;/STRONG&gt;'Night')) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 11:18:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-09-19T11:18:57Z</dc:date>
    <item>
      <title>I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032432#M924067</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;I want Day flag &amp;amp; Night flag&lt;/P&gt;&lt;P&gt;My Day Shift Starts :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aBn" data-term="goog_256004603"&gt;&lt;SPAN class="aQJ"&gt;9.00 AM to 7.00 PM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My Night Shift Starts :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="aBn" data-term="goog_256004604"&gt;&lt;SPAN class="aQJ"&gt;7.01 PM to 8.59 AM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please send me script level code of this as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Day : All records which lies in day shift is should come in DAY.&lt;/P&gt;&lt;P&gt;If i select Night : All records which lies in Night shift is should come in Night.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032432#M924067</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032433#M924068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 10:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032433#M924068</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-14T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032434#M924069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in your fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;If(Hour(FieldName) &amp;gt;= MakeTime(9) and Hour(FieldName) &amp;lt;= MakeTime(19), 'Day', 'Night') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Hour(FieldName) &amp;gt;= MakeTime(9) and Hour(FieldName) &amp;lt; MakeTime(19), 'Day', 'Night') as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032434#M924069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T11:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032435#M924070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Frac(FieldName) &amp;gt;= MakeTime(9) and Frac(FieldName) &amp;lt;= MakeTime(19), 'Day', 'Night') as Flag&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032435#M924070</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T11:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032436#M924071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you require QVDs used data or Report data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032436#M924071</guid>
      <dc:creator />
      <dc:date>2016-04-14T11:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032437#M924072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just need to understand how your data look like and on what field you want to do the calculation? You can show the screenshot of your sample QVD data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 05:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032437#M924072</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-15T05:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032438#M924073</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;Could I use this expression to create an Early, Late and Night Shift where the Early Shift runs from 08:00 to 13:59, Late runs from 14:00 to 19:59 and night runs from 20:00 to 07:59?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032438#M924073</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-19T09:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: I want Day &amp; Night Employee Shift time in QV</title>
      <link>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032439#M924074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Frac(FieldName) &amp;gt;= MakeTime(8) and Frac(FieldName) &amp;lt; MakeTime(14), 'Early',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Frac(FieldName) &amp;gt;= MakeTime(14) and Frac(FieldName) &amp;lt; MakeTime(20), 'Late', &lt;/STRONG&gt;'Night')) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-want-Day-Night-Employee-Shift-time-in-QV/m-p/1032439#M924074</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-19T11:18:57Z</dc:date>
    </item>
  </channel>
</rss>

