<?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: Add Column with percentage change in Table Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732090#M262184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good it can work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 16:02:12 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-10-30T16:02:12Z</dc:date>
    <item>
      <title>Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732081#M262175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with 3 columns in my QVD-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The colums are month_year, person, sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;month_year&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;person&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;sales&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201408&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201409&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201408&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201409&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;125&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201408&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;201409&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to solve the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know how much more ore less a person sales, compared by the last month and the month before the last month, regarding the actual month (201410 in this case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I generate an expression as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(if(Month(month_year)=Month(Today())-1,sales))/(if(Month(month_year)=Month(Today())-2,sales))-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the dimension person I only get NULL-values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me solving this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance and best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732081#M262175</guid>
      <dc:creator />
      <dc:date>2014-10-30T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732082#M262176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a chart using person as dimension and add an expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'$(=Year(Today())*100+Month(Today())-1)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'$(=Year(Today())*100+Month(Today())-2)'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732082#M262176</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-30T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732083#M262177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro, this works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 11:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732083#M262177</guid>
      <dc:creator />
      <dc:date>2014-10-30T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732084#M262178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, the expression works, when I am in year 2014 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I got January in 2015 the expression won't work anymore when I try to see the change from 201411 to 201412. This also occurs when I want to analyse the change from 201412 to 201501 in February. My Data goes into this application every month and I do want an expression which works properly without changing it anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution to this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732084#M262178</guid>
      <dc:creator />
      <dc:date>2014-10-30T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732085#M262179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple if:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f6f6f6;"&gt;month_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt; = {'$(=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())&amp;lt;=2, (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())-1)*100, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())*100) +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())=1, 11,if(month(Today())=2, 12, month(today())-1))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)'}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732085#M262179</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-30T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732086#M262180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, that looks better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me, at which point of the expression I have to put this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should it look like this? And is it identical to write for the month: 1 or 01?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;{'$(=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())&amp;lt;=2, (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())-1)*100, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())*100) +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())=1, 12,if(month(Today())=2, 1, month(today())-1))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)'}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;{'$(=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())&amp;lt;=2, (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())-1)*100, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;Year(Today())*100) +&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(month(Today())=1, 11,if(month(Today())=2, 12, month(today())-2))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732086#M262180</guid>
      <dc:creator />
      <dc:date>2014-10-30T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732087#M262181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 is better for month, the expression should have to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732087#M262181</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-30T14:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732088#M262182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;unfortunately it is not working&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;I also tried it another way, but it is also not working. Is there anything wrong with the if-clauses?:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Sum({$ &amp;lt;month_year =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{'$(=&lt;/P&gt;&lt;P&gt;if(Month(Today())=01,((Year(Today())-1)*100)+12,Year(Today())*100+Month(Today())-1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;month_year =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{'$(=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Month(Today())=01,((Year(Today())-1)*100)+11,&lt;/P&gt;&lt;P&gt;if(Month(Today())=02,((Year(Today())-1)*100)+12,Year(Today())*100+Month(Today())-1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732088#M262182</guid>
      <dc:creator />
      <dc:date>2014-10-30T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732089#M262183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found another way, it might not be that elegant, but it seems to work, can you check it, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Month(Today())=1,&lt;/P&gt;&lt;P&gt;(Sum({$ &amp;lt;month_year = {'$(=(Year(Today())-1)*100+12)'}&amp;gt;} visits)&lt;/P&gt;&lt;P&gt;/Sum({$ &amp;lt;month_year = {'$(=(Year(Today())-1)*100+11)'}&amp;gt;} sales)) -1,&lt;/P&gt;&lt;P&gt;if(Month(Today())=2,&lt;/P&gt;&lt;P&gt;(Sum({$ &amp;lt;month_year = {'$(=Year(Today())*100+1)'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;/Sum({$ &amp;lt;month_year = {'$(=(Year(Today())-1)*100+12)'}&amp;gt;} sales)) -1,&lt;/P&gt;&lt;P&gt;(Sum({$ &amp;lt;month_year = {'$(=Year(Today())*100+Month(Today())-1)'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;/Sum({$ &amp;lt;month_year = {'$(=Year(Today())*100+Month(Today())-2)'}&amp;gt;} sales)) -1&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732089#M262183</guid>
      <dc:creator />
      <dc:date>2014-10-30T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732090#M262184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good it can work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732090#M262184</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-30T16:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add Column with percentage change in Table Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732091#M262185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please mark my answer if you desire ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Column-with-percentage-change-in-Table-Chart/m-p/732091#M262185</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-30T16:09:19Z</dc:date>
    </item>
  </channel>
</rss>

