<?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: Growth over two Years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81487#M13381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Year/ Month dimensions are&amp;nbsp; arranged&amp;nbsp; vertically, results re not produced on the given growth expression. How this could be corrected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},BRANCH_CODE&amp;gt;}TOTAL)/ABOVE(SUM({&amp;lt;MO_NM_SALES={'MOTOR'},BRANCH_CODE&amp;gt;}TOTAL))-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 17:42:19 GMT</pubDate>
    <dc:creator>nevilledhamsiri</dc:creator>
    <dc:date>2018-03-20T17:42:19Z</dc:date>
    <item>
      <title>Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81478#M13372</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;Appreciate if the reference is made to propose how best the growth could be computed based on the expression applied for the calculation of MO, NM &amp;amp; Total sales. Expressions applied as follows!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'NON_MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE&amp;gt;}TOTAL)+SUM({&amp;lt;MO_NM_SALES={'NON_MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81478#M13372</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-09T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81479#M13373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All!&lt;/P&gt;&lt;P&gt;Please see to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I urgently requires this calculation to be done!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81479#M13373</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-09T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81480#M13374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have master calendar with&amp;nbsp; date related fields associated to your fact table date field? You need to add date Year filter in all your expressions, may be like this to calculate the growth % from last year to this year- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE,Year={"=$(=Year(DateField))"}&amp;gt;}TOTAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE,Year={"=$(=Year(DateField)-1)"}&amp;gt;}TOTAL))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE,Year={"=$(=Year(DateField)-1)"}&amp;gt;}TOTAL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Do you want Yeartodate growth? For that you would need different set expression, something like Date &amp;gt;=Yearstart and &amp;lt;today() or use of yeartodate function.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81480#M13374</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-09T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81481#M13375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Digvijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When this expression given, an error appear.Can you please help me to correct this. Following calender&amp;nbsp; I have loaded.&lt;/P&gt;&lt;P&gt;Cant we use sum( above) function here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vStartDate = Floor(MakeDate(2017,1,1));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vEndDate = Floor(Today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDiff = vEndDate-vStartDate +1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALENDAR:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year &amp;amp; '' &amp;amp; Month&amp;nbsp; As %YearMonth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year &amp;amp; '-' &amp;amp; Quarter As YearQuarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekYear &amp;amp; '-' &amp;amp; Num(Week, '00') As YearWeek;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(DateID) As DATE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(DateID) As Year,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Month(DateID), '00') As Month,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(DateID) As Monthh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Day(DateID) As Day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Week(DateID) As Week,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Q' &amp;amp;Ceil(Month(DateID)/3) As Quarter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WeekYear(DateID) As WeekYear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Year2Date(DateID) As YTD_Flag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Year2Date(DateID, -1) As LYTD_Flag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weekday(DateID) AS Weekday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;autonumber(weekyear(DateID) &amp;amp;'|' &amp;amp; week(DateID), '_WeekSerial') AS _WeekSerial;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RecNo()-1+$(vStartDate) As DateID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AutoGenerate($(vDiff));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81481#M13375</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-09T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81482#M13376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share expected output and sample data to see on which chart you are trying this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81482#M13376</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-09T17:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81483#M13377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the excel &amp;amp; P/T done. Script too given&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is a same file with data for two Years!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195914_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POLICY_REGISTER_2018:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD BRANCH_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLASS_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PICK(MATCH(CLASS_CODE,'MC','M4','M3')+1,'NON_MOTOR','MOTOR','MOTOR','MOTOR')AS MO_NM_SALES,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PRODUCT_CODE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POL_POLICY_NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REF_NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POL_SUM_INSURED, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TR_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH(TR_DATE) AS TR_MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YEAR(TR_DATE)AS TR_YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TR_TYPE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CP, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TOTAL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MARKETING_PERSON,LEFT(MARKETING_PERSON,5) AS&amp;nbsp; ME_CODE&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; &lt;D&gt; (ooxml, embedded labels, table is Sheet1);&lt;/D&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81483#M13377</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-09T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81484#M13378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shorten Excel attached for your ref&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the growth Jan_2018 vs Jan _2017 &amp;amp; same for Feb as well based on the following expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'NON_MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},ME_CODE&amp;gt;}TOTAL)+SUM({&amp;lt;MO_NM_SALES={'NON_MOTOR'},ME_CODE&amp;gt;}TOTAL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81484#M13378</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-09T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81485#M13379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this -&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195934_Capture.PNG" style="height: 91px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 18:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81485#M13379</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-09T18:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81486#M13380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please send me the expression in a notepad for growth calculation. I am using a personnel edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2018 01:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81486#M13380</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-10T01:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81487#M13381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Year/ Month dimensions are&amp;nbsp; arranged&amp;nbsp; vertically, results re not produced on the given growth expression. How this could be corrected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;MO_NM_SALES={'MOTOR'},BRANCH_CODE&amp;gt;}TOTAL)/ABOVE(SUM({&amp;lt;MO_NM_SALES={'MOTOR'},BRANCH_CODE&amp;gt;}TOTAL))-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 17:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81487#M13381</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-20T17:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Growth over two Years</title>
      <link>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81488#M13382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some one&amp;nbsp; look in o this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 17:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Growth-over-two-Years/m-p/81488#M13382</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-03-27T17:32:33Z</dc:date>
    </item>
  </channel>
</rss>

