<?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 Collapsible rows in straight table similar to pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740343#M452884</link>
    <description>&lt;P&gt;this is more to share what weve done in case someone else had the same requirement and also hoping someone else has a more elegant solution (aside from use of extensions)&lt;BR /&gt;&lt;BR /&gt;the requirement we were presented was to show collapsible rows showing summaries and allowing the user the capability to expand those rows.&amp;nbsp; pretty much like a pivot table except all the dimensions are in a single column.&amp;nbsp; This is basically a visualization exercise as the users dont like the way space is wasted with pivot tables:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Dimension&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Measure&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;150&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;when the user clicks on HEADER1, it expands and shows the corresponding components:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Dimension&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Measure&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;-&amp;nbsp; &amp;nbsp;Header1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Detail1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Detail2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;80&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;150&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;the solution requires triggers to capture what the user has clicked and save that value in a list of values that are expanded.&amp;nbsp; clicking again removes from the list of expanded values.&amp;nbsp; &amp;nbsp;of course the filtered field is cleared to allow the straight table to show all values.&lt;/P&gt;&lt;P&gt;ive attached a sample QVW with the variables used and the triggers.&lt;/P&gt;&lt;P&gt;if you have suggestions to improve on it (esp a solution not using triggers and not using extensions) pls share.&amp;nbsp; Note we built an extension that does all of these but our org frowns upon extensions&lt;/P&gt;&lt;P&gt;edwin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 15:45:46 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-09-01T15:45:46Z</dc:date>
    <item>
      <title>Collapsible rows in straight table similar to pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740343#M452884</link>
      <description>&lt;P&gt;this is more to share what weve done in case someone else had the same requirement and also hoping someone else has a more elegant solution (aside from use of extensions)&lt;BR /&gt;&lt;BR /&gt;the requirement we were presented was to show collapsible rows showing summaries and allowing the user the capability to expand those rows.&amp;nbsp; pretty much like a pivot table except all the dimensions are in a single column.&amp;nbsp; This is basically a visualization exercise as the users dont like the way space is wasted with pivot tables:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Dimension&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Measure&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;150&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;when the user clicks on HEADER1, it expands and shows the corresponding components:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Dimension&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Measure&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;-&amp;nbsp; &amp;nbsp;Header1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Detail1&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;20&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Detail2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;80&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;+&amp;nbsp; &amp;nbsp;Header2&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;STRONG&gt;150&lt;/STRONG&gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;the solution requires triggers to capture what the user has clicked and save that value in a list of values that are expanded.&amp;nbsp; clicking again removes from the list of expanded values.&amp;nbsp; &amp;nbsp;of course the filtered field is cleared to allow the straight table to show all values.&lt;/P&gt;&lt;P&gt;ive attached a sample QVW with the variables used and the triggers.&lt;/P&gt;&lt;P&gt;if you have suggestions to improve on it (esp a solution not using triggers and not using extensions) pls share.&amp;nbsp; Note we built an extension that does all of these but our org frowns upon extensions&lt;/P&gt;&lt;P&gt;edwin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740343#M452884</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-01T15:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible rows in straight table similar to pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740353#M452888</link>
      <description>&lt;P&gt;Is there any specific reason to do this way in straight table?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740353#M452888</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-01T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible rows in straight table similar to pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740359#M452890</link>
      <description>&lt;P&gt;as i said, it was a visualization exercise as the pivot table took up a lot of space, this way we can incorporate multiple columns into one and the only overhead was the spacing added per level of the hierarchy.&amp;nbsp; whereas in pivot, we will use multiple columns and each column will need to be compressed.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740359#M452890</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-01T16:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Collapsible rows in straight table similar to pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740361#M452892</link>
      <description>&lt;P&gt;also i thought it was an elegant alternative to a pivot table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 16:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Collapsible-rows-in-straight-table-similar-to-pivot/m-p/1740361#M452892</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-09-01T16:30:07Z</dc:date>
    </item>
  </channel>
</rss>

