<?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: How do I insert a calculated row in a straight table ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729265#M1058267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a simple way to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But try this. It might be what you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Create a Profit and Loss Statement in QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jennell McIntire&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3324"&gt;How to Create a Profit and Loss Statement in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT. The way I would do this is have the month on the vertical (as a straight table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And 6 column heading as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renewal budget&lt;/P&gt;&lt;P&gt;Renewal Forecast&lt;/P&gt;&lt;P&gt;Renewal Variance&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives the information but in a different format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could try properties --&amp;gt; presentation --&amp;gt; horizontal. (to change months to columns again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 10:29:34 GMT</pubDate>
    <dc:creator>robert99</dc:creator>
    <dc:date>2014-10-01T10:29:34Z</dc:date>
    <item>
      <title>How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729262#M1058264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table which consists of a number of columns (January to December) and 4 rows. The month columns are expressions using set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rows are derived from two dimensions called 'Business' and 'Status'. There are 2 possible values for Business: Renewal and New Business. And there are 2 possible values for Status: Budget and Forecast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Budget Summary.PNG" class="jive-image" src="/legacyfs/online/67985_Budget Summary.PNG" style="width: 620px; height: 84px;" /&gt;&lt;/P&gt;&lt;P&gt;I would like to insert a calculated row in between the 2nd and 3rd rows called 'Renewal Variance' which will calculate the difference between the Budget and Forecast amounts for the two Renewal rows above it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I would like to insert a calculated row after the 4th row called 'New Business Variance' which will calculate the difference between the Budget and Forecast amounts for New Business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in QlikView ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 13:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729262#M1058264</guid>
      <dc:creator />
      <dc:date>2014-09-30T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729263#M1058265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did similar kind of work see the below example: table_Actual: LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1); load 'Variance' as Status, (Max(Jan)-Min(Jan)) as [Jan], (Max(Feb)-Min(Feb)) as [Feb] Resident table_Actual; in the above example I used max and min but in your query max/min would not work. You might use some other function.&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 19:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729263#M1058265</guid>
      <dc:creator />
      <dc:date>2014-09-30T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729264#M1058266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what it is your code is doing. Can you break it down for me, line by line, please ? I'm not an experienced QV developer by a long chalk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 07:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729264#M1058266</guid>
      <dc:creator />
      <dc:date>2014-10-01T07:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729265#M1058267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a simple way to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But try this. It might be what you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to Create a Profit and Loss Statement in QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jennell McIntire&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3324"&gt;How to Create a Profit and Loss Statement in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT. The way I would do this is have the month on the vertical (as a straight table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And 6 column heading as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Renewal budget&lt;/P&gt;&lt;P&gt;Renewal Forecast&lt;/P&gt;&lt;P&gt;Renewal Variance&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives the information but in a different format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could try properties --&amp;gt; presentation --&amp;gt; horizontal. (to change months to columns again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 10:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729265#M1058267</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-10-01T10:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729266#M1058268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start by using a pivot table instead of having single expressions for each month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 10:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729266#M1058268</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-10-01T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I insert a calculated row in a straight table ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729267#M1058269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a great solution. It worked a treat. The Month became the Dimension, and I created 6 expressions as you suggested. Then I flipped the whole thing horizontally. Didn't know you could do that.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 12:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-insert-a-calculated-row-in-a-straight-table/m-p/729267#M1058269</guid>
      <dc:creator />
      <dc:date>2014-10-01T12:28:27Z</dc:date>
    </item>
  </channel>
</rss>

