<?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: percent change in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/14000#M981</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum({&amp;lt;Year = {'$(=Max(Year))'}&amp;gt;} Sales)/Sum({&amp;lt;Year = {'$(=Max(Year) - 1)'}&amp;gt;} Sales) - 1, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'0%')&lt;/SPAN&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum(Sales), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'#,##0.0')&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 16:11:31 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2018-06-12T16:11:31Z</dc:date>
    <item>
      <title>percent change</title>
      <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/13999#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to create a line graph that shows percent change only of the sum of sales from month to month. The line graph will also have multiple business units on the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a few options and none have helped thus far. Any recommendations would be great! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are a few options I have tried...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(((sum(sales)) - sum(addmonths(RT_Date,-1)(sales)))&lt;/P&gt;&lt;P&gt;/ sum(addmonths(RT_Date,-1)(sales)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Sum(sales)/Above(Sum(sales))-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 13:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/percent-change/m-p/13999#M980</guid>
      <dc:creator>nhbarker</dc:creator>
      <dc:date>2018-06-12T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: percent change</title>
      <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/14000#M981</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum({&amp;lt;Year = {'$(=Max(Year))'}&amp;gt;} Sales)/Sum({&amp;lt;Year = {'$(=Max(Year) - 1)'}&amp;gt;} Sales) - 1, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'0%')&lt;/SPAN&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Num(&lt;/SPAN&gt;Sum(Sales), &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;'#,##0.0')&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/percent-change/m-p/14000#M981</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-06-12T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: percent change</title>
      <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/14001#M982</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum(sales)/Above(Sum(sales))-1, [Business Unit], (MonthYear, (NUMERIC)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 16:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/percent-change/m-p/14001#M982</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-12T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: percent change</title>
      <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/14002#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses! Unfortunately these haven't been successfully for me yet, however it is given me a lot more options to try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 17:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/percent-change/m-p/14002#M983</guid>
      <dc:creator>nhbarker</dc:creator>
      <dc:date>2018-06-12T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: percent change</title>
      <link>https://community.qlik.com/t5/App-Development/percent-change/m-p/14003#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;With a master calendar hooked to RT_Date.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;((sum(sales) - sum({$&amp;lt;Month={"=$(=addmonths(MonthStart(RT_Date),-1))"}&amp;gt;} sales))&lt;/P&gt;&lt;P style="font-size: 13px; 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; font-size: 13px;"&gt;sum({$&amp;lt;Month={"=$(=addmonths(MonthStart(RT_Date),-1))"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 21:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/percent-change/m-p/14003#M984</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-06-13T21:30:45Z</dc:date>
    </item>
  </channel>
</rss>

