<?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 how i can get analysis between purticular dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507566#M685729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how i can get analysis for particular period(say from 10th july 2005 to 7th july 2010)&lt;/P&gt;&lt;P&gt;I am using two calendar object&lt;/P&gt;&lt;P&gt;and I have given the field orderdate for both the calendar object&lt;/P&gt;&lt;P&gt;but as it is coming from the same orderdate field the moment I select one date that same date gets selected in other calendar object&lt;/P&gt;&lt;P&gt;I tried using the resident concept by setting orderdate1 and tried using orderdate for one calendar object and orderdate1 for second calendar object but that is also not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 11:44:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-14T11:44:46Z</dc:date>
    <item>
      <title>how i can get analysis between purticular dates</title>
      <link>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507566#M685729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how i can get analysis for particular period(say from 10th july 2005 to 7th july 2010)&lt;/P&gt;&lt;P&gt;I am using two calendar object&lt;/P&gt;&lt;P&gt;and I have given the field orderdate for both the calendar object&lt;/P&gt;&lt;P&gt;but as it is coming from the same orderdate field the moment I select one date that same date gets selected in other calendar object&lt;/P&gt;&lt;P&gt;I tried using the resident concept by setting orderdate1 and tried using orderdate for one calendar object and orderdate1 for second calendar object but that is also not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507566#M685729</guid>
      <dc:creator />
      <dc:date>2014-01-14T11:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: how i can get analysis between purticular dates</title>
      <link>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507567#M685730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try following expression&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;FiscalYear={$(=max(FiscalYear)-1)},YEAR_MONTH=p(YEAR_MONTH_PREVIOUS),[Posting Date]={'&amp;lt;=$(vLMaxDate)'},FinancialYear=,MonthName= &amp;gt;}&amp;nbsp; [Sales Amount])&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;1.&amp;nbsp; YEAR_MONTH_PREVIOUS&amp;nbsp; is filed to create in calender master is as follows&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num((Year(TempDate)-1)&amp;amp;num(Month(TempDate),'00')) AS YEAR_MONTH_PREVIOUS, // Link between tables for&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; previous month / year selection&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. vLmaxdate&amp;nbsp; is variable&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=date(addyears(max([Posting Date]), -1), 'DD/MM/YYYY')&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;Hope this helps you for previous year ytd&amp;nbsp; vs curr year ytd&amp;nbsp; ( Like wise comparison)&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;or &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;A _jive_internal="true" href="https://community.qlik.com/thread/102332"&gt;http://community.qlik.com/thread/102332&lt;/A&gt;&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;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507567#M685730</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-01-14T11:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: how i can get analysis between purticular dates</title>
      <link>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507568#M685731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5598"&gt;http://community.qlik.com/docs/DOC-5598&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 12:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-i-can-get-analysis-between-purticular-dates/m-p/507568#M685731</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-01-14T12:01:13Z</dc:date>
    </item>
  </channel>
</rss>

