<?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 How to use Crosstable-function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239480#M90096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Im trying to use the function Crosstable but I dont get it right. The attached picture shows my source and what im trying to acheive. It doesnt necesary need to be done with crosstable-function. (I dont want to do this in an object because I have to use it in other calculations in my script.)&lt;/P&gt;&lt;P&gt;All help and tips are appreciated.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 12:08:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-04T12:08:16Z</dc:date>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239480#M90096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Im trying to use the function Crosstable but I dont get it right. The attached picture shows my source and what im trying to acheive. It doesnt necesary need to be done with crosstable-function. (I dont want to do this in an object because I have to use it in other calculations in my script.)&lt;/P&gt;&lt;P&gt;All help and tips are appreciated.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239480#M90096</guid>
      <dc:creator />
      <dc:date>2011-03-04T12:08:16Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239481#M90097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;Use the below code.&lt;/P&gt;&lt;P&gt;Crosstable(Account , Value,1)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year,&lt;/P&gt;&lt;P&gt;Accoun_1,&lt;/P&gt;&lt;P&gt;Account_2&lt;/P&gt;&lt;P&gt;....... from table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239481#M90097</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-04T12:11:35Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239482#M90098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Deepak but this results in three columns - Year, Account, Value. I would like one column per year -&amp;gt; Account, Year1, Year2, Year3, Year4, Year5.&lt;/P&gt;&lt;P&gt;Bt&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239482#M90098</guid>
      <dc:creator />
      <dc:date>2011-03-04T12:19:30Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239483#M90099</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;Now in pivot table add Account and Year in dimension and Value in Expression . then right click and expand all...&lt;/P&gt;&lt;P&gt;Drag the year to top of the value field. You will get the required output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239483#M90099</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-04T12:22:26Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239484#M90100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I dont want to solve this in an object. I already have it in an object. I need to solve in my script. Is it possible?&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239484#M90100</guid>
      <dc:creator />
      <dc:date>2011-03-04T12:29:12Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239485#M90101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Critian,&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 13:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239485#M90101</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-04T13:02:04Z</dc:date>
    </item>
    <item>
      <title>How to use Crosstable-function</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239486#M90102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! This works great!&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Cristian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 13:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Crosstable-function/m-p/239486#M90102</guid>
      <dc:creator />
      <dc:date>2011-03-04T13:55:32Z</dc:date>
    </item>
  </channel>
</rss>

