<?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: Expression for Calculating 1st occurrence date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752099#M268065</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;If you are asking for date difference try one of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([end date] - [start date]) as Diff,&lt;/P&gt;&lt;P&gt;Interval ([end date] - [start date],'d') as Diff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 06:15:06 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2015-01-08T06:15:06Z</dc:date>
    <item>
      <title>Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752093#M268059</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;what is expression for calculating no of days between 2 dates.&lt;/P&gt;&lt;P&gt;I have 2 date fields 'start date ','end date' , i need to calculate the 1 occurred date of &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'start date ' &lt;/SPAN&gt;and last occurred date of &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'end date'&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752093#M268059</guid>
      <dc:creator />
      <dc:date>2015-01-08T06:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752094#M268060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;simply have the difference between both dates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752094#M268060</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-01-08T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752095#M268061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752095#M268061</guid>
      <dc:creator />
      <dc:date>2015-01-08T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752096#M268062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that mean that you have multiple start and end days?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752096#M268062</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-01-08T06:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752097#M268063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Interval(EndDt-StartDt,'d')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Interval(Date#('1/1/2015','M/D/YYYY')-Date#('1/1/2014','M/D/YYYY'),'d')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752097#M268063</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-01-08T06:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752098#M268064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly Robert..&lt;/P&gt;&lt;P&gt;posted here i didn't get any reply there..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/147617"&gt;Calculating Delay between 2 dates&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752098#M268064</guid>
      <dc:creator />
      <dc:date>2015-01-08T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752099#M268065</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;If you are asking for date difference try one of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([end date] - [start date]) as Diff,&lt;/P&gt;&lt;P&gt;Interval ([end date] - [start date],'d') as Diff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752099#M268065</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-08T06:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752100#M268066</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;It seems your date are text so then try to convert them in Date format then try Interval or date difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Interval ([end date] - [start date],'d') as Diff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;//Without converting you can use this way.&lt;/P&gt;&lt;P&gt;Interval( Date(Date#([end date],'MM/DD/YYYY'),'MM/DD/YYYY') - Date(Date#([start date],'MM/DD/YYYY'),'MM/DD/YYYY'),'d') as Diff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752100#M268066</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-01-08T06:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752101#M268067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is fine but i have multiple dates , i need to calculate only 1 date from multiple dates,i.e greater date than creation date.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74821_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752101#M268067</guid>
      <dc:creator />
      <dc:date>2015-01-08T06:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752102#M268068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further clear understanding of requirement&amp;nbsp; i created sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1.1st Occurrence date of &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff9900;"&gt;Forecast date&lt;/SPAN&gt; and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Last Occurrence date of &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; color: #ff9900;"&gt;Event Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt; and both &lt;/SPAN&gt;should be Greater than &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; color: #ffcc99;"&gt;Creation Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;2. Decision should be &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333320617676px; font-family: inherit; color: #99cc00;"&gt;Pass.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; color: #333333;"&gt;3. Also should calculate if Forecast Date of the &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #99ccff;"&gt;Stage&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #333333;"&gt;should be greater than previous pass Event Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;Example - While calculating Phase 2 Col 12 Forecast date is Greater than Col 9 Event date and it is passed at Phase 1 on 10/7/2014 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="534" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#FFFF99&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;" width="587"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;S.no&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ID&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Name&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Stage&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Forecast Date&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Event Date&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Decision&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Creation Date&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH class="header" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Delay In No of Days&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;1&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="421"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #99ccff;" width="127"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ff9900;" width="129"&gt;9/12/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="91"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="84"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ffcc99;" width="94"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: solid solid solid none; border-color: black; font-style: inherit; font-family: inherit;" width="64"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;2&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;PV&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/5/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;3&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/9/2013&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;4&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;11/13/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;5&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/3/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;6&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/3/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;7&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/3/2014&lt;/TD&gt;&lt;TD class="xl117" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Cancelled&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;8&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/7/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;9&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 1&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ff9900;"&gt;10/7/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #99cc00;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD style="border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #000000; background-color: #ff9900;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #575757;"&gt;25&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;10&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/10/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;11&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/5/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;12&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #99ccff;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ff9900;"&gt;10/10/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;13&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/8/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;14&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/10/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;15&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/9/2014&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl113" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl112" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;16&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;10/7/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;17&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;11/11/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #575757;"&gt;18&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;61&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;PV&lt;/TD&gt;&lt;TD class="xl114" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;Phase 2&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ff9900;"&gt;11/17/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #99cc00;"&gt;Pass&lt;/TD&gt;&lt;TD class="xl115" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;9/1/2014&lt;/TD&gt;&lt;TD class="xl116" style="padding-right: 4px; padding-left: 4px; border-width: 0px; border-style: none solid solid none; border-color: black; font-style: inherit; font-family: inherit; background-color: #ff9900;"&gt;38&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752102#M268068</guid>
      <dc:creator />
      <dc:date>2015-01-08T06:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression for Calculating 1st occurrence date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752103#M268069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=floor(End_Date)- floor(Start_Date) as [delay in no of days]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 06:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-for-Calculating-1st-occurrence-date/m-p/752103#M268069</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-01-08T06:31:21Z</dc:date>
    </item>
  </channel>
</rss>

