<?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 Problem with stopdate-startdate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295761#M109745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a start and a stopdate, my goal is to get the number of days between these. I work find when it´s in the same month but anything else get wierd. The date is in form of yearmonthday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2011 08:51:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-13T08:51:26Z</dc:date>
    <item>
      <title>Problem with stopdate-startdate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295761#M109745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a start and a stopdate, my goal is to get the number of days between these. I work find when it´s in the same month but anything else get wierd. The date is in form of yearmonthday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 08:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295761#M109745</guid>
      <dc:creator />
      <dc:date>2011-12-13T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Problem with stopdate-startdate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295762#M109746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hofstedt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;[Data]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(EndDate) - DATE(StartDate)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS [NoDay],&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 08:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295762#M109746</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-12-13T08:54:16Z</dc:date>
    </item>
    <item>
      <title>Problem with stopdate-startdate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295763#M109747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(EndDate, 'YYYYMMDD') - Date#(StartDate, 'YYYYMMDD') AS DaysDiff&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 10:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295763#M109747</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-13T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Problem with stopdate-startdate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295764#M109748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sorry, I´m a newbe. Were do I put this? Would really be greatful for a exampel...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 14:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295764#M109748</guid>
      <dc:creator />
      <dc:date>2011-12-13T14:05:43Z</dc:date>
    </item>
    <item>
      <title>Problem with stopdate-startdate</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295765#M109749</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;Add this Date#(EndDate, 'YYYYMMDD') - Date#(StartDate, 'YYYYMMDD') AS DaysDiff&lt;/P&gt;&lt;P&gt;as a new column in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or attach qlikview file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 14:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-stopdate-startdate/m-p/295765#M109749</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2011-12-13T14:11:06Z</dc:date>
    </item>
  </channel>
</rss>

