<?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 to Create Two Custom rows in Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400120#M148871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the subtotals in a pivot chart using Show Partial Sums. If you create a field for the quarters you can also show the subtotals per quarter . See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Mar 2013 12:55:47 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-02T12:55:47Z</dc:date>
    <item>
      <title>How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400117#M148868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have simple Excel file with tabular data which i loaded in my qvw. Now i need to add couple of calculation in it. The loaded file look like this&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34191" class="jive-image" alt="File.png" src="https://community.qlik.com/legacyfs/online/34191_File.png" /&gt;&lt;/P&gt;&lt;P&gt;Want to add these calculations&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. Trying to create a 'Total Costs' line = 'VARIABLE LOGISTICS COSTS' + 'FIXED LOGISTICS EXPENSE' + 'Other (VLC)&lt;BR /&gt;2. Then also 'Total % of Net Sales' = 'Total Costs'/ 'NET SALES' &lt;BR /&gt;3. Also trying to create a Column 'Q1A' = 'Jan'13' + 'Feb'13' + 'Mar'13'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script is simple load from sheet&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="34192" class="jive-image" alt="File.png" src="https://community.qlik.com/legacyfs/online/34192_File.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 02:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400117#M148868</guid>
      <dc:creator />
      <dc:date>2013-03-02T02:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400118#M148869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are going to find it more flexible if you load that sort of data as a CROSS TABLE.&amp;nbsp; While you can aggregate or total values now, it's making it hard on yourself and less flexible or extensible.&amp;nbsp; A cross table will give you a table with columns for P&amp;amp;L line, Division, Date, and Amount.&amp;nbsp; So then you can aggregate very easily in any way you want.&amp;nbsp; You can use the Table Files... load wizard to load as cross table (last page of this wizard), or code and it'll looke &lt;EM&gt;something&lt;/EM&gt; like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13621934441044298" jivemacro_uid="_13621934441044298"&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;CrossTable(Date_Tmp, Amount, 2)&lt;/P&gt;&lt;P&gt;LOAD [P&amp;amp;L Line], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Division, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41275],&amp;nbsp;&amp;nbsp;&amp;nbsp; // this will vary depending on source (I just did a quick sample in Excel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41306], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [41334]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;... (your load source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;NoConcatenate LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(num#(Date_Tmp)) As Date&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;P&gt;Drop Field Date_Tmp;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 03:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400118#M148869</guid>
      <dc:creator />
      <dc:date>2013-03-02T03:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400119#M148870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thank you for your reply.. i am very young in qlikview,, not even month &lt;/P&gt;&lt;P&gt;old,,so really appreciate if you get me going. here is excel and simple &lt;/P&gt;&lt;P&gt;qvw,, please just help me adding one two more rows as explain in my &lt;/P&gt;&lt;P&gt;question . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards-&lt;/P&gt;&lt;P&gt;Faisal Mehmood&lt;/P&gt;&lt;P&gt;Colgate Palmolive  - GD  BW/BI Core Team&lt;/P&gt;&lt;P&gt;+1 973 630 1489&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 03:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400119#M148870</guid>
      <dc:creator />
      <dc:date>2013-03-02T03:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400120#M148871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the subtotals in a pivot chart using Show Partial Sums. If you create a field for the quarters you can also show the subtotals per quarter . See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Mar 2013 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400120#M148871</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-02T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400121#M148872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for your reply.&amp;nbsp; I am also looking for additional element in P&amp;amp;L Line&lt;/P&gt;&lt;P&gt;1. Trying to create a 'Total Costs' line = 'VARIABLE LOGISTICS COSTS' + 'FIXED LOGISTICS EXPENSE' + 'Other (VLC)&lt;/P&gt;&lt;P&gt;2. Then also 'Total % of Net Sales' = 'Total Costs'/ 'NET SALES'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 16:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400121#M148872</guid>
      <dc:creator />
      <dc:date>2013-03-03T16:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400122#M148873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-3324"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Mar 2013 17:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400122#M148873</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-03T17:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400123#M148874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sir , i saw this exanmple , but it does not tell me how to add three values from one column and make it another row&amp;nbsp; ..&lt;/P&gt;&lt;P&gt; P&amp;amp;L Line is column heading with list of values and i want to add these three out of those and make it another row.&lt;/P&gt;&lt;P&gt;1. Trying to create a 'Total Costs' line = 'VARIABLE LOGISTICS COSTS' + 'FIXED LOGISTICS EXPENSE' + 'Other (VLC)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 13:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400123#M148874</guid>
      <dc:creator />
      <dc:date>2013-03-04T13:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Two Custom rows in Table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400124#M148875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does tell you how to do that. But I guess you don't like to do it that way. However the way you probably want to do it is simply not possible. Qlikview is not a spreadsheet. Use a real spreadsheet application to define the layout and which rows should be aggregated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Two-Custom-rows-in-Table/m-p/400124#M148875</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-04T13:42:10Z</dc:date>
    </item>
  </channel>
</rss>

