<?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: System Tables for non-system info in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142462#M520742</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create your pivot chart with dimensions A,B,C,D and expression E and you can drag the dimensions from the rows to the columns to get the format you require. Make sure that the Allow Pivoting option is checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 19:12:25 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2016-06-29T19:12:25Z</dc:date>
    <item>
      <title>System Tables for non-system info</title>
      <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142459#M520739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find that the table format that QlikView calls a "System Table" is closer to a pivot table than what they call a "Pivot Table".&amp;nbsp; I want to use the format of a system table to show my data, not $fields and $tables.&amp;nbsp; However, I cannot get more than one row header.&amp;nbsp; I have 9 or 10 fixed fields that I want on the left and one that I want as the column headers.&amp;nbsp; When I include all these fields in the system table, it puts the first field as the row header and all the others as column headers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used a system table to show data and is there any documentation for doing so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 13:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142459#M520739</guid>
      <dc:creator>dwfiv327</dc:creator>
      <dc:date>2016-06-29T13:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: System Tables for non-system info</title>
      <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142460#M520740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the configuration of the System Table object, it is just a pivot table object with pre-defined dimensions and expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142460#M520740</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-06-29T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: System Tables for non-system info</title>
      <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142461#M520741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it is not.&amp;nbsp; If I have 2 dimensions (A, B) and one expression (C) in a Pivot Table object, I will get two columns for A &amp;amp; B with all the like values grouped together, and one column with whatever calculated expression I have for&amp;nbsp; C, 3 columns total.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp; C1&lt;/P&gt;&lt;P&gt;A1&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp; C2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp; C3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a system table, if I have the same 2 dimensions, I will get a row for each value of A and a column for each value of B with the computed value of expression C in the cell. The number of rows will be the same, but the number of columns will be equal to 1 + the distinct values of B, which is exactly what I want.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp; B2&amp;nbsp;&amp;nbsp; B3&lt;/P&gt;&lt;P&gt;A1&amp;nbsp; C1&amp;nbsp;&amp;nbsp; C2&amp;nbsp;&amp;nbsp; C3&lt;/P&gt;&lt;P&gt;A2&amp;nbsp; C4&amp;nbsp;&amp;nbsp; C5&amp;nbsp;&amp;nbsp; C6&lt;/P&gt;&lt;P&gt;A3&amp;nbsp; C7&amp;nbsp;&amp;nbsp; C8&amp;nbsp;&amp;nbsp; Cn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would like to add more dimensions as single columns to this System Table object.&amp;nbsp; For example, dimensions A, B, C, D and expression E for a result like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D1&amp;nbsp;&amp;nbsp; D2&amp;nbsp;&amp;nbsp; D3&amp;nbsp;&amp;nbsp; D4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&amp;nbsp;&amp;nbsp; C1&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A1&amp;nbsp; B2&amp;nbsp;&amp;nbsp; C2&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&amp;nbsp;&amp;nbsp; C3&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp; E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a pivot table as Excel would do it.&amp;nbsp; Is there an easy way to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142461#M520741</guid>
      <dc:creator>dwfiv327</dc:creator>
      <dc:date>2016-06-29T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: System Tables for non-system info</title>
      <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142462#M520742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create your pivot chart with dimensions A,B,C,D and expression E and you can drag the dimensions from the rows to the columns to get the format you require. Make sure that the Allow Pivoting option is checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142462#M520742</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-06-29T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: System Tables for non-system info</title>
      <link>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142463#M520743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it.&amp;nbsp; Thanks.&amp;nbsp; I never would have figured out that such a move was even possible without your help.&amp;nbsp; I have never seen that big blue arrow before!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/System-Tables-for-non-system-info/m-p/1142463#M520743</guid>
      <dc:creator>dwfiv327</dc:creator>
      <dc:date>2016-06-29T19:53:16Z</dc:date>
    </item>
  </channel>
</rss>

