<?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: Using renamed field name in following script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305810#M821722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&lt;/P&gt;&lt;P&gt;In the examples I saw for incremental load, there was only one parameter for the where not exists. Is this because I renamed my Primary Key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 16:09:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-27T16:09:05Z</dc:date>
    <item>
      <title>Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305808#M821720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't test this now, because the files are in development. Here is my incremental load. Please see the bold.&lt;/P&gt;&lt;P&gt;Can I use Opportunity ID immediately like this? Or do I have to use ID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewOpportunity:&lt;/P&gt;&lt;P&gt;Load Product as Opp_Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;ID as Opportunity_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;SPAN style="font-size: 10pt;"&gt;[new data];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Add the new data to the old data&lt;/P&gt;&lt;P&gt;Concatenate(NewOpportunity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product as Opp_Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as Opportunity_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM &lt;SPAN style="font-size: 10pt;"&gt;[old data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where not exists(&lt;STRONG&gt;Opportunity_ID&lt;/STRONG&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305808#M821720</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305809#M821721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first table looks OK, for the second I would change the WHERE to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(Opportunity_ID, ID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second ID is the current table [old data] ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305809#M821721</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2017-07-27T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305810#M821722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&lt;/P&gt;&lt;P&gt;In the examples I saw for incremental load, there was only one parameter for the where not exists. Is this because I renamed my Primary Key?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305810#M821722</guid>
      <dc:creator />
      <dc:date>2017-07-27T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305811#M821723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;If you're 2nd load is from a QVD you'll want to make it where not Exists(ID) so that it stays an optimized load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then you can do&lt;/P&gt;&lt;P&gt;RENAME ID to Opportunity_ID&lt;/P&gt;&lt;P&gt;to get the field name what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 16:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305811#M821723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T16:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305812#M821724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if I just don't rename then?&lt;/P&gt;&lt;P&gt;I was going to rename since ID is a very general term, but if I dont rename it looks like this&lt;/P&gt;&lt;P&gt;Does this still work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewOpportunity:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Product as Opp_Product,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[new data];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// Add the new data to the old data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(NewOpportunity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product as Opp_Product,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as Opportunity_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[old data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where not exists(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID&lt;/STRONG&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305812#M821724</guid>
      <dc:creator />
      <dc:date>2017-07-27T18:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305813#M821725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that should work fine.&lt;/P&gt;&lt;P&gt;If you decide you want to though, you can also do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NewOpportunity:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Product as Opp_Product,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as OpportunityID&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[new data];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// Add the new data to the old data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(NewOpportunity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product as Opp_Product,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID as Opportunity_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;[old data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where not exists(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID&lt;/STRONG&gt;);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop field ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305813#M821725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-27T18:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using renamed field name in following script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305814#M821726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh that works great, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-renamed-field-name-in-following-script/m-p/1305814#M821726</guid>
      <dc:creator />
      <dc:date>2017-07-27T18:58:18Z</dc:date>
    </item>
  </channel>
</rss>

