<?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: Showing curret years data for previous year for same date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827484#M291322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can store&lt;/P&gt;&lt;P&gt;=Date(AddYears('25-04-2014',-1))&lt;/P&gt;&lt;P&gt;in a variable and then use it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again I would like to know what exactly data you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give some sample data and your descriptive requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 08:12:47 GMT</pubDate>
    <dc:creator>ankitaag</dc:creator>
    <dc:date>2015-04-27T08:12:47Z</dc:date>
    <item>
      <title>Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827478#M291316</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;&lt;/P&gt;&lt;P&gt;My date is DD-MM-YYYY format, as per requirement i want to&amp;nbsp; show current years data for same date for previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is sample application for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827478#M291316</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-04-27T07:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827479#M291317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the date is 27-04-2015 then try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;YEAR, MONTH, DATE={"&amp;gt;=$(=Date(AddYears(Max(DATE), -1),'DD-MM-YYYY')) &amp;lt;=$(=Date(Max(DATE),'DD-MM-YYYY'))"}&amp;gt;} [YOUR FIELD])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827479#M291317</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-04-27T07:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827480#M291318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827480#M291318</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-04-27T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827481#M291319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This,&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Date = {"$(=AddYears(max(Date),-1))"},Month=&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827481#M291319</guid>
      <dc:creator />
      <dc:date>2015-04-27T07:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827482#M291320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain what you exactly want? What should be in your dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827482#M291320</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-27T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827483#M291321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elakkian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in your expression you are comparig an Year with a Date..which is wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Max(Date))-1 will give you Year and not Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827483#M291321</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-27T08:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing curret years data for previous year for same date</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827484#M291322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can store&lt;/P&gt;&lt;P&gt;=Date(AddYears('25-04-2014',-1))&lt;/P&gt;&lt;P&gt;in a variable and then use it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but again I would like to know what exactly data you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give some sample data and your descriptive requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 08:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-curret-years-data-for-previous-year-for-same-date/m-p/827484#M291322</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-27T08:12:47Z</dc:date>
    </item>
  </channel>
</rss>

