<?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: Revenue Adjustment Month-on-Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490718#M101982</link>
    <description>&lt;P&gt;So you wanna do it in load editor or on UI? if you wanna do it backend without disturbing the existing Data model, try creating a new resident load table and work on it, On UI its doable but seems a bit complex compared to the backed logic when the Full datamodel is unknown. But from the picture you have provided, we could achive it using Rangesum(Above()).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for you understanding i have split the expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Measure1 = Sum(Sales)&lt;BR /&gt;Measure2 = Sum({$&amp;lt;Product={'Eraser'}&amp;gt;}Sales)&lt;BR /&gt;Measure3 = RangeSum(Above(Measure2,0,RowNo()))&lt;BR /&gt;Measure_Final =&amp;nbsp;Measure1-Measure3&lt;/P&gt;
&lt;P&gt;combined expression:&lt;BR /&gt;Sum(Sales) - RangeSum(Above(Sum({$&amp;lt;Product={'Eraser'}&amp;gt;}Sales),0,RowNo()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2490696 - Revenue Adjustment Month-on-Month (1).PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173790i3E0993E3BF82E2E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2490696 - Revenue Adjustment Month-on-Month (1).PNG" alt="2490696 - Revenue Adjustment Month-on-Month (1).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 08:31:14 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2024-11-05T08:31:14Z</dc:date>
    <item>
      <title>Revenue Adjustment Month-on-Month</title>
      <link>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490696#M101976</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have a table with Multiple entries for date.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="poojashribanger_0-1730779491712.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173786i844B4F68E83306A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="poojashribanger_0-1730779491712.png" alt="poojashribanger_0-1730779491712.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output for Jan will be 700-100=600&lt;/P&gt;
&lt;P&gt;Feb will be 150-200=-50&lt;/P&gt;
&lt;P&gt;Now i want to deduct Value from table 2 from the overall value of Jan from table 1&amp;nbsp; in data load editor but without aggregating.&lt;/P&gt;
&lt;P&gt;Is it possible as i already have a data model in place with almost 15 different tables and i can't aggregate the data at the backend.&lt;/P&gt;
&lt;P&gt;Thanks in |Advance&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Poojashri&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 04:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490696#M101976</guid>
      <dc:creator>poojashribanger</dc:creator>
      <dc:date>2024-11-05T04:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue Adjustment Month-on-Month</title>
      <link>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490718#M101982</link>
      <description>&lt;P&gt;So you wanna do it in load editor or on UI? if you wanna do it backend without disturbing the existing Data model, try creating a new resident load table and work on it, On UI its doable but seems a bit complex compared to the backed logic when the Full datamodel is unknown. But from the picture you have provided, we could achive it using Rangesum(Above()).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for you understanding i have split the expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Measure1 = Sum(Sales)&lt;BR /&gt;Measure2 = Sum({$&amp;lt;Product={'Eraser'}&amp;gt;}Sales)&lt;BR /&gt;Measure3 = RangeSum(Above(Measure2,0,RowNo()))&lt;BR /&gt;Measure_Final =&amp;nbsp;Measure1-Measure3&lt;/P&gt;
&lt;P&gt;combined expression:&lt;BR /&gt;Sum(Sales) - RangeSum(Above(Sum({$&amp;lt;Product={'Eraser'}&amp;gt;}Sales),0,RowNo()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2490696 - Revenue Adjustment Month-on-Month (1).PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173790i3E0993E3BF82E2E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2490696 - Revenue Adjustment Month-on-Month (1).PNG" alt="2490696 - Revenue Adjustment Month-on-Month (1).PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490718#M101982</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-05T08:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue Adjustment Month-on-Month</title>
      <link>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490813#M102017</link>
      <description>&lt;P&gt;It's quite simple within the data-model by concatenating both tables, for example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;t: load Date, Product, Sales as Value, 'Sales' as Source &lt;BR /&gt;from A;&lt;BR /&gt;concatenate(t)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;load Adjustment as Date, 'Adjustment' as Product, &lt;STRONG&gt;-&lt;/STRONG&gt;Value as Value, 'Adjustment' as Source &lt;BR /&gt;from B;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490813#M102017</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-11-05T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Revenue Adjustment Month-on-Month</title>
      <link>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490818#M102019</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/33037"&gt;@poojashribanger&lt;/a&gt;&amp;nbsp; if both your tables are linked on date you can simply write below expression&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sum(sales) - sum(adjustedvalue)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Revenue-Adjustment-Month-on-Month/m-p/2490818#M102019</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-11-05T12:32:22Z</dc:date>
    </item>
  </channel>
</rss>

