<?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: Cross Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743803#M1025664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of the things I love with QlikView: There is always more than one way to skin a cat... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 18:45:40 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2015-03-18T18:45:40Z</dc:date>
    <item>
      <title>Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743800#M1025661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached file and are still seeking clarification from customer on why the different fields however herewith my problem. The attached sheet CTD on file Order is a table and I need this in data fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A is ProductCode1&lt;/P&gt;&lt;P&gt;Column B is ProductCodeDescription&lt;/P&gt;&lt;P&gt;Column C is ProductCode2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Row 1 is PO&lt;/P&gt;&lt;P&gt;Row 2 is MannufactureDt&lt;/P&gt;&lt;P&gt;Row 3 is RequiredDt&lt;/P&gt;&lt;P&gt;and then the relevant values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My end result need to be&lt;/P&gt;&lt;P&gt;Column A is ProductCode1 |&amp;nbsp; ProductCodeDescription | ProductCode2 | PO | MannufactureDt | RequiredDt | Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried cross table but not able to get a workable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist - below the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743800#M1025661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T15:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743801#M1025662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For each vColumn in 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q' &lt;/P&gt;&lt;P&gt;&amp;nbsp; PO:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vColumn)' as Column,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vColumn) as PO&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [Order.xlsx] (ooxml, no labels, header is 0 lines, table is CTD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where RecNo() = 1 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; MDate:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vColumn)' as Column,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date($(vColumn)) as MannufactureDt&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [Order.xlsx] (ooxml, no labels, header is 0 lines, table is CTD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where RecNo() = 2 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; RDate:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vColumn)' as Column,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date($(vColumn)) as RequiredDt&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [Order.xlsx] (ooxml, no labels, header is 0 lines, table is CTD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where RecNo() = 3 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vColumn)' as Column,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A as ProductCode1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B as ProductCodeDescription, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C as ProductCode2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vColumn) as Value&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM [Order.xlsx] (ooxml, no labels, header is 3 lines, table is CTD);&lt;/P&gt;&lt;P&gt;Next vColumn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743801#M1025662</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-18T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743802#M1025663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool. That's an interesting approach. But I think it wouldn't work so nice if &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the 'header' cells in the excel source file contain values in merged cells spanning several columns. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I've attached another approach that uses a Transpose() and will deal with merged cell values. Unfortunately there's still a bug somewhere since I get a record too much using the source file of this discussion due to the last total line. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743802#M1025663</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-18T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743803#M1025664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of the things I love with QlikView: There is always more than one way to skin a cat... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743803#M1025664</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-18T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743804#M1025665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric,&lt;/P&gt;&lt;P&gt;this worked well - just a lot of data clean-up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743804#M1025665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743805#M1025666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert.&lt;/P&gt;&lt;P&gt;there was an initial reply with a model that disappeared. Can you repost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table/m-p/743805#M1025666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-18T18:49:02Z</dc:date>
    </item>
  </channel>
</rss>

