<?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: Create an Expandable Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114203#M631735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as a side note, John, I think a constant value won't occupy any memory (in the bit stuffed pointer) in the record table (that's something I learned recently in a discussion following one of Henric's blog posts). You can see this when looking at the field bit information when storing this table to a QVD.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50" title="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symbol tables should be mostly the same in both cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jun 2016 22:19:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-24T22:19:10Z</dc:date>
    <item>
      <title>Create an Expandable Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114200#M631732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how my pivot table looks like:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John Doe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; John Smith&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jane Doe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;July&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;August&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, is there a possible way to make it look like something 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employees&lt;/P&gt;&lt;P&gt;June&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;July&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;August&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then under employees, there will be that + sign to expand and see what's inside Employees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 20:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114200#M631732</guid>
      <dc:creator />
      <dc:date>2016-06-24T20:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114201#M631733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a field in your data model with a constant 'Employees', like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Employees' as EmployeeDim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use EmployeeDim and your existing Employee field as dimensions in your pivot table chart (plus the Month field).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 21:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114201#M631733</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-24T21:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Expandable Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114202#M631734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd probably do it just as &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just to toss out a different idea that isn't exactly what you asked for but is similar in flavor, sometimes I'll create a value of 'Total' in a field [Total] disconnected from my data set, then create cyclic group(s) with [Total] and whatever field(s) I might want to break that total down by in the chart(s). In this case, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[Employees]: &lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;LOAD 'Employees' as [Employees] A&lt;/SPAN&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;UTOGENERATE 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then create an EmployeeGroup with [Employees] and [Employee] and use the group as the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it's a pivot table, so people will probably be more used to looking for the + button, and will know what it does where they won't know until they try it what clicking on the little cycle icon will do. So probably best to stick with just putting both fields in the pivot table. You could still leave [Employees] disconnected from the rest of your data model, though. A little more script, a tiny bit less memory used. I doubt speed would be any different either way, but I don't know. The 'Total' approach is really more for when you have more than one way you might want to break the data down by, or you might just want to look at the total.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114202#M631734</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2016-06-24T22:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create an Expandable Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114203#M631735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as a side note, John, I think a constant value won't occupy any memory (in the bit stuffed pointer) in the record table (that's something I learned recently in a discussion following one of Henric's blog posts). You can see this when looking at the field bit information when storing this table to a QVD.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50" title="https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2012/11/20/symbol-tables-and-bit-stuffed-pointers#start=50&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symbol tables should be mostly the same in both cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-Expandable-Table/m-p/1114203#M631735</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-24T22:19:10Z</dc:date>
    </item>
  </channel>
</rss>

