<?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 Using Rename Fields from Mapping Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162494#M35995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping Load and Mapping Select are two different things as per the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 22:08:57 GMT</pubDate>
    <dc:creator>mantaq10</dc:creator>
    <dc:date>2010-05-24T22:08:57Z</dc:date>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162490#M35991</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;&lt;/P&gt;&lt;P&gt;I am trying to rename fields from a mapping table as described in the reference manual (page 325). However, I am getting an error "invalid object name: dict".&lt;/P&gt;&lt;P&gt;What am I doing wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;dict:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt; OldName, NewName&lt;BR /&gt; CustomerID, CustomerID1&lt;BR /&gt; TerritoryID, TerritoryID1&lt;BR /&gt; CustomerType, CustomerType1&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FieldMap:&lt;BR /&gt;Mapping Select OldName, NewName from dict; //this is where error occurs.&lt;BR /&gt;Rename Fields using FieldMap;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Appreciate the help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 09:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162490#M35991</guid>
      <dc:creator>mantaq10</dc:creator>
      <dc:date>2010-05-24T09:01:18Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162491#M35992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your FieldMap selection statement, you should use RESIDENT instead of FROM, so it should be:&lt;/P&gt;&lt;P&gt;Mapping Select OldName, NewName RESIDENT dict;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 09:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162491#M35992</guid>
      <dc:creator />
      <dc:date>2010-05-24T09:20:47Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162492#M35993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Nigel,&lt;/P&gt;&lt;P&gt;i tried the RESIDENT option but it ain't working either.&lt;/P&gt;&lt;P&gt;The error i get from both QV9 and 10b are attached...&lt;/P&gt;&lt;P&gt;QV9:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7652.10b.png"&gt;&lt;IMG alt="" border="0" height="223" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/7652.10b.png" width="431" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV10:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2477.10b1.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2477.10b1.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 19:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162492#M35993</guid>
      <dc:creator>mantaq10</dc:creator>
      <dc:date>2010-05-24T19:55:26Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162493#M35994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm not wrong it should be mapping LOAD&lt;/P&gt;&lt;P&gt;and not mapping Select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 20:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162493#M35994</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2010-05-24T20:34:52Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162494#M35995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping Load and Mapping Select are two different things as per the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162494#M35995</guid>
      <dc:creator>mantaq10</dc:creator>
      <dc:date>2010-05-24T22:08:57Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162495#M35996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to create the FieldMap. You've already created the mapping table named "dict" in the INLINE. See below.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;dict:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt; OldName, NewName&lt;BR /&gt; CustomerID, CustomerID1&lt;BR /&gt; TerritoryID, TerritoryID1&lt;BR /&gt; CustomerType, CustomerType1&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Rename Fields using dict;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 04:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162495#M35996</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-05-25T04:21:45Z</dc:date>
    </item>
    <item>
      <title>Using Rename Fields from Mapping Table</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162496#M35997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 11:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Rename-Fields-from-Mapping-Table/m-p/162496#M35997</guid>
      <dc:creator>mantaq10</dc:creator>
      <dc:date>2010-07-06T11:38:17Z</dc:date>
    </item>
  </channel>
</rss>

