<?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: Renaming Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594390#M680093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, see this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields"&gt;How to Rename Fields&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 19:42:27 GMT</pubDate>
    <dc:creator>fernando_tonial</dc:creator>
    <dc:date>2014-04-02T19:42:27Z</dc:date>
    <item>
      <title>Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594389#M680091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have many Qlikview dashboards that read from multiple data sources. The data sources are QVDs, Excel, Stored Procedures from SQL Server, Sharepoint, etc. Every time that a data source change its FIELD NAMEs, I have to go into every QVW and rename the fields by either applying the "Rename" command or by manually renaming each one of them. My questions is related to "automation" on how to make this long process automated and insulate our dashboard from "surprise" data field changes. The change in field names happen very often. How do you handle these changes when you have multiple Dashboard QVWs to maintain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594389#M680091</guid>
      <dc:creator />
      <dc:date>2014-04-02T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594390#M680093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, see this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/09/25/how-to-rename-fields"&gt;How to Rename Fields&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 19:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594390#M680093</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-02T19:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594391#M680094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply! I had read this post but I think what I am looking for is an automated way to fix the issue that is already present. I currently have 27 dashboards that need to have many fields renamed. The “data source fields” have been renamed but the UI field names should remain the same. Having said that when I read the data from the “QVD” with new field names, the Dashboard QVW load fails because the data source field names have changed. Please keep in mind that the UI Names should remain the same as it was before the “data source field name” change. Thus, I was thinking of creating a “mid layer” QVW and have the renaming done by this QVW instead of on the Dashboard QVW. I would then change one variable value in my Dashboard QVW to read the “new renamed” QVD. Maybe this way I can rename the fields in all 27 dashboards without too much coding. I have not implemented or tested this idea. What do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594391#M680094</guid>
      <dc:creator />
      <dc:date>2014-04-02T20:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594392#M680096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have one excel with two fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Excel:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qvw_FieldName,Source_Column_Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this excel to rename fields while generating QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever there is a Change in column name.Simply go to excel and change the &lt;STRONG&gt;Source_Column_Name&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then store data into QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you don't need to disturb actual applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594392#M680096</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-04-02T20:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594393#M680098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;if you rename&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only 1&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field&lt;/SPAN&gt;&lt;SPAN&gt;, it is automatically&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;changed in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;GUI&lt;/SPAN&gt;. &lt;BR /&gt;&lt;SPAN class="hps"&gt;I know it's&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;hard work,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but it is better&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to open&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the 27 dashboards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Best Regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Tonial.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594393#M680098</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-02T20:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594394#M680100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I this case it will be a lot of fields. Close to 60 or 70 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594394#M680100</guid>
      <dc:creator />
      <dc:date>2014-04-02T20:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594395#M680101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Unfortunately I do not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;see any other way&lt;/SPAN&gt;. &lt;BR /&gt;&lt;SPAN class="hps"&gt;You&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;have to change&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the load&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;27 &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;dashboards &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;for 60&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;70&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;times.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594395#M680101</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-02T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594396#M680102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So do you mean to say my suggestion posted earlier and showing here is not a good idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Thank you for your reply! I had read this post but I think what I am looking for is an automated way to fix the issue that is already present. I currently have 27 dashboards that need to have many fields renamed. The “data source fields” have been renamed but the UI field names should remain the same. Having said that when I read the data from the “QVD” with new field names, the Dashboard QVW load fails because the data source field names have changed. Please keep in mind that the UI Names should remain the same as it was before the “data source field name” change. Thus, I was thinking of creating a “mid layer” QVW and have the renaming done by this QVW instead of on the Dashboard QVW. I would then change one variable value in my Dashboard QVW to read the “new renamed” QVD. Maybe this way I can rename the fields in all 27 dashboards without too much coding. I have not implemented or tested this idea. What do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 20:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Fields/m-p/594396#M680102</guid>
      <dc:creator />
      <dc:date>2014-04-02T20:52:09Z</dc:date>
    </item>
  </channel>
</rss>

