<?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 Date Difference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702135#M540471</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 scenario , where my i have to find the ddifference between the STATEMENT DATE , for NICK NAME and the condition is&lt;/P&gt;&lt;P&gt;Period Type = 'Year End'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find&amp;nbsp; the attached excel of sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 06:15:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-18T06:15:56Z</dc:date>
    <item>
      <title>Date Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702135#M540471</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 scenario , where my i have to find the ddifference between the STATEMENT DATE , for NICK NAME and the condition is&lt;/P&gt;&lt;P&gt;Period Type = 'Year End'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find&amp;nbsp; the attached excel of sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702135#M540471</guid>
      <dc:creator />
      <dc:date>2014-07-18T06:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702136#M540472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be as &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Period Type = 'Year End'&lt;/SPAN&gt;,Interval(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATEMENT DATE&lt;/SPAN&gt;-&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STATEMENT DATE&lt;/SPAN&gt;2,'dd') as DifferenceTime&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702136#M540472</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-07-18T06:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702137#M540473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If are you going to showcase the data in table format?, then take a pivot table...&lt;/P&gt;&lt;P&gt;Dimension : Nick Name&lt;/P&gt;&lt;P&gt;Expression: Max({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Period Type ={'Year End'}&lt;/SPAN&gt;&amp;gt;STMT_DT)-Min({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Period Type ={'Year End'}&lt;/SPAN&gt;&amp;gt;STMT_DT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702137#M540473</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-18T06:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702138#M540474</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;Try Interval() like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(YearEnd([STATEMENT DATE]) - [STATEMENT DATE], 'DD') for getting the difference between the STATEMENT DATE AND Year end, if you want current year end then use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(YearEnd(Today()) - [STATEMENT DATE], 'DD')&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>Fri, 18 Jul 2014 06:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702138#M540474</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-18T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Date Difference</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702139#M540475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which two date you want to make difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Period Type = 'Year End'&lt;/SPAN&gt;,Interval(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;DATEfeidl1&lt;/SPAN&gt;-Datefield2,'dd') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 06:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Difference/m-p/702139#M540475</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-18T06:46:19Z</dc:date>
    </item>
  </channel>
</rss>

