<?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 Cannot Rename field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220798#M73664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exists some conclustion to this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 09:16:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-19T09:16:26Z</dc:date>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220792#M73658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to rename a field, because I want it to be associated with an existing field. However this does not work. I can find no restrictions in the reference manual and I don't get an error message either. See code below. Is this a bug or a undocumented feature. : ) (The renaming works when the load sequence is reversed.) Other workarounds are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Unqualify 'SID*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD KEY_SIS_C094,&lt;/P&gt;&lt;P&gt;SID_SIS_RSSTE&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [SID2_SSS_PLANT_/BIC/SSS_PLANT],&lt;/P&gt;&lt;P&gt;SID_SSS_PLANT,&lt;/P&gt;&lt;P&gt;CHCKFL,&lt;/P&gt;&lt;P&gt;DATAFL,&lt;/P&gt;&lt;P&gt;INCFL&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename field 'SID_SSS_PLANT' to 'SID_SIS_RSSTE';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 21:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220792#M73658</guid>
      <dc:creator />
      <dc:date>2009-10-20T21:51:42Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220793#M73659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;BR /&gt;LOAD [SID2_SSS_PLANT_/BIC/SSS_PLANT],&lt;BR /&gt; SID_SSS_PLANT As SID_SIS_RSSTE,&lt;BR /&gt; CHCKFL,&lt;BR /&gt; DATAFL,&lt;BR /&gt; INCFL&lt;BR /&gt;FROM &lt;D&gt; (qvd);&lt;/D&gt;&lt;/P&gt;&lt;P&gt;and it should work&lt;BR /&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 22:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220793#M73659</guid>
      <dc:creator />
      <dc:date>2009-10-20T22:01:41Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220794#M73660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't you just use an alias?&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD...&lt;BR /&gt;SID_SSS_PLANT As SID_SIS_RSSTE, ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 22:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220794#M73660</guid>
      <dc:creator />
      <dc:date>2009-10-20T22:02:38Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220795#M73661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aliassing is not an option because the code from this post is not the actual code. It is just for illiustrating the issue. The original code is generic and based on metadata so i don't know the column names beforehand and my best solution is to use "select * from". I am raising this issue so Qlikview can be improved. My question still remains: is this a (known) bug, or an ommision in the documentation. And if so where can I report this issue ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 23:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220795#M73661</guid>
      <dc:creator />
      <dc:date>2009-10-20T23:13:15Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220796#M73662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried around a little with the thing, and after that I actually think the (intended) behaviour is due to the fact that you are renaming keys.&lt;/P&gt;&lt;P&gt;To put it very simple (as said it's only a very simple way of how I could imagine that things could be, but it would explain the behaviour): after the second load there is no join between the tables and the joining has been done, so you can't rename to a keyfield which would alter the joining; perhaps sort of the logic or mechanism that does not allow you to alter the joining by qualifying and unqualifying AFTER having loaded data. I would report the issue to support and ask for an explanation.&lt;/P&gt;&lt;P&gt;Again, just a simple minded thought. Perhaps some of the specialists here who have a deeper insight could explain.&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 00:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220796#M73662</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-10-21T00:57:10Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220797#M73663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That sounds like a plausible explanation. Still it would have been nice if a "can't rename field to an existing name" error would have been raised or if it would have been documented in the reference guide. A forward to support sounds like a good idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 02:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220797#M73663</guid>
      <dc:creator />
      <dc:date>2009-10-21T02:54:16Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220798#M73664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exists some conclustion to this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220798#M73664</guid>
      <dc:creator />
      <dc:date>2011-05-19T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220799#M73665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is still an issue with QV10 SR2, please report it as a possible bug to QlikView Support. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlik.com/Support"&gt;http://qlik.com/Support&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220799#M73665</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-19T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220800#M73666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Actually it's still issue in QV10 SR2. Problem is when I have Linked Object List box with field e.g. CalendarYear and I rename it in script to e.g. BookingYear, than the script just crash without any script error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 09:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220800#M73666</guid>
      <dc:creator />
      <dc:date>2011-05-19T09:52:37Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220801#M73667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could report it to support for a more detailed evaluation of the crash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlik.com/Support"&gt;http://qlik.com/Support&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 11:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220801#M73667</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-05-19T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220802#M73668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem in QV10 SR2 build 8935.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;verified that&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;the problem&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;occurs&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;when I try&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;rename a&lt;/SPAN&gt; &lt;SPAN class="hps" title="Fai clic per visualizzare le traduzioni alternative"&gt;field&lt;/SPAN&gt; that join with other field e.g. MasterCalendar with field Date that I try to rename in SalesDate and a table Sales with field SalesDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is a BUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luca Jonathan Panetta&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.pljsoftware.com"&gt;PLJ Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 15:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220802#M73668</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2011-06-07T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Cannot Rename field</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220803#M73669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This renaming problems occured to me when I have the renamed field in layout as a &lt;SPAN style="text-decoration: underline;"&gt;linked object accross separate tabs&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I actually unlinked all objects and problem disappears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally you might get problem that the renamed field isn't renamed in expression in some objects in &lt;SPAN style="text-decoration: underline;"&gt;Container object&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I used the dummy workaround that I keep the original object minimized somewhere hidden, so the link between original and linked object in Container is kept and the renamed field is correctly changed in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-Rename-field/m-p/220803#M73669</guid>
      <dc:creator />
      <dc:date>2011-06-07T16:14:22Z</dc:date>
    </item>
  </channel>
</rss>

