<?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: take previous month data in pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408731#M812619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for clarification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2017 15:41:43 GMT</pubDate>
    <dc:creator>surajdhall</dc:creator>
    <dc:date>2017-09-27T15:41:43Z</dc:date>
    <item>
      <title>take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408711#M812599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;When there is no data available in the current month, i want to bring from previous month in the pivot table (attached file)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Product B- High has no data in Feb. So take 86.20% from previous month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Product C- Low has no data in the May. So take 100% from previous month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I want to do this in this chart locally, is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408711#M812599</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408712#M812600</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;If(Len(Trim(sum(Margin)/sum(Sales))) = 0, Before(sum(Margin)/sum(Sales)), sum(Margin)/sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177620" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177620_Capture.PNG" style="height: 166px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408712#M812600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408713#M812601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this&lt;/P&gt;&lt;P&gt;Alt(sum(Margin)/sum(Sales),&lt;/P&gt;&lt;P&gt;before(sum(Margin)/sum(Sales))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408713#M812601</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-09-25T11:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408714#M812602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny/Clever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get back after working on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408714#M812602</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-25T11:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408715#M812603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just changed the expression for %... now changed for T also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 11:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408715#M812603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408716#M812604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, in my main initial application, i didn't mention the correct expression.&lt;/P&gt;&lt;P&gt;ie. I am doing average, inorder to get the totals as average at the bottom row of pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(aggr(sum(Margin)/sum(Sales), &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Product,Status,MonthYear))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help on using this expression. I updated the same in the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408716#M812604</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-25T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408717#M812605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the combination of Product, Status and MonthYear is completely missing and you will need to make sure that this combination exists from the script&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3786"&gt;Generating Missing Data In QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408717#M812605</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408718#M812606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i didnt understand.&lt;/P&gt;&lt;P&gt;You mean i cannot pick previous month value using before() function, when am using aggr() like below-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Avg(aggr(sum(Margin)/sum(Sales), &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Product,Status,MonthYear))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please explain a bit more.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So, if i don't want the avg in the total row, then i am good to go with your previous solution(ie. test1.qvw). Am i right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks!&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408718#M812606</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-25T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408719#M812607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See how there is no Feb for Product = B and Status = High... you will need to make sure that the MonthYear Feb Exits for this combination... may be with the Sales 0 and Margin 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177627_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408719#M812607</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408720#M812608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the row as you expected.Please note that my main expression is-&lt;/P&gt;&lt;P&gt;Avg(aggr(sum(Margin)/sum(Sales),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,Status,MonthYear))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408720#M812608</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-25T12:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408721#M812609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 13:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408721#M812609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-25T13:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408722#M812610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you so much Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;See how there is no Feb for Product = B and Status = High... you will need to make sure that the MonthYear Feb Exits for this combination... may be with the Sales 0 and Margin 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Just a final query. May i know what Rangesum is doing here. Why atleast sales 0 or margin 0 is required (as you mentioned in the comment).&lt;/P&gt;&lt;P&gt;Avg(aggr(If(RangeSum(sum(Margin)/sum(Sales), 0.1) = 0.1, Above(sum(Margin)/sum(Sales)), sum(Margin)/sum(Sales)), Product,Status,MonthYear))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 13:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408722#M812610</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-25T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408723#M812611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression is taking previous month data only till next month, not to the further months.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Avg(aggr(If(RangeSum(sum(Margin)/sum(Sales), 0.1) = 0.1, Above(sum(Margin)/sum(Sales)), sum(Margin)/sum(Sales)), Product,Status,MonthYear))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Product D- High has no data for Mar, Apr, May.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;The data is carried only till next month(ie. from Feb to Mar), &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;not to the further months.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="177893" alt="carry.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177893_carry.png" style="height: 83px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 13:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408723#M812611</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-27T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408724#M812612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This unfortunately may not work with your requirement to get the Average for the total row.... if you need the total and also the carrying forward, you will need to do this in the script &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 14:55:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408724#M812612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-27T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408725#M812613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ok, I am fine without the total row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; using your first solution and notice the same issue in % and T columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len(Trim(sum(Margin)/sum(Sales))) = 0, Before(sum(Margin)/sum(Sales)), sum(Margin)/sum(Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408725#M812613</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-27T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408726#M812614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not worrying about the Average, you can use this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RangeSum(sum(Margin)/sum(Sales), 0.1) = 0.1, Before(&lt;SPAN style="color: #ff0000;"&gt;[%]&lt;/SPAN&gt;), sum(Margin)/sum(Sales))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where [%] is your column name within the square brackets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408726#M812614</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-27T15:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408727#M812615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The T column (arrows) seems not working, how can i adjust it.&lt;/P&gt;&lt;P&gt;Could you suggest, what is rangesum&lt;STRONG&gt; with &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= 0.1 condition in your expression.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408727#M812615</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-27T15:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408728#M812616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408728#M812616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-27T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408729#M812617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much again.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final query. Because i cannot have total in the chart. I want to have it in a text objects(for each month) under the chart.&lt;/P&gt;&lt;P&gt;Could you let me know how the aggr expression showing average for a month column, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408729#M812617</guid>
      <dc:creator>surajdhall</dc:creator>
      <dc:date>2017-09-27T15:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: take previous month data in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408730#M812618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aggr() isn't going to work because we your using column labels... unfortunately the only way to do this would be to do it in the script or an even more complex expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider marking correct and helpful response once you get what you were looking for... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 15:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/take-previous-month-data-in-pivot/m-p/1408730#M812618</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-27T15:38:16Z</dc:date>
    </item>
  </channel>
</rss>

