<?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 Cross Table Function. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454079#M485363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;i have a simple question about CrossTable() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have excel file starting. JAN, FEB MAR, APR.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if i am using &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;crosstable(Month, Data), starting from 1, default is 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if i am using &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;crosstable(Month, Data,1),&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; it start from FEB, Showing Jan as a SEPRATES Field,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if i am using &lt;STRONG&gt;crosstable(Month, Data,0), &lt;/STRONG&gt;IT DOES NOT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to read the Jan column..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Apr 2013 12:01:31 GMT</pubDate>
    <dc:creator>israrkhan</dc:creator>
    <dc:date>2013-04-15T12:01:31Z</dc:date>
    <item>
      <title>Cross Table Function.</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454079#M485363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;i have a simple question about CrossTable() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have excel file starting. JAN, FEB MAR, APR.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if i am using &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;crosstable(Month, Data), starting from 1, default is 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if i am using &lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt;"&gt;crosstable(Month, Data,1),&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; it start from FEB, Showing Jan as a SEPRATES Field,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if i am using &lt;STRONG&gt;crosstable(Month, Data,0), &lt;/STRONG&gt;IT DOES NOT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to read the Jan column..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454079#M485363</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-04-15T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table Function.</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454080#M485364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the crosstable prefix, you always need a key that links the values of the different data columns. Otherwise QlikView will not be able to track which initial row the value belongs to. In your case you do not have such a key, so you need to create one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable (Month, Data)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recno() as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454080#M485364</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-04-15T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cross Table Function.</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454081#M485365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;its working..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;for example i have 10 coulmns, and i want to use crosstable 1 to 5, and others 5 i want to load as it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;so how can we control the right side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;eg, 2005, 2006,2007,2008,2009, SALESREP, REGION. SO ON.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Khan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 15:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-Table-Function/m-p/454081#M485365</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-04-15T15:05:57Z</dc:date>
    </item>
  </channel>
</rss>

