<?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: Explode Summary table to detail table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549738#M205344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, iterno() as Code INLINE [&lt;/P&gt;&lt;P&gt;Product Category,&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP,&amp;nbsp;&amp;nbsp;&amp;nbsp; Units,&amp;nbsp;&amp;nbsp;&amp;nbsp; Rows&lt;/P&gt;&lt;P&gt;Category A,&amp;nbsp;&amp;nbsp;&amp;nbsp; 120.00,&amp;nbsp;&amp;nbsp;&amp;nbsp; 1389,&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Category B,&amp;nbsp;&amp;nbsp;&amp;nbsp; 26.67,&amp;nbsp;&amp;nbsp;&amp;nbsp; 703,&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;Category C,&amp;nbsp;&amp;nbsp;&amp;nbsp; 191.25,&amp;nbsp;&amp;nbsp;&amp;nbsp; 784,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;] &lt;STRONG&gt;while iterno() &amp;lt;= Rows;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 13:56:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-10-30T13:56:44Z</dc:date>
    <item>
      <title>Explode Summary table to detail table</title>
      <link>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549737#M205343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a summary table as follows;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="294"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="118"&gt;Product Category&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="72"&gt;ASP&lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="52"&gt;Units&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="52"&gt;Rows&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Category A&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;120.00&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;1389&lt;/TD&gt;&lt;TD align="right" class="xl71" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Category B&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;26.67&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;703&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;Category C&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;191.25&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;784&lt;/TD&gt;&lt;TD align="right" class="xl73" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to explode the table to a new table with number of rows for each Product Category as defined in the Rows column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="294"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="118"&gt;Product Category&lt;/TD&gt;&lt;TD class="xl73" style="border-left: none;" width="72"&gt;Code&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="52"&gt;ASP&lt;/TD&gt;&lt;TD class="xl69" style="border-left: none;" width="52"&gt;Units&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="17" style="border-top: none;"&gt;Category A&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;120.00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1389&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="17" style="border-top: none;"&gt;Category A&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;120.00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1389&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="17" style="border-top: none;"&gt;Category A&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;120.00&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1389&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="17" style="border-top: none;"&gt;Category B&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;26.67&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="17" style="border-top: none;"&gt;Category B&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;26.67&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="17" style="border-top: none;"&gt;Category B&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;26.67&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="17" style="border-top: none;"&gt;Category B&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;26.67&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;703&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl76" height="17" style="border-top: none;"&gt;Category C&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;191.25&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;784&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl76" height="17" style="border-top: none;"&gt;Category C&lt;/TD&gt;&lt;TD align="right" class="xl72" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;191.25&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;784&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category A has 3 rows.. Category B as 4 etc.&lt;/P&gt;&lt;P&gt;In the new detailed table I also want to create a new field (Code) which can be any sequential number series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody any ideas how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549737#M205343</guid>
      <dc:creator>bismart</dc:creator>
      <dc:date>2013-10-30T13:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Summary table to detail table</title>
      <link>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549738#M205344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, iterno() as Code INLINE [&lt;/P&gt;&lt;P&gt;Product Category,&amp;nbsp;&amp;nbsp;&amp;nbsp; ASP,&amp;nbsp;&amp;nbsp;&amp;nbsp; Units,&amp;nbsp;&amp;nbsp;&amp;nbsp; Rows&lt;/P&gt;&lt;P&gt;Category A,&amp;nbsp;&amp;nbsp;&amp;nbsp; 120.00,&amp;nbsp;&amp;nbsp;&amp;nbsp; 1389,&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Category B,&amp;nbsp;&amp;nbsp;&amp;nbsp; 26.67,&amp;nbsp;&amp;nbsp;&amp;nbsp; 703,&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;Category C,&amp;nbsp;&amp;nbsp;&amp;nbsp; 191.25,&amp;nbsp;&amp;nbsp;&amp;nbsp; 784,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;] &lt;STRONG&gt;while iterno() &amp;lt;= Rows;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549738#M205344</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-30T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Explode Summary table to detail table</title>
      <link>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549739#M205345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that&lt;/P&gt;&lt;P&gt;Works a treat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Explode-Summary-table-to-detail-table/m-p/549739#M205345</guid>
      <dc:creator>bismart</dc:creator>
      <dc:date>2013-10-30T14:09:39Z</dc:date>
    </item>
  </channel>
</rss>

