<?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: Help flagging minimum date (script below) - need urgent help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742616#M1043061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giacomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you possibly send me your qv file so I may compare to the one I have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Nov 2014 13:39:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-29T13:39:26Z</dc:date>
    <item>
      <title>Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742605#M1043048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been wrestling with this for days after a deadline - and cannot figure out a solution though I think it's probably simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the following:&lt;/P&gt;&lt;P&gt;1. All data included in "Raw" (below)&lt;/P&gt;&lt;P&gt;2. Flag the minimum datetime&lt;/P&gt;&lt;P&gt;3. Add a conditional statement that states if the PIR (pt in room) was between 6:55 and 8:35 a.m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm getting currently with PEEK function is flagging all the PIR times as 1 instead of just the min time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY hh:mm';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raw:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, Room, SURGEON, Sched_Start, PIR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014, 1, Dr B, 11/21/2014 08:00, 11/21/2014 08:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014, 2, Dr B, 11/21/2014 08:00, 11/21/2014 07:50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014, 3, Dr B, 11/21/2014 08:00, 11/21/2014 07:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014, 4, Dr C, 11/21/2014 08:00, 11/21/2014 07:02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/21/2014, 5, Dr C, 11/21/2014 08:00, 11/21/2014 07:56&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Room,&lt;/P&gt;&lt;P&gt;SURGEON,&lt;/P&gt;&lt;P&gt;Sched_Start,&lt;/P&gt;&lt;P&gt;PIR,&lt;/P&gt;&lt;P&gt;If(Peek(PIR) &amp;lt;&amp;gt; PIR, 1, 0) AS Flag&lt;/P&gt;&lt;P&gt;RESIDENT Raw&lt;/P&gt;&lt;P&gt;ORDER BY SURGEON DESC;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742605#M1043048</guid>
      <dc:creator />
      <dc:date>2014-11-28T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742606#M1043049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain what the output would need to be with an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742606#M1043049</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-11-28T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742607#M1043050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Room,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SURGEON,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sched_Start,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PIR,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Peek(PIR) &amp;lt;&amp;gt; PIR, 1, 0) AS Flag,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Time(PIR) &amp;gt;= '6:55' and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;Time(PIR) &amp;lt;= '8:55', 1, 0) as flagPIR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT Raw&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ORDER BY SURGEON DESC;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;left join&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Min(Date) as Date, '1' as FlagMin resident Data;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742607#M1043050</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-28T14:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742608#M1043051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with the data set provided, it is merely adding another column called "Flag" with binary numbers (1=yes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="375"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="62"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="60"&gt;SURGEON&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="37"&gt;Room&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;PIR&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="28"&gt;Flag&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;Sched_Start&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:50&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:00&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:02&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:56&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742608#M1043051</guid>
      <dc:creator />
      <dc:date>2014-11-28T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742609#M1043052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this is the output with your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to show 1 column of "Flag" that takes into account all conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would only show a value of "1" for the earliest PIR - for Dr. B would be the 07:00 and for Dr. C would be the 07:02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="470"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="62"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="60"&gt;SURGEON&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="37"&gt;Room&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;PIR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="28"&gt;Flag&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;Sched_Start&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="48"&gt;FlagMin&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="47"&gt;flagPIR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:50&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:02&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:56&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 08:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742609#M1043052</guid>
      <dc:creator />
      <dc:date>2014-11-28T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742610#M1043053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Se the part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;left join&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load Min(Date) as Date, '1' as FlagMin resident Data&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;must be rewritten as:&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;left join&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load Min(Date) as Date, '1' as FlagMin resident Data group bu SURGEON;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;THis will give you a atable with min date for each doctor, now you can reload the table and set an if condition on both flags, in order to compute a final flag with all conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742610#M1043053</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-11-28T14:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742611#M1043054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added what you wrote but I'm confused about how to combine the FlagMin and flagPIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output currently, it is showing FlagMin = 1, which I understand as the cases fall b/w 7-8:30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I don't understand is flagPIR =0 for all cases because only 1 case for each Dr is first case in the morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if I'm missing something...thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 14:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742611#M1043054</guid>
      <dc:creator />
      <dc:date>2014-11-28T14:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742612#M1043055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 10pt; line-height: 1.5em;"&gt;Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Room,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SURGEON,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sched_Start,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PIR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ((Time(PIR) &amp;gt;= '6:55') AND (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333339691162px; color: #3d3d3d;"&gt;Time(PIR) &amp;lt;= '8:55'), 1, 0) AS FlagBetween7and9,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Raw&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LEFT JOIN(Data)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD Min(PIR) AS PIR, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SURGEON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 AS FlagMin&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT Raw&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GROUP BY SURGEON;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 16:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742612#M1043055</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-28T16:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742613#M1043056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That did the trick! Many thanks to you - have a great day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 16:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742613#M1043056</guid>
      <dc:creator />
      <dc:date>2014-11-28T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742614#M1043058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an alternative you can do it from the front-end with the expression below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72365_Capture.PNG.png" style="width: 620px; height: 200px;" /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742614#M1043058</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-11-28T17:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742615#M1043059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giacomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much - this may be easier for me to integrate than the other which I'm too much of a newbie to make work correctly in the current load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question - it's now just showing the first cases as below even though I have set the condition as 0...do you know what I'm doing incorrectly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="351"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="62"&gt;Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="60"&gt;SURGEON&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="37"&gt;Room&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="94"&gt;PIR&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Min_TIR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr B&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:00&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;11/21/2014&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Dr C&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;11/21/2014 07:02&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742615#M1043059</guid>
      <dc:creator />
      <dc:date>2014-11-28T17:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742616#M1043061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giacomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you possibly send me your qv file so I may compare to the one I have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 13:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742616#M1043061</guid>
      <dc:creator />
      <dc:date>2014-11-29T13:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742617#M1043062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for my late response. How can I attach the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 08:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742617#M1043062</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-12-01T08:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742618#M1043064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click "Use Advanced Editor". Then click Attach&lt;/P&gt;&lt;P&gt;&lt;IMG alt="143948.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72405_143948.png" style="width: 620px; height: 340px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742618#M1043064</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-01T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742619#M1043065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it is my qvw file.&lt;/P&gt;&lt;P&gt;(Thanks &lt;A href="https://community.qlik.com/qlik-users/155731"&gt;anbu cheliyan&lt;/A&gt;, I was answering from the Inbox and the advanced editor was disabled).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giacomo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742619#M1043065</guid>
      <dc:creator>giacomom</dc:creator>
      <dc:date>2014-12-01T09:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742620#M1043067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giacomo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much; apologies for late response have been in a Kaizen Event all week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot see the attached file; could I trouble you to re-attach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742620#M1043067</guid>
      <dc:creator />
      <dc:date>2014-12-04T12:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742621#M1043069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see the file. Attaching Giacomo's QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742621#M1043069</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-04T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742622#M1043071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anbu,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For some reason I cannot download the file.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Are you able to send to me at karen.wallace@health-first.org?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Karen Wallace, MPH&lt;/P&gt;&lt;P&gt;Sr. Decision Support Analyst&lt;/P&gt;&lt;P&gt;Analytics &amp;amp; Business Intelligence&lt;/P&gt;&lt;P&gt;Health First, Inc.&lt;/P&gt;&lt;P&gt;3300 Fiske Blvd.&lt;/P&gt;&lt;P&gt;Rockledge, FL 32955&lt;/P&gt;&lt;P&gt;Office: 321-434-6637&lt;/P&gt;&lt;P&gt;E-Mail: Karen.Wallace@Health-First.org&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; anbu cheliyan &amp;lt;qcwebmaster@qlikview.com&amp;gt; 12/4/2014 7:50 AM &amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community ( http://community.qlik.com/ )&lt;/P&gt;&lt;P&gt;Re: Help flagging minimum date (script below) - need urgent help &lt;/P&gt;&lt;P&gt;reply from anbu cheliyan (&lt;/P&gt;&lt;P&gt;http://community.qlik.com/people/anbu1984?et=watches.email.thread ) in&lt;/P&gt;&lt;P&gt;New to QlikView - View the full discussion (&lt;/P&gt;&lt;P&gt;http://community.qlik.com/message/672662?et=watches.email.thread#672662&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;I can see the file. Attaching Giacomo's QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message&lt;/P&gt;&lt;P&gt;on Qlik Community (&lt;/P&gt;&lt;P&gt;http://community.qlik.com/message/672662?et=watches.email.thread#672662&lt;/P&gt;&lt;P&gt;) &lt;/P&gt;&lt;P&gt;Start a new discussion in New to QlikView by email (&lt;/P&gt;&lt;P&gt;mailto:discussions-community-discussion&lt;DEL&gt;forums-new&lt;/DEL&gt;to--qlikview@qliktech-public.hosted.jivesoftware.com&lt;/P&gt;&lt;P&gt;) or at Qlik Community (&lt;/P&gt;&lt;P&gt;http://community.qlik.com/choose-container.jspa?contentType=1&amp;amp;containerType=14&amp;amp;container=2003&amp;amp;et=watches.email.thread&lt;/P&gt;&lt;P&gt;) &lt;/P&gt;&lt;P&gt;Following Re: Help flagging minimum date (script below) - need urgent&lt;/P&gt;&lt;P&gt;help (&lt;/P&gt;&lt;P&gt;http://community.qlik.com/message/672662?et=watches.email.thread#672662&lt;/P&gt;&lt;P&gt;) in these streams: Inbox &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;© 1993-2014 QlikTech International AB     Copyright &amp;amp; Trademarks (&lt;/P&gt;&lt;P&gt;http://www.qlikview.com/us/info/copyright ) | Privacy (&lt;/P&gt;&lt;P&gt;http://www.qlikview.com/us/info/privacy ) | Terms of Use (&lt;/P&gt;&lt;P&gt;http://www.qlikview.com/us/info/terms-of-use ) | Software EULA (&lt;/P&gt;&lt;P&gt;http://www.qlikview.com/us/info/software-eula ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#####################################&lt;/P&gt;&lt;P&gt;This message is for the named person's use only.  It may &lt;/P&gt;&lt;P&gt;contain private, proprietary, or legally privileged information.  &lt;/P&gt;&lt;P&gt;No privilege is waived or lost by any mistransmission.  If you &lt;/P&gt;&lt;P&gt;receive this message in error, please immediately delete it and &lt;/P&gt;&lt;P&gt;all copies of it from your system, destroy any hard copies of it, &lt;/P&gt;&lt;P&gt;and notify the sender.  You must not, directly or indirectly, use, &lt;/P&gt;&lt;P&gt;disclose, distribute, print, or copy any part of this message if you &lt;/P&gt;&lt;P&gt;are not the intended recipient.  Health First reserves the right to &lt;/P&gt;&lt;P&gt;monitor all e-mail communications through its networks.  Any views &lt;/P&gt;&lt;P&gt;or opinions expressed in this message are solely those of the &lt;/P&gt;&lt;P&gt;individual sender, except (1) where the message states such views &lt;/P&gt;&lt;P&gt;or opinions are on behalf of a particular entity;  and (2) the sender &lt;/P&gt;&lt;P&gt;is authorized by the entity to give such views or opinions.&lt;/P&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI level="37" type="ol"&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 14:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742622#M1043071</guid>
      <dc:creator />
      <dc:date>2014-12-06T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help flagging minimum date (script below) - need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742623#M1043072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emailed QVW to your mail id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 05:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-flagging-minimum-date-script-below-need-urgent-help/m-p/742623#M1043072</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-08T05:32:13Z</dc:date>
    </item>
  </channel>
</rss>

