<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556564#M440895</link>
    <description>&lt;P&gt;That worked. Any idea why mine didn't? it seems a little strange.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 13:46:48 GMT</pubDate>
    <dc:creator>shane_spencer</dc:creator>
    <dc:date>2019-03-14T13:46:48Z</dc:date>
    <item>
      <title>Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556419#M440877</link>
      <description>&lt;P&gt;I'm trying to do a Cross Table load on the spreadsheet. For some reason it's not working, it's just doing a straight load even though the Wizard preview shows correct. It just does a straight load, what am I missing? PFA example&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QUARTERS_CROSS:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;CrossTable(TAX_NUMBER, MONTH, 0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD * &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM QUARTERS.xlsx&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is QUARTERS)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="crosstable.PNG" style="width: 897px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7987i0DBFBAAF900BAB02/image-size/large?v=v2&amp;amp;px=999" role="button" title="crosstable.PNG" alt="crosstable.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556419#M440877</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2024-11-16T04:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556442#M440880</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What's your expected output? I guess your crosstable should work fine in script.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556442#M440880</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2019-03-14T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556444#M440881</link>
      <description>&lt;P&gt;The expected output is as per the preview. A list of Tax Numbers and Months, so Instead of the&amp;nbsp;Tax Numbers being fields they will all be in one field with an entry for each month. For some reason it's just not happening.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556444#M440881</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2019-03-14T10:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556536#M440887</link>
      <description>&lt;P&gt;Try it in this way:&lt;/P&gt;&lt;P&gt;QUARTERS_CROSS:&lt;BR /&gt;CrossTable(TAX_NUMBER, MONTH, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;BR /&gt;LOAD&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt; 'Dummy' as Dummy,&lt;/FONT&gt; &lt;/STRONG&gt;* FROM QUARTERS.xlsx (ooxml, embedded labels, table is QUARTERS)&lt;/P&gt;&lt;P&gt;drop fields Dummy;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556536#M440887</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-14T13:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556564#M440895</link>
      <description>&lt;P&gt;That worked. Any idea why mine didn't? it seems a little strange.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 13:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556564#M440895</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2019-03-14T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table not working</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556582#M440896</link>
      <description>&lt;P&gt;A crosstable-resolution needs in Qlik at least one column/dimension on which the transposing is performed and if there is none a simply added dummy-field will do the job. I don't know the technically details how ths feature are designed and I could imagine ways which wouldn't need such a field but I assume that there is a good reason for it.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 14:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-not-working/m-p/1556582#M440896</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-14T14:10:16Z</dc:date>
    </item>
  </channel>
</rss>

