<?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: CROSSTABLE Vs CrossTab in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902315#M991046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never heard the CrossTab may be you are referring the CrossTable(), there is no keyword or function with name CrossTab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to unpivot the values then you have to use the CrossTable.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product, Jan-2015, Feb-2015, Mar-2015, Apr-2015&lt;/P&gt;&lt;P&gt;1,100, 120, 120, 125&lt;/P&gt;&lt;P&gt;2, 120, 90, 110, 115&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is not suitable for reporting purposes so we need to transform this data to report suitable format, for this we need to use the CrossTable() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Month, Sales)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script converts the data into below format&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Product, Month, Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Jan-2015, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Feb-2015, 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Mar-2015, 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 00:29:37 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-07-20T00:29:37Z</dc:date>
    <item>
      <title>CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902310#M991041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could you please explain and give an example for CROSSTABLE Vs CrossTab in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902310#M991041</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902311#M991042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean with 'CrossTab'? Can you tell the context you have found this term?&lt;/P&gt;&lt;P&gt;I assume you think it's kind of a function name or statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 14:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902311#M991042</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-19T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902312#M991043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Crosstab load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 15:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902312#M991043</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-19T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902313#M991044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LOAD prefix is called CROSSTABLE, not CROSSTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 15:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902313#M991044</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-19T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902314#M991045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 00:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902314#M991045</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-20T00:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902315#M991046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never heard the CrossTab may be you are referring the CrossTable(), there is no keyword or function with name CrossTab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want to unpivot the values then you have to use the CrossTable.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product, Jan-2015, Feb-2015, Mar-2015, Apr-2015&lt;/P&gt;&lt;P&gt;1,100, 120, 120, 125&lt;/P&gt;&lt;P&gt;2, 120, 90, 110, 115&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is not suitable for reporting purposes so we need to transform this data to report suitable format, for this we need to use the CrossTable() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Month, Sales)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script converts the data into below format&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Product, Month, Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Jan-2015, 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Feb-2015, 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1, Mar-2015, 120&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 00:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902315#M991046</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-07-20T00:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902316#M991047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you for the example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 04:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/902316#M991047</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-20T04:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/1524650#M991048</link>
      <description>&lt;P&gt;nice explaination thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 02:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/1524650#M991048</guid>
      <dc:creator>rjyadav94</dc:creator>
      <dc:date>2018-12-28T02:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: CROSSTABLE Vs CrossTab in script</title>
      <link>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/1525175#M991049</link>
      <description>&lt;P&gt;Cross tab is a company&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 09:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CROSSTABLE-Vs-CrossTab-in-script/m-p/1525175#M991049</guid>
      <dc:creator>alis2063</dc:creator>
      <dc:date>2019-01-01T09:38:53Z</dc:date>
    </item>
  </channel>
</rss>

