<?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 CrossTable error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171636#M41556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send ur script or sample application. i will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2011 11:47:36 GMT</pubDate>
    <dc:creator>maneshkhottcpl</dc:creator>
    <dc:date>2011-01-17T11:47:36Z</dc:date>
    <item>
      <title>CrossTable error</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171635#M41555</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 would to like to import data from a crosstable&lt;/P&gt;&lt;P&gt;I creat a new application to test the crosstable import. Everything is Ok.&lt;/P&gt;&lt;P&gt;I do the same thing in an existed application, QV crash after I pasted my code or after I wrote "CrossTable("&lt;/P&gt;&lt;P&gt;Are there any parameter to active to use Crosstable ?&lt;/P&gt;&lt;P&gt;Have you got any idea to explain this error ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 11:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171635#M41555</guid>
      <dc:creator />
      <dc:date>2011-01-17T11:45:09Z</dc:date>
    </item>
    <item>
      <title>CrossTable error</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171636#M41556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please send ur script or sample application. i will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 11:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171636#M41556</guid>
      <dc:creator>maneshkhottcpl</dc:creator>
      <dc:date>2011-01-17T11:47:36Z</dc:date>
    </item>
    <item>
      <title>CrossTable error</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171637#M41557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I think you could create some mistakes in Crosstable parameters. Can you post your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 11:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171637#M41557</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-01-17T11:50:27Z</dc:date>
    </item>
    <item>
      <title>CrossTable error</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171638#M41558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OptionPrint:&lt;BR /&gt;CrossTable(Tableau, OptionPrint)&lt;BR /&gt;LOAD Utilisateur,&lt;BR /&gt; CH1145,&lt;BR /&gt; CH1144,&lt;BR /&gt; CH1010,&lt;BR /&gt; CH205,&lt;BR /&gt; CH206,&lt;BR /&gt; CH675,&lt;BR /&gt; CH06,&lt;BR /&gt; CH470,&lt;BR /&gt; CH100,&lt;BR /&gt; CH595,&lt;BR /&gt; CH810,&lt;BR /&gt; CH854,&lt;BR /&gt; CH1124,&lt;BR /&gt; CH1445,&lt;BR /&gt; CH510,&lt;BR /&gt; CH606,&lt;BR /&gt; CH529,&lt;BR /&gt; CH621,&lt;BR /&gt; CH615,&lt;BR /&gt; CH625,&lt;BR /&gt; CH629,&lt;BR /&gt; CH605,&lt;BR /&gt; CH609&lt;BR /&gt;FROM&lt;BR /&gt;[\\pc-1007\userdat\\Secu_Qv_glob.xls]&lt;BR /&gt;(biff, embedded labels, header is 1 lines, table is OptionPrint$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 12:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171638#M41558</guid>
      <dc:creator />
      <dc:date>2011-01-17T12:06:24Z</dc:date>
    </item>
    <item>
      <title>CrossTable error</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171639#M41559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, strange.&lt;BR /&gt;&lt;BR /&gt;At first look, all is good.&lt;BR /&gt;&lt;BR /&gt;what about if you try this:&lt;BR /&gt;&lt;BR /&gt;1) Add 3rd parameter = 1, like this: crosstable(Tableau, OptionPrint, 1) LOAD...&lt;BR /&gt;&lt;BR /&gt;2) to comment crosstable statement (load by columns) may be you haven't access into XLS file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. what you see in the log file when your script is down?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 12:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-error/m-p/171639#M41559</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-01-17T12:24:41Z</dc:date>
    </item>
  </channel>
</rss>

