<?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 Set analysis for calculating Growth YoY in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683841#M1066490</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;I have a list box of year and month, on selecting for example February 2014 and March 2014 , it should show me (sum of sales in Feb +March2014&amp;nbsp; ) -(sum of sales in Fwb +March2013 ) for the previous year. how do i write set analysis expression for it. Also, is there any reference where i can learn to write these expressions and get a know about functions used in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-20T18:02:30Z</dc:date>
    <item>
      <title>Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683841#M1066490</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;I have a list box of year and month, on selecting for example February 2014 and March 2014 , it should show me (sum of sales in Feb +March2014&amp;nbsp; ) -(sum of sales in Fwb +March2013 ) for the previous year. how do i write set analysis expression for it. Also, is there any reference where i can learn to write these expressions and get a know about functions used in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683841#M1066490</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683842#M1066491</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 like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;PERIOD={"$(=MAX(PERIOD))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;PERIOD={"$(=MAX(PERIOD)-1)"}&amp;gt;}&lt;SPAN style="font-size: 13.3333339691162px;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here PERIOD means your year in master calender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683842#M1066491</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-09-12T05:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683843#M1066492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in period i want month as well as year, how will it be done ? &lt;IMG alt="yoy.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66594_yoy.jpg" style="width: 620px; height: 308px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683843#M1066492</guid>
      <dc:creator />
      <dc:date>2014-09-12T05:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683844#M1066493</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 like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;Month = {"$(=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;Month&lt;/SPAN&gt;))"},PERIOD={"$(=MAX(PERIOD))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;={"$(=MAX(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;Month&lt;/SPAN&gt;)-1)"},&lt;/SPAN&gt;PERIOD={"$(=MAX(PERIOD)-1)"}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333339691162px; font-family: inherit;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Share your sample app .I will check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683844#M1066493</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-09-12T06:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683845#M1066494</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;MakeDate(Year, Month) AS Date&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;Year=, Month =, Date= {"&amp;gt;=$(=MonthStart(Max(Date)))&amp;lt;=$(=MonthEnd(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;Year=, Month =, Date= {"&amp;gt;=$(=MonthStart(Max(Date), -1))&amp;lt;=$(=MonthEnd(Max(Date), -1))"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683845#M1066494</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-12T06:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683846#M1066495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4313"&gt;QlikView App: Set Analysis - Prior Period Comparison&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683846#M1066495</guid>
      <dc:creator>mjayachandran</dc:creator>
      <dc:date>2014-09-12T06:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683847#M1066496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it shows only the sales value in growth and doesnt calculate anything on single/multiple selection of months .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683847#M1066496</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683848#M1066497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CY :&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;FiscalYear={$(=max(FiscalYear))},Quarter=&lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),0,4))&amp;lt;=$(=max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]))"}&amp;gt;}[Sales Amount]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LY:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;FinancialYear=,FiscalYear={$(=max(FiscalYear)-1)} &lt;/P&gt;&lt;P&gt;,[Posting Date]={"&amp;gt;=$(=YearStart(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),-1,4))&amp;lt;=$(=addmonths(max({$&amp;lt;FiscalYear={$(=max(FiscalYear))}&amp;gt;}[Posting Date]),-12))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} [ Sales Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Growth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((Column(1)-Column(2))/Column (2))*100&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;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683848#M1066497</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-09-12T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683849#M1066498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please attach your sample qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, looking at the screenshot, it seems like in Growth column you need like&lt;/P&gt;&lt;P&gt;2013 &amp;gt;&amp;gt; 0&lt;/P&gt;&lt;P&gt;2014 &amp;gt;&amp;gt; Value(2014)-Value(2013)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to use Above() function in the chart expression to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683849#M1066498</guid>
      <dc:creator />
      <dc:date>2014-09-12T06:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683850#M1066499</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this&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;Script:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&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;MakeDate(Year, Month) AS Date&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM DataSource;&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;Now in Set Analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({&amp;lt;Year=, Month =, Date= {"&amp;gt;=$(=MonthStart(Min(Date)))&amp;lt;=$(=MonthEnd(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;SUM({&amp;lt;Year=, Month =, Date= {"&amp;gt;=$(=MonthStart(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Min&lt;/SPAN&gt;(Date), -12))&amp;lt;=$(=MonthEnd(Max(Date), -12))"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Jagan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 06:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683850#M1066499</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-12T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis for calculating Growth YoY</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683851#M1066500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create variable like this:---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vMaxYear =max(Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vPriorYear =vMaxYear -1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vMaxDate =max(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vMinDate =min(Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vPriorYearDate_max&amp;nbsp; =date(addyears(max(Date), -1), 'DD MMM YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vPriorYearDate_min&amp;nbsp; =date(addyears(min(Date), -1), 'DD MMM YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;then try this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= SUM({&amp;lt;Year={'$(vMaxYear)'},Date={'&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)'},Month= &amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Year={'$(vPriorYear)'},Month=,Date={'&amp;gt;=$(vPriorYearDate_min)&amp;lt;=$(vPriorYearDate_max)'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 07:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-for-calculating-Growth-YoY/m-p/683851#M1066500</guid>
      <dc:creator />
      <dc:date>2014-09-12T07:24:46Z</dc:date>
    </item>
  </channel>
</rss>

