<?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 renaming a specific value when loading the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234743#M86070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write the following mapping statement just before the first load statement in your script:&lt;/P&gt;&lt;P style="font-style: italic; line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;MAPPING:&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;MAPPING&lt;/B&gt; &lt;B&gt;LOAD&lt;/B&gt; * &lt;B&gt;inline&lt;/B&gt; [&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;Old ,New&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;ClientA, Client_A];&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;map&lt;/B&gt; [FieldName] &lt;B&gt;using&lt;/B&gt; MAPPING;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Just replace [FieldName] with the actual FieldName in your script. Remember to write the above script before your normal load statement.&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;This way you can replace not only one but more records.&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Vineet Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 11:07:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-12T11:07:07Z</dc:date>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234741#M86068</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;&lt;/P&gt;&lt;P&gt;I have the problem below:&lt;/P&gt;&lt;P&gt;I am loading two different tables where the same value is written differently&lt;/P&gt;&lt;P&gt;( eg on the first table is called Client_A and on the 2nd is called ClientA)&lt;/P&gt;&lt;P&gt;is there any way to write on the loading script that wheneever meets value ClientA to rename it to Client_A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Savvas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 10:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234741#M86068</guid>
      <dc:creator />
      <dc:date>2010-10-12T10:19:56Z</dc:date>
    </item>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234742#M86069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Savvas,&lt;/P&gt;&lt;P&gt;To rename one field in the loading process do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD Client_A, Field2;SQL SELECT Client_A Field2FROM Database.Table; LOAD ClientA AS Client_A, Field3;SQL SELECT ClientA, Field3FROM Database.Table2;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 10:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234742#M86069</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-12T10:56:35Z</dc:date>
    </item>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234743#M86070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write the following mapping statement just before the first load statement in your script:&lt;/P&gt;&lt;P style="font-style: italic; line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;MAPPING:&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;MAPPING&lt;/B&gt; &lt;B&gt;LOAD&lt;/B&gt; * &lt;B&gt;inline&lt;/B&gt; [&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;Old ,New&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;ClientA, Client_A];&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P style="line-height:normal;margin:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;map&lt;/B&gt; [FieldName] &lt;B&gt;using&lt;/B&gt; MAPPING;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Just replace [FieldName] with the actual FieldName in your script. Remember to write the above script before your normal load statement.&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;This way you can replace not only one but more records.&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Regards,&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Vineet Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234743#M86070</guid>
      <dc:creator />
      <dc:date>2010-10-12T11:07:07Z</dc:date>
    </item>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234744#M86071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm I think I was not clear enough. I dont want to rename a field but I want to rename a certain value within the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example I have a field in both tables called Customer. In this field on the 1st table I have the values Client_A, Client_B etc..&lt;/P&gt;&lt;P&gt;on the 2nd table I have tha values ClientA, ClientB etc... and when I join them in Qlikview this creates a problem since Qlikview cannot understand that Client_A=ClientA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what I was thinking is if I could rename the values ( not the name of the fields) while loading them in the system. if you want I can post two excel files with samples of my two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234744#M86071</guid>
      <dc:creator />
      <dc:date>2010-10-12T11:09:06Z</dc:date>
    </item>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234745#M86072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mapping load will rename the values and not field names. I have suggested this assuming that you have a particular field say X and values are Client_A and Client(A).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineet Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234745#M86072</guid>
      <dc:creator />
      <dc:date>2010-10-12T11:11:18Z</dc:date>
    </item>
    <item>
      <title>renaming a specific value when loading the data</title>
      <link>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234746#M86073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnanks Vineet!! it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/renaming-a-specific-value-when-loading-the-data/m-p/234746#M86073</guid>
      <dc:creator />
      <dc:date>2010-10-12T11:15:39Z</dc:date>
    </item>
  </channel>
</rss>

