<?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 Sales growth by month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217853#M71027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya&lt;/P&gt;&lt;P&gt;This is a perfect example for InterRecords!&lt;/P&gt;&lt;P&gt;Make a Chart (Straigt or Pivot) and use Month as your Dimension.&lt;/P&gt;&lt;P&gt;Expression for Sales:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=Sales&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Expression for SalesPerMonth:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=above(Sales,1)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Expression for Growth:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=Column(2) / column(1)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The Sort is the most importent thing! This example is for Month sortet Numeric Ascending. If it sortet the other way, type "-1" for the second parameter!&lt;BR /&gt;I would suggest to check out the Helpfile for InterRecords because there are lot fantastic functions like this!&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 17:12:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-20T17:12:45Z</dc:date>
    <item>
      <title>Sales growth by month</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217852#M71026</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;I'm trying to achieve something that looks simple enough, but I don't seem to get the right results.&lt;/P&gt;&lt;P&gt;I would like to have a table like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 243pt; padding-left: 30px;" width="324"&gt;&lt;COL style="width: 48pt;" width="64" /&gt;&lt;COL style="width: 58pt;" width="78" /&gt;&lt;COL style="width: 65pt;" width="86" /&gt;&lt;COL style="width: 72pt;" width="96" /&gt;&lt;TBODY&gt;&lt;TR height="39" style="height: 29.4pt; text-align: center;"&gt;&lt;TD class="xl73" height="39" style="height: 29.4pt; width: 48pt;" width="64"&gt;&lt;B&gt;Month&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; width: 58pt;" width="78"&gt;&lt;B&gt;Sales&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; width: 65pt;" width="86"&gt;&lt;B&gt;Sales&lt;BR /&gt; PrevMonth&lt;/B&gt;&lt;/TD&gt;&lt;TD class="xl76" style="border-left: medium none; width: 72pt;" width="96"&gt;&lt;B&gt;% Growth&lt;/B&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl70" height="19" style="height: 14.4pt;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-left: medium none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-left: medium none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-left: medium none;"&gt;100,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;100,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;300&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;50,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;400&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;300&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;33,33%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;500&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;400&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;25,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;600&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;500&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;20,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;700&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;600&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;16,67%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;800&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;700&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;14,29%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;900&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;800&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;12,50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1000&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;900&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;11,11%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="19" style="height: 14.4pt;"&gt;&lt;TD align="right" class="xl65" height="19" style="border-top: medium none; height: 14.4pt;"&gt;11&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1100&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;1000&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: medium none; border-left: medium none;"&gt;10,00%&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl67" height="20" style="border-top: medium none; height: 15pt;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: medium none; border-left: medium none;"&gt;1200&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: medium none; border-left: medium none;"&gt;1100&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: medium none; border-left: medium none;"&gt;&lt;P&gt;9,09%&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Can s.o. advice me on this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best!&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 16:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217852#M71026</guid>
      <dc:creator />
      <dc:date>2010-01-20T16:21:27Z</dc:date>
    </item>
    <item>
      <title>Sales growth by month</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217853#M71027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya&lt;/P&gt;&lt;P&gt;This is a perfect example for InterRecords!&lt;/P&gt;&lt;P&gt;Make a Chart (Straigt or Pivot) and use Month as your Dimension.&lt;/P&gt;&lt;P&gt;Expression for Sales:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=Sales&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Expression for SalesPerMonth:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=above(Sales,1)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Expression for Growth:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=Column(2) / column(1)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The Sort is the most importent thing! This example is for Month sortet Numeric Ascending. If it sortet the other way, type "-1" for the second parameter!&lt;BR /&gt;I would suggest to check out the Helpfile for InterRecords because there are lot fantastic functions like this!&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217853#M71027</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Sales growth by month</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217854#M71028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think the expression for growth should be:&lt;/P&gt;&lt;P&gt;= Column(1)/Column(2) - 1&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217854#M71028</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:42:19Z</dc:date>
    </item>
    <item>
      <title>Sales growth by month</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217855#M71029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this example about ABOVE&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/24577/94050.aspx#94050"&gt;http://community.qlik.com/forums/p/24577/94050.aspx#94050&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217855#M71029</guid>
      <dc:creator />
      <dc:date>2010-01-20T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Sales growth by month</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217856#M71030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick and perfect answers, those were really helpful!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best!&lt;/P&gt;&lt;P&gt;Maya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 20:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-growth-by-month/m-p/217856#M71030</guid>
      <dc:creator />
      <dc:date>2010-01-20T20:56:13Z</dc:date>
    </item>
  </channel>
</rss>

