<?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 Mapping field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250075#M94971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for confusion. Anyway my suggested solution can help for future changes if you decide to use the friendly name in your formulas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way you can investigate (i have not checked myself) :&lt;/P&gt;&lt;P&gt;Open Settings menu, then Expression overview. there is a find/replace button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May it help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2011 12:50:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-23T12:50:38Z</dc:date>
    <item>
      <title>Mapping field name</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250072#M94968</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 created an application with standard DB field names. Then I change them using the mapping fuctions but I noticed that formulas and stuff don't get updated.&lt;/P&gt;&lt;P&gt;Is there any way to map the field names and not change all the filds in the application manually? For requirement reasons, one fild today can be called in a one and tomorrow in a different way and I cannot be change the formulas every time I change a field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250072#M94968</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2011-11-23T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping field name</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250073#M94969</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;you can manage in an excel file (for example) the technical name and friendly name .&lt;/P&gt;&lt;P&gt;then in you application use this kind of code at the end of the load script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping_xls :&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping LOAD TECH_NAME, DISP_NAME FROM [..\Sources\mapping field.xls] (biff, embedded labels, table is Sheet1$);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;Rename fields using Mapping_xls;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;﻿&lt;/EM&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;﻿when a field name changes, you will have to update your excel file and simply reload your application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;﻿&lt;/SPAN&gt;Gilles&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 10:56:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250073#M94969</guid>
      <dc:creator />
      <dc:date>2011-11-23T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Mapping field name</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250074#M94970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles, this does not answer my question. This is not what Im asking. I've already changed the names but what I need is a way NOT TO change ALL&amp;nbsp; the formulas in my application and put the new field name instead of the old one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 11:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250074#M94970</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2011-11-23T11:28:32Z</dc:date>
    </item>
    <item>
      <title>Mapping field name</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250075#M94971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for confusion. Anyway my suggested solution can help for future changes if you decide to use the friendly name in your formulas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way you can investigate (i have not checked myself) :&lt;/P&gt;&lt;P&gt;Open Settings menu, then Expression overview. there is a find/replace button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May it help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 12:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250075#M94971</guid>
      <dc:creator />
      <dc:date>2011-11-23T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Mapping field name</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250076#M94972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles, Thanks again. Now this have more sense. I've tried this and it worked although it's not 100% convinient! Thanks for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 13:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-field-name/m-p/250076#M94972</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2011-11-23T13:17:40Z</dc:date>
    </item>
  </channel>
</rss>

