<?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: Renamable Fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186075#M22097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use user-friendly fieldnames is really helpful for the users. I suggest to use a &lt;STRONG&gt;reame fields using MapTab;&lt;/STRONG&gt; approach which could ensure that the fieldnames in the application are always the same even if they change in a previous process-step (the MapTab of course must be also adjusted if there are changes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2016 11:55:59 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-09-16T11:55:59Z</dc:date>
    <item>
      <title>Renamable Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186074#M22096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a source application that has some custom fields.&amp;nbsp; The administrator can be show or hide these fields and configure their names.&amp;nbsp; The database names are generic.&amp;nbsp; We are building a Qlik Sense app to display data from this application.&amp;nbsp; A big focus of the Qlik Sense app will be user self-service.&amp;nbsp; We want to handle the custom fields in a way that is self-service friendly.&amp;nbsp; Using their generic names is not friendly.&amp;nbsp; We want users to be able to see the field with its defined name and add it to their visualizations where it will show up with its defined name.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Custom Field Generic Names.png" class="jive-image image-1" src="/legacyfs/online/137604_Custom Field Generic Names.png" style="height: 253px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Although we could just give each custom field a new name in the load script, &lt;EM&gt;we don't want to break user-created visualizations if the administrator should change the name of a field in the future&lt;/EM&gt;.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We thought of trying to make master dimensions that used a variable for the dimension name.&amp;nbsp; The variable could be set in a load script. However, Sense doesn't let you use an expression for a dimension name.&amp;nbsp; &lt;EM&gt;We also don't want IT to have to get involved&lt;/EM&gt; to edit master items and republish them whenever an admin changes a custom field name.&amp;nbsp; &lt;EM&gt;We want Qlik Sense to just pick up the change.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest a way to accomplish this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186074#M22096</guid>
      <dc:creator>scottsmp</dc:creator>
      <dc:date>2016-09-15T16:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Renamable Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186075#M22097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use user-friendly fieldnames is really helpful for the users. I suggest to use a &lt;STRONG&gt;reame fields using MapTab;&lt;/STRONG&gt; approach which could ensure that the fieldnames in the application are always the same even if they change in a previous process-step (the MapTab of course must be also adjusted if there are changes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 11:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186075#M22097</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-16T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Renamable Fields</title>
      <link>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186076#M22098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;We received an answer from someone at Qlik that we talked to.&amp;nbsp; He showed us how Qlik Sense (and QlikView he said) are smart enough to handle renames without breaking existing visualizations.&amp;nbsp; If you use an AS in a load statement to rename a field, Sense keeps track of what the original source field was.&amp;nbsp; If you later rename the field in the load script while the source field remains the same, Sense knows it is the same field.&amp;nbsp; Any visualizations linked to the old name are updated to the new name so that nothing breaks. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;We actually have a program that dynamically generates the load script, so changing the load script to reflect the user configured value works for us.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If we had a static load script, using&lt;STRONG&gt; rename fields using &lt;EM&gt;map&lt;/EM&gt;&lt;/STRONG&gt; would be worth investigating.&amp;nbsp; As long as the rename fields command tracks name changes the same way the AS keyword does, it should work.&amp;nbsp; Since the AS will meet our needs, however, that's the solution we're going with.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 14:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Renamable-Fields/m-p/1186076#M22098</guid>
      <dc:creator>scottsmp</dc:creator>
      <dc:date>2016-09-16T14:18:46Z</dc:date>
    </item>
  </channel>
</rss>

