<?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: Mapping Load with Crosstab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532317#M692047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Transpose transformation instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyMap:&lt;/P&gt;&lt;P&gt;mapping LOAD @1 as xColumn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as xValue&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Main.xlsx](ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, no labels, table is Sheet1, filters(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Transpose()&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 16:06:47 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-08-26T16:06:47Z</dc:date>
    <item>
      <title>Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532315#M692045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I'm trying to set up a mapping load using CROSSTAB. My source is an Excel file. What I need is to pull labels from the second line of the file and have those paired with the letter associated with the column. So my Excel file might look like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-: A | B | C | D | E...&lt;BR /&gt;1: [extraneous data]&lt;BR /&gt;2: Apple | Bonnie | Cherry | Danielle | Endive | &lt;BR /&gt;3: [extraneous data]&lt;BR /&gt;4: [extraneous data]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a mapping table of &lt;BR /&gt;A, Apple&lt;BR /&gt;B, Bonnie, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My initial attempt (without the MAPPING LOAD) was something like this: &lt;BR /&gt;CrossTable(xColumn, xValue) &lt;BR /&gt;FIRST 63 LOAD * from [Main.xlsx](ooxml, explicit labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;63 is the number of columns. This works but gives me a third column (in first position) which I don't need and prohibits it from becoming a MAPPING LOAD.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone see a better way? Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532315#M692045</guid>
      <dc:creator />
      <dc:date>2013-08-26T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532316#M692046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend to separate these steps:&lt;/P&gt;&lt;P&gt;1 - crossatable load into a table.&lt;/P&gt;&lt;P&gt;2 - create map:&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;MAPPING LOAD DISTINCT&lt;/P&gt;&lt;P&gt;Field1,&lt;/P&gt;&lt;P&gt;Field2&lt;/P&gt;&lt;P&gt;RESIDENT table;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: missed MAPPING&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532316#M692046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T15:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532317#M692047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Transpose transformation instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyMap:&lt;/P&gt;&lt;P&gt;mapping LOAD @1 as xColumn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3 as xValue&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Main.xlsx](ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;, no labels, table is Sheet1, filters(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Transpose()&lt;/P&gt;&lt;P&gt;));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532317#M692047</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532318#M692048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. TRANSPOSE() is a good idea. However, instead of the column headers and the second data row, this is giving me the first and third data rows...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532318#M692048</guid>
      <dc:creator />
      <dc:date>2013-08-26T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532319#M692049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'll fall back on this if I can't get transpose to work... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532319#M692049</guid>
      <dc:creator />
      <dc:date>2013-08-26T18:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532320#M692050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you specify &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;no labels&lt;/SPAN&gt; as I did or do you still have embedded labels set?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532320#M692050</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T18:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532321#M692051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried both "no labels" and "explicit labels" -- same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"embedded labels" raises an error:&lt;/P&gt;&lt;P&gt;Field not found - &amp;lt;@1&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532321#M692051</guid>
      <dc:creator />
      <dc:date>2013-08-26T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532322#M692052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the excel file please. Or at least a file with the exact same structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532322#M692052</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T18:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532323#M692053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see an option to upload -- but here's a masked version of the file. It's pretty straightforward. I need a mapping of:&lt;/P&gt;&lt;P&gt;M, Easy&lt;/P&gt;&lt;P&gt;N, Timely&lt;/P&gt;&lt;P&gt;O, Comprehensive&lt;/P&gt;&lt;P&gt;P, Accurate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I not have enough merit points yet to upload files?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="00_Main_for_QV.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/45900_00_Main_for_QV.png" style="width: 620px; height: 109px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532323#M692053</guid>
      <dc:creator />
      <dc:date>2013-08-26T19:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532324#M692055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not about the merit points...&amp;nbsp; Click "use advanced editor", it is on the top right of the reply window.&amp;nbsp; After this, you can see "attach" on the bottom right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532324#M692055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532325#M692057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, just click on the &lt;EM&gt;Use advanced editor&lt;/EM&gt; link (top right of the Reply box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see your problem. The column letters from excel can't be used after transposing. You'll have to do as &lt;A _jive_internal="true" href="https://community.qlik.com/people/msolomov"&gt;Michael&lt;/A&gt; said above. First use Crosstable then do a resident load from the new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532325#M692057</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping Load with Crosstab</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532326#M692059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your time. I'll start looking at Michael's approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I found the Attach option, by the way. I was looking in the menu bar.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 12:22:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Load-with-Crosstab/m-p/532326#M692059</guid>
      <dc:creator />
      <dc:date>2013-08-27T12:22:33Z</dc:date>
    </item>
  </channel>
</rss>

