<?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 manipulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671452#M673348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this bit of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRIMARY_TICKER,SALES_BRAZILFY 2012,SALES_BRAZILFY 2013,SALES_BRAZILFY 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0486.HK,65,45,0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1010.SE,40,10,50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable('Region', 'Data')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FINAL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load PRIMARY_TICKER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left(subfield(Region, ' ', 1), len(subfield(Region, ' ', 1))-2) as Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//'SALES_BRAZIL' as Region (if you can hard-code it)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;subfield(Region, ' ', 2) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table1, Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, the inline table first was for me just to get the data in. Please find attached as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 17:44:00 GMT</pubDate>
    <dc:creator>jerem1234</dc:creator>
    <dc:date>2014-08-28T17:44:00Z</dc:date>
    <item>
      <title>Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671451#M673347</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 want to manipulate the following table into a crosstable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 481px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;PRIMARY_TICKER&lt;/TD&gt;&lt;TD width="139"&gt;SALES_BRAZILFY 2012&lt;/TD&gt;&lt;TD width="139"&gt;SALES_BRAZILFY 2013&lt;/TD&gt;&lt;TD width="139"&gt;SALES_BRAZILFY 2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0486.HK&lt;/TD&gt;&lt;TD align="right"&gt;65&lt;/TD&gt;&lt;TD align="right"&gt;45&lt;/TD&gt;&lt;TD align="right"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1010.SE&lt;/TD&gt;&lt;TD align="right"&gt;40&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to edit the titles so that I can pull back the extra granularity of the year. (without the "FY" even better!)&lt;/P&gt;&lt;P&gt;This is an example of how I was hoping to transform the data? Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="383"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;PRIMARY_TICKER&lt;/TD&gt;&lt;TD width="139"&gt;Region&lt;/TD&gt;&lt;TD width="117"&gt;Year&lt;/TD&gt;&lt;TD class="xl65" width="63"&gt;Data&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0486.HK&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2012&lt;/TD&gt;&lt;TD class="xl65"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0486.HK&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2013&lt;/TD&gt;&lt;TD class="xl65"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;0486.HK&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2014&lt;/TD&gt;&lt;TD class="xl65"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1010.SE&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2012&lt;/TD&gt;&lt;TD class="xl65"&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1010.SE&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2013&lt;/TD&gt;&lt;TD class="xl65"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;1010.SE&lt;/TD&gt;&lt;TD&gt;SALES_BRAZIL&lt;/TD&gt;&lt;TD&gt;FY 2014&lt;/TD&gt;&lt;TD class="xl65"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671451#M673347</guid>
      <dc:creator />
      <dc:date>2014-08-28T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671452#M673348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this bit of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PRIMARY_TICKER,SALES_BRAZILFY 2012,SALES_BRAZILFY 2013,SALES_BRAZILFY 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0486.HK,65,45,0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1010.SE,40,10,50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable('Region', 'Data')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FINAL:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load PRIMARY_TICKER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left(subfield(Region, ' ', 1), len(subfield(Region, ' ', 1))-2) as Region,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//'SALES_BRAZIL' as Region (if you can hard-code it)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;subfield(Region, ' ', 2) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table1, Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, the inline table first was for me just to get the data in. Please find attached as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 17:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671452#M673348</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-08-28T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671453#M673349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 18:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671453#M673349</guid>
      <dc:creator />
      <dc:date>2014-08-28T18:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671454#M673350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question has been answered, please close the thread by marking helpful/correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 19:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671454#M673350</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-08-28T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671455#M673351</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;another one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14094225341002958" jivemacro_uid="_14094225341002958"&gt;
&lt;P&gt;tabSales:&lt;/P&gt;
&lt;P&gt;CrossTable (RegYear, Data)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;LOAD * FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="131168" data-objecttype="1" href="http://community.qlik.com/thread/131168"&gt;http://community.qlik.com/thread/131168&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, embedded labels, table is @1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (tabSales)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegYear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; SubField(RegYear, 'FY', 1) as Region,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Right(RegYear,4) as Year&lt;/P&gt;
&lt;P&gt;Resident tabSales;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_131168_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65600_QlikCommunity_Thread_131168_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 18:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671455#M673351</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-30T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671456#M673352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another very similar Issue...I am trying to load the following as a cross table. It doesn't seem to recognize the wrapped cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help! Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 576px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="64"&gt;Tickers&lt;/TD&gt;&lt;TD class="xl67" colspan="4" style="border-right: .5pt solid white;" width="256"&gt;GS EPS YTD revisions&lt;/TD&gt;&lt;TD class="xl69" colspan="4" style="border-right: .5pt solid white; border-left: none;" width="256"&gt;GS EPS 12m revisions&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="20"&gt;&lt;/TD&gt;&lt;TD class="xl71"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl71"&gt;FY16&lt;/TD&gt;&lt;TD class="xl71"&gt;FY17&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none;"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl71"&gt;FY16&lt;/TD&gt;&lt;TD class="xl71"&gt;FY17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20"&gt;M.L&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;2.3%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;0.5%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;34.1%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;14.1%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;247.1%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;848.7%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;1360.9%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;506.2%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl73" height="20"&gt;GG.L&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-89.2%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-300.8%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-60.6%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: #00b050; font-weight: bold; font-family: Calibri; background: white;"&gt;33.7%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-91.7%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-2290.9%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-526.7%&lt;/TD&gt;&lt;TD class="xl74" style="font-size: 10pt; color: red; font-weight: bold; font-family: Calibri; background: white;"&gt;-168.9%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 10:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671456#M673352</guid>
      <dc:creator />
      <dc:date>2014-09-10T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671457#M673353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you trying to load it in? I can see that being a problem since you have two headers. You need one headers with the fields having unique names like YTD_FY14, YTD_FY15, ...., 12m_FY14, FY15_12m, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then load them in and do a crosstable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you'll need to update the excel file format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 17:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671457#M673353</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-09-10T17:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671458#M673354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I can not edit the source data... so it is not possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 18:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671458#M673354</guid>
      <dc:creator />
      <dc:date>2014-09-10T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671459#M673355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible, but you'll have to do a little more work in script. You'll have to load it in without the field names, then assign them yourself with code like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD A as Tickers, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B as YTD_FY14, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C as YTD_FY15, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D as YTD_FY16, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E as YTD_FY17, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F as TwelveM_FY14, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; G as TwelveM_FY15, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; H as TwelveM_FY16, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I as TwelveM_FY17&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, no labels, header is 2 lines, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable('Year', 'Data')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you can't get it by using this code as an example, use the transformation/file wizard by clicking on Table Files:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Import.PNG.png" class="jive-image" height="652" src="https://community.qlik.com/legacyfs/online/66492_Import.PNG.png" style="width: 553.087431693989px; height: 653px;" width="553" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 19:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671459#M673355</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-09-10T19:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671460#M673356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me try one possible solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_131168_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66506_QlikCommunity_Thread_131168_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_131168_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66507_QlikCommunity_Thread_131168_Pic2.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14103849627477353" jivemacro_uid="_14103849627477353"&gt;
&lt;P&gt;mapColName:&lt;/P&gt;
&lt;P&gt;Mapping LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ColID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Concat(ColName, ' ', RecNo) as ColName&lt;/P&gt;
&lt;P&gt;Resident tabColName&lt;/P&gt;
&lt;P&gt;Group By ColID;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabColName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabData:&lt;/P&gt;
&lt;P&gt;CrossTable (Col, Value)&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="131168" data-objecttype="1" href="http://community.qlik.com/thread/131168"&gt;http://community.qlik.com/thread/131168&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, no labels, table is @3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where RecNo()&amp;gt;3;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (tabData)&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Col,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ApplyMap('mapColName', Col) as Category&lt;/P&gt;
&lt;P&gt;Resident tabData;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;RENAME Fields using mapColName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field Col;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 21:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671460#M673356</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-10T21:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671461#M673357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or maybe better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_131168_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66508_QlikCommunity_Thread_131168_Pic3.JPG.jpg" style="width: 620px; height: 88px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_131168_Pic4.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/66509_QlikCommunity_Thread_131168_Pic4.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14103861961472274" jivemacro_uid="_14103861961472274"&gt;
&lt;P&gt;tabColName:&lt;/P&gt;
&lt;P&gt;CrossTable (ColID, ColName)&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as RecNo, *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="131168" data-objecttype="1" href="http://community.qlik.com/thread/131168"&gt;http://community.qlik.com/thread/131168&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, no labels, table is @3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where RecNo()&amp;lt;3;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;mapColName:&lt;/P&gt;
&lt;P&gt;Mapping LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ColID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Concat(ColName, ':', RecNo) as ColName&lt;/P&gt;
&lt;P&gt;Resident tabColName&lt;/P&gt;
&lt;P&gt;Group By ColID;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Table tabColName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabData:&lt;/P&gt;
&lt;P&gt;CrossTable (Col, Value)&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2061" data-containertype="14" data-objectid="131168" data-objecttype="1" href="http://community.qlik.com/thread/131168"&gt;http://community.qlik.com/thread/131168&lt;/A&gt;&lt;SPAN&gt;] (html, codepage is 1252, no labels, table is @3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Where RecNo()&amp;gt;3;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Left Join (tabData)&lt;/P&gt;
&lt;P&gt;LOAD Col,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(Category, ':', 1) as Category,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(SubField(Category, ':', 2), Right(SubField(Category, ':', 2),2)) as FY;&lt;/P&gt;
&lt;P&gt;LOAD Distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Col,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ApplyMap('mapColName', Col) as Category&lt;/P&gt;
&lt;P&gt;Resident tabData;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;RENAME Fields using mapColName;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;DROP Field Col;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 21:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671461#M673357</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-10T21:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cross table manipulation</title>
      <link>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671462#M673358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much - that is exactly what I needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to complicate things further the file actually has a few other columns (and the first row) that need to be purged.&amp;nbsp; I deleted them from the example for simplicity but when I try and replicate your code I am having issues!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me adapt the code to purge the columns below and the first row?&lt;/P&gt;&lt;P&gt;(2nd-10th column "Company" name to&amp;nbsp; "TPP" need to be deleted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much again for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 2454px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl72" height="17" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD class="xl72" width="130"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;31&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;32&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;33&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;34&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;36&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;37&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;38&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;39&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;41&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;42&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;43&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;44&lt;/TD&gt;&lt;TD align="right" class="xl80" width="64"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl78" height="34"&gt;Tickers&lt;/TD&gt;&lt;TD class="xl78"&gt;Company name&lt;/TD&gt;&lt;TD class="xl78"&gt;Sedol&lt;/TD&gt;&lt;TD class="xl78"&gt;Sector&lt;/TD&gt;&lt;TD class="xl78"&gt;Rating&lt;/TD&gt;&lt;TD class="xl77" width="130"&gt;List&lt;/TD&gt;&lt;TD class="xl78"&gt;Market cap (current)&lt;/TD&gt;&lt;TD class="xl78"&gt;Price&lt;/TD&gt;&lt;TD class="xl78"&gt;TP&lt;/TD&gt;&lt;TD class="xl77" width="130"&gt;Upside&lt;/TD&gt;&lt;TD class="xl78"&gt;TPP&lt;/TD&gt;&lt;TD class="xl82" colspan="4" style="border-right-color: white; border-right-width: 0.5pt; border-right-style: solid;" width="256"&gt;GS EPS YTD revisions&lt;/TD&gt;&lt;TD class="xl84" colspan="4" style="border-right-color: white; border-left-color: currentColor; border-right-width: 0.5pt; border-left-width: medium; border-right-style: solid; border-left-style: none;" width="256"&gt;GS EPS 12m revisions&lt;/TD&gt;&lt;TD class="xl84" colspan="4" style="border-right-color: white; border-left-color: currentColor; border-right-width: 0.5pt; border-left-width: medium; border-right-style: solid; border-left-style: none;" width="256"&gt;GS EPS 1w revisions&lt;/TD&gt;&lt;TD class="xl84" colspan="2" style="border-left-color: currentColor; border-left-width: medium; border-left-style: none;" width="128"&gt;Consensus&lt;BR /&gt;&amp;nbsp; EPS YTD revisions&lt;/TD&gt;&lt;TD class="xl84" colspan="2" width="128"&gt;Consensus EPS 12m&lt;BR /&gt;&amp;nbsp; revisions&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl79" height="17"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl79"&gt; &lt;/TD&gt;&lt;TD class="xl71"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl71"&gt;FY16&lt;/TD&gt;&lt;TD class="xl71"&gt;FY17&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl71"&gt;FY16&lt;/TD&gt;&lt;TD class="xl71"&gt;FY17&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl71"&gt;FY16&lt;/TD&gt;&lt;TD class="xl71"&gt;FY17&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;TD class="xl75" style="border-top-color: currentColor; border-top-width: medium; border-top-style: none;"&gt;FY14&lt;/TD&gt;&lt;TD class="xl71"&gt;FY15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17"&gt;MAERSKb.CO&lt;/TD&gt;&lt;TD class="xl70"&gt;A.P. Moeller-Maersk&lt;/TD&gt;&lt;TD class="xl70"&gt;4253048&lt;/TD&gt;&lt;TD class="xl70"&gt;Trans&lt;/TD&gt;&lt;TD class="xl70"&gt;Neutral&lt;/TD&gt;&lt;TD class="xl70"&gt; &lt;/TD&gt;&lt;TD class="xl76"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; 42,382 &lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;14370.00&lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;14500.00&lt;/TD&gt;&lt;TD class="xl74"&gt;1%&lt;/TD&gt;&lt;TD class="xl70"&gt;12 months&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;5.5%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-3.8%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;14.1%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;2.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17"&gt;A2.MI&lt;/TD&gt;&lt;TD class="xl70"&gt;A2a SPA&lt;/TD&gt;&lt;TD class="xl70"&gt;5499131&lt;/TD&gt;&lt;TD class="xl70"&gt;Utilities&lt;/TD&gt;&lt;TD class="xl70"&gt;Neutral&lt;/TD&gt;&lt;TD class="xl70"&gt; &lt;/TD&gt;&lt;TD class="xl76"&gt; 2,596 &lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;0.83&lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;0.93&lt;/TD&gt;&lt;TD class="xl74"&gt;12%&lt;/TD&gt;&lt;TD class="xl70"&gt;12 months&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;11.5%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;8.1%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;4.7%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-8.8%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;39.8%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;66.2%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;1.7%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;1.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17"&gt;AALB.AS&lt;/TD&gt;&lt;TD class="xl70"&gt;Aalberts&lt;/TD&gt;&lt;TD class="xl70"&gt;B1W8P14&lt;/TD&gt;&lt;TD class="xl70"&gt;SmallMid&lt;/TD&gt;&lt;TD class="xl70"&gt;Buy&lt;/TD&gt;&lt;TD class="xl70"&gt; &lt;/TD&gt;&lt;TD class="xl76"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; 2,298 &lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;21.01&lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;29.00&lt;/TD&gt;&lt;TD class="xl74"&gt;38%&lt;/TD&gt;&lt;TD class="xl70"&gt;6 months&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-12.6%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-11.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-13.3%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-14.9%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-3.1%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;4.7%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-1.9%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;1.7%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17"&gt;ABBN.VX&lt;/TD&gt;&lt;TD class="xl70"&gt;ABB Ltd&lt;/TD&gt;&lt;TD class="xl70"&gt;7108899&lt;/TD&gt;&lt;TD class="xl70"&gt;Machinery&lt;/TD&gt;&lt;TD class="xl70"&gt;Sell&lt;/TD&gt;&lt;TD class="xl70"&gt; &lt;/TD&gt;&lt;TD class="xl76"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; 39,657 &lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;20.85&lt;/TD&gt;&lt;TD align="right" class="xl81"&gt;20.50&lt;/TD&gt;&lt;TD class="xl74"&gt;-2%&lt;/TD&gt;&lt;TD class="xl70"&gt;12 months&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-10.2%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-17.9%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-20.5%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-16.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-13.1%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-22.5%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: #00b050; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt; &lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: white; font-family: Calibri; font-size: 10pt; font-weight: 400;"&gt;0.0%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-23.7%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-17.4%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-23.7%&lt;/TD&gt;&lt;TD class="xl73" style="background: white; color: red; font-family: Calibri; font-size: 10pt; font-weight: bold;"&gt;-17.4%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cross-table-manipulation/m-p/671462#M673358</guid>
      <dc:creator />
      <dc:date>2014-09-11T08:54:34Z</dc:date>
    </item>
  </channel>
</rss>

