<?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: Map 1 column to 4 different colums in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767300#M272553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck..., thing is all should be mapped to 1 field because I need to be able to search a reference number and find the corresponding ID's, 1 reference number can have multiple ID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 10:46:00 GMT</pubDate>
    <dc:creator>pauldamen</dc:creator>
    <dc:date>2015-03-23T10:46:00Z</dc:date>
    <item>
      <title>Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767298#M272551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 excel sheets, 1 excels sheet contains the columns: ID1, ID2, ID3, ID4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other Excel sheets contains 2 columns, Referencenumber, IDnumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second Excel the column with the ID number can contain a number which can be in either 4 columns in the first excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I match the referencenumber in the second excel to a number which is in one of the ID colums. I have attached a sample Excel with the 2 sheets for the 2 excels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767298#M272551</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2015-03-23T10:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767299#M272552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps like this:&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_14271070560839659" jivemacro_uid="_14271070560839659"&gt;
&lt;P&gt;MapRef:&lt;/P&gt;
&lt;P&gt;MAPPING LOAD F2, Reference&lt;/P&gt;
&lt;P&gt;FROM [.....xlsx] (ooxml, embedded labels, table is [ID number]);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;TotalID:&lt;/P&gt;
&lt;P&gt;LOAD [ID 2],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 3],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 4],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 5],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 6],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapRef',[ID 2]) as [Reference 2],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapRef',[ID 3]) as [Reference 3],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapRef',[ID 4]) as [Reference 4],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MapRef',[ID 5]) as [Reference 5],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ApplyMap('MapRef',[ID 6]) as [Reference 6]&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;/P&gt;
&lt;P&gt;FROM [.....xlsx] (ooxml, embedded labels, table is TotalID);&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767299#M272552</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-23T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767300#M272553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck..., thing is all should be mapped to 1 field because I need to be able to search a reference number and find the corresponding ID's, 1 reference number can have multiple ID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767300#M272553</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2015-03-23T10:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767301#M272554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give an example? Because I have no idea anymore what should be mapped to what and which conditions determine the match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 10:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767301#M272554</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-23T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767302#M272555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could kind of the below by forming link table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ref:&lt;/P&gt;&lt;P&gt;LOAD Reference, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Sampledoc.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [ID number]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID:&lt;/P&gt;&lt;P&gt;LOAD RowNo() AS UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 3], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 4], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 5], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ID 6]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Sampledoc.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is TotalID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RefID_Link:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 2] AS ID&lt;/P&gt;&lt;P&gt;Resident ID Where len(trim([ID 2]));&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 3] AS ID&lt;/P&gt;&lt;P&gt;Resident ID Where len(trim([ID 3]));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 4] AS ID&lt;/P&gt;&lt;P&gt;Resident ID Where len(trim([ID 4]));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 5] AS ID&lt;/P&gt;&lt;P&gt;Resident ID Where len(trim([ID 5]));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; UniqueNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [ID 6] AS ID&lt;/P&gt;&lt;P&gt;Resident ID Where len(trim([ID 6]));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 11:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767302#M272555</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-03-23T11:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767303#M272556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does the attached help at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 11:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767303#M272556</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-23T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Map 1 column to 4 different colums</title>
      <link>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767304#M272557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what I mean, I new problem though. The ID's have a logical path, so I need to have a hierarchy from ID2 -&amp;gt; ID3 -&amp;gt; ID4 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By making a crosstable I lose the ability to create a group that has the hierarchy in it. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 11:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Map-1-column-to-4-different-colums/m-p/767304#M272557</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2015-03-23T11:07:16Z</dc:date>
    </item>
  </channel>
</rss>

