<?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 Replace in Partial Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548591#M686524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have partial reload of 1 table with the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY [Calendar*], [CurrencyRate*], [Stoma];&lt;/P&gt;&lt;P&gt;[LedgerTrans]:&lt;/P&gt;&lt;P&gt;REPLACE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFFSETACCOUNTTYPE &amp;amp; '-' &amp;amp; ACCOUNTTYPE_TXT AS TypeOfAccount, &lt;/P&gt;&lt;P&gt;&amp;nbsp; OFFSETACCOUNT &amp;amp; '-' &amp;amp; ACCOUNTTYPE AS TypeOfCount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL EXEC sp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after partial reload I don't get my table LedgerTrans replaced, but duplicated with the new table LedgerTrans-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it because of using QUALIFY *; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 12:31:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-03T12:31:46Z</dc:date>
    <item>
      <title>Replace in Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548591#M686524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have partial reload of 1 table with the following script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY [Calendar*], [CurrencyRate*], [Stoma];&lt;/P&gt;&lt;P&gt;[LedgerTrans]:&lt;/P&gt;&lt;P&gt;REPLACE LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; OFFSETACCOUNTTYPE &amp;amp; '-' &amp;amp; ACCOUNTTYPE_TXT AS TypeOfAccount, &lt;/P&gt;&lt;P&gt;&amp;nbsp; OFFSETACCOUNT &amp;amp; '-' &amp;amp; ACCOUNTTYPE AS TypeOfCount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL EXEC sp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after partial reload I don't get my table LedgerTrans replaced, but duplicated with the new table LedgerTrans-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it because of using QUALIFY *; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kristina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 12:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548591#M686524</guid>
      <dc:creator />
      <dc:date>2014-01-03T12:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548592#M686525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kristina&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is I guess a behaviour of Qualify.&lt;/P&gt;&lt;P&gt;Because you first table was qualified&amp;nbsp;&amp;nbsp; fields are named like 'ledgertrans.filedname1', ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you replace the filed are not qualified before load but after so there is a difference between names and a second table shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shoul better use alias instead of qualify&amp;nbsp; ( or tmp table, to load before replace, drop old one and rename new one.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 12:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548592#M686525</guid>
      <dc:creator />
      <dc:date>2014-01-03T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Replace in Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548593#M686526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Chris!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-in-Partial-Reload/m-p/548593#M686526</guid>
      <dc:creator />
      <dc:date>2014-01-03T13:28:55Z</dc:date>
    </item>
  </channel>
</rss>

