<?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 Qlik replicate Issue for Insert and Update scenario in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533440#M15274</link>
    <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding new column as add column as audit created datetime for insert, Audit updated datetime for the update.&lt;/P&gt;
&lt;P&gt;When ever i get the insert command then it need to change the audit created date time. When ever i get the update command it change the audit updated date time.&lt;/P&gt;
&lt;P&gt;But here it not working.. When i get insert or update it change the audit created date time alone..&lt;/P&gt;
&lt;P&gt;Code:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Audit created date time i used.&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Column 'audit_created_datetime', data type DATETIME(6)
        Value: $AR_H_TIMESTAMP&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Audit updated Date time i used&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Add column
	for %.%
	Column 'audit_last_updated_datetime', data type DATETIME(6)
        Value: datetime('now', 'UTC')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Kindly confirm the best one..&lt;BR /&gt;&lt;BR /&gt;Whenever i need to get insert the current timestamp need to get it..&lt;BR /&gt;&lt;BR /&gt;whenever i need to get update the current timestamp need to get it..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Oct 2025 06:11:00 GMT</pubDate>
    <dc:creator>gopikrishnan06</dc:creator>
    <dc:date>2025-10-15T06:11:00Z</dc:date>
    <item>
      <title>Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533440#M15274</link>
      <description>&lt;P&gt;Hi team,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding new column as add column as audit created datetime for insert, Audit updated datetime for the update.&lt;/P&gt;
&lt;P&gt;When ever i get the insert command then it need to change the audit created date time. When ever i get the update command it change the audit updated date time.&lt;/P&gt;
&lt;P&gt;But here it not working.. When i get insert or update it change the audit created date time alone..&lt;/P&gt;
&lt;P&gt;Code:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Audit created date time i used.&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Column 'audit_created_datetime', data type DATETIME(6)
        Value: $AR_H_TIMESTAMP&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Audit updated Date time i used&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Add column
	for %.%
	Column 'audit_last_updated_datetime', data type DATETIME(6)
        Value: datetime('now', 'UTC')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Kindly confirm the best one..&lt;BR /&gt;&lt;BR /&gt;Whenever i need to get insert the current timestamp need to get it..&lt;BR /&gt;&lt;BR /&gt;whenever i need to get update the current timestamp need to get it..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 06:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533440#M15274</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-15T06:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533449#M15275</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="121" data-end="143"&gt;Thanks for the post!&lt;/P&gt;
&lt;P data-start="150" data-end="252"&gt;If I understand your question correctly, you want to add two additional columns to the target table:&lt;/P&gt;
&lt;UL data-start="259" data-end="551"&gt;
&lt;LI data-start="259" data-end="401"&gt;
&lt;P data-start="261" data-end="401"&gt;&lt;STRONG data-start="261" data-end="287"&gt;audit_created_datetime&lt;/STRONG&gt; – records the time of a &lt;EM data-start="312" data-end="323"&gt;Full Load&lt;/EM&gt; or &lt;EM data-start="327" data-end="335"&gt;INSERT&lt;/EM&gt; operation (should remain unchanged during &lt;EM data-start="378" data-end="386"&gt;UPDATE&lt;/EM&gt; operations).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="404" data-end="547"&gt;
&lt;P data-start="406" data-end="547"&gt;&lt;STRONG data-start="406" data-end="437"&gt;audit_last_updated_datetime&lt;/STRONG&gt; – records the time of an &lt;EM data-start="463" data-end="471"&gt;UPDATE&lt;/EM&gt; operation (should be &lt;STRONG data-start="493" data-end="501"&gt;NULL or EMPTY&lt;/STRONG&gt; during &lt;EM data-start="509" data-end="520"&gt;Full Load&lt;/EM&gt; or &lt;EM data-start="524" data-end="532"&gt;INSERT&lt;/EM&gt; operations).&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="554" data-end="763"&gt;This can be achieved in &lt;STRONG data-start="578" data-end="596"&gt;Qlik Replicate&lt;/STRONG&gt;&amp;nbsp;(for almost databases). However, you’ll need to use the &lt;A href="https://help.qlik.com/en-US/replicate/May2025/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_expressOther.htm#:~:text=target_lookup(TTL%2C%27SCHM,COND_PARAMS)" target="_blank" rel="noopener"&gt;target_lookup&lt;/A&gt; function for &lt;STRONG data-start="261" data-end="287"&gt;audit_created_datetime&lt;/STRONG&gt;; otherwise, its value will be set to &lt;STRONG data-start="723" data-end="731"&gt;NULL&lt;/STRONG&gt; during an &lt;EM data-start="742" data-end="750"&gt;UPDATE&lt;/EM&gt; operation.&lt;/P&gt;
&lt;P data-start="554" data-end="763"&gt;Hope this helps.&lt;/P&gt;
&lt;P data-start="554" data-end="763"&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 08:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533449#M15275</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-15T08:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533473#M15277</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;Whenever full load or insert the Audit created datetime need to get inserted as UTC..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever Update happened for the old data or new data then Audit Updated datetime need to get updated as UTC... Most of the time (insert ie audit created datetime) as NULL.&lt;/P&gt;
&lt;P&gt;To avoid that can you share the suggestions to achieve in qlik replicate&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 12:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533473#M15277</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-15T12:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533481#M15278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;please check article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-Transformation-Target-Lookup-Insert-Date/ta-p/1805653" target="_blank" rel="noopener"&gt;Target Lookup - Insert_Date&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 13:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533481#M15278</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-15T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533492#M15279</link>
      <description>&lt;P&gt;hi John,&lt;/P&gt;
&lt;P&gt;Thank you for your comments. Its possible to add in the global transformation. we have more tables.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 14:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533492#M15279</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-15T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533496#M15280</link>
      <description>&lt;P&gt;John we have more tables in the tasks.&amp;nbsp; Its possible to add the target_lookup in the Global transformation..&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 14:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533496#M15280</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-15T14:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533507#M15281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Target lookup can only be defined at the column level where it will be populated. To make implementing this for multiple columns easier, do one manually then study the format of the exported task file and make further edits to the JSON to add the other lookups - then import the task JSON.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533507#M15281</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-10-15T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533512#M15282</link>
      <description>&lt;P&gt;Hi Dana, Thank you..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 2 columns as common added to all the tables in the Global rules..&lt;BR /&gt;If insert appear then it go to add column as Audit_created_datetime.&lt;BR /&gt;if Update appear then it go to add column as Audit_updated_datetime.&lt;/P&gt;
&lt;P&gt;But here issue whenever i get update it changing the Inserted timestamp.. That alone need to fix it...&lt;/P&gt;
&lt;P&gt;if you have any solution just suggest it will helpful&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533512#M15282</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-15T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533608#M15294</link>
      <description>&lt;P&gt;Hi John,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any other option to do the update Audit Updated_date with out touching the Inserted values Audit created_date..&lt;/P&gt;
&lt;P&gt;we have more tables.. Insert working perfect using H_operation.&lt;/P&gt;
&lt;P&gt;Here update alone changing the Insert timestamp alone..ie Audit created_date.&lt;/P&gt;
&lt;P&gt;If any option to add in global rules. Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 10:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533608#M15294</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-16T10:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533630#M15298</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt; explained, the &lt;STRONG data-start="98" data-end="117"&gt;lookup function&lt;/STRONG&gt; can only be defined &lt;STRONG data-start="138" data-end="161"&gt;at the column level&lt;/STRONG&gt;, and it’s used to &lt;STRONG data-start="180" data-end="209"&gt;retain the existing value&lt;/STRONG&gt; in a column.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 13:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533630#M15298</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-16T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533789#M15307</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;Tired with several ways but nothing work on it for the Update scenario.. Finally moving with the target look up concept.&lt;/P&gt;
&lt;P&gt;In a table we have 1 col as PK and few tables have more composite Key..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need to add for 1PK alone the target look up.&lt;/P&gt;
&lt;P&gt;Kindly confirm..&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2025 03:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533789#M15307</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-19T03:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533794#M15308</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The Lookup() function requires a primary key or unique index; otherwise, it performs a full table scan, which can impact the entire database and significantly degrade lookup performance.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2025 14:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533794#M15308</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-19T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533936#M15316</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;As per Target look up i applied in the column edit but it still not working..&lt;/P&gt;
&lt;P&gt;Today i got first update again it make Null the Insert col as Audit created date time..&lt;/P&gt;
&lt;P&gt;CASE&lt;BR /&gt;WHEN $AR_H_OPERATION = 'INSERT' then&lt;BR /&gt;datetime('now')&lt;BR /&gt;ELSE&lt;BR /&gt;target_lookup('NO_CACHING','qlik_1','JJJJ','audit_created_datetime','aa=:',$aa,'bb=:', $bb)&lt;BR /&gt;END&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again the update issues alone facing kindly check and do the needful..&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 10:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533936#M15316</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-21T10:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533973#M15328</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We recommend that you open a support ticket and engage the PS team to help move the &lt;EM class="Highlight ht84e201c8-fd22-4397-a1f8-e13d669564ee"&gt;project&lt;/EM&gt; forward smoothly.&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 15:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533973#M15328</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2025-10-21T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533986#M15329</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;what ever the said option have referred it was not working..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i am checking in the Qlik forums and fix for it.. But here the Target loop up tired with the inserts and Updates too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This time it changing the inserted ie audit created datetime timestamp to latest. Actual we need only updated datetime for an update.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533986#M15329</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-21T17:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533988#M15330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As John recommended, please open a Qlik support ticket to look into this further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Naren&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2533988#M15330</guid>
      <dc:creator>narendersarva</dc:creator>
      <dc:date>2025-10-21T17:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534162#M15342</link>
      <description>&lt;P&gt;Hi TEam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Raised Support case how long it will going to test by the support team.. So immediate help so i asked in Forums. But here no scripts are working for the updated columns.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 05:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534162#M15342</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-23T05:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534217#M15351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found your support case and updated it from severity 3 to severity 2. I see we requested a diagnostics package on 10/22 that we have not yet received but need before the case can move forward. Please update the case with that.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 18:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534217#M15351</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-10-23T18:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534255#M15353</link>
      <description>&lt;P&gt;hi Dana,&lt;/P&gt;
&lt;P&gt;DPackages already updated.. I am facing in update scenario alone... it got updated as fine.. but issue with it changing the inserted datetime as audit created date&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 02:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534255#M15353</guid>
      <dc:creator>gopikrishnan06</dc:creator>
      <dc:date>2025-10-24T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik replicate Issue for Insert and Update scenario</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534376#M15360</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346753"&gt;@gopikrishnan06&lt;/a&gt;&amp;nbsp;I see you updated the case. It is being reassigned to the next available support engineer. The case is being handled in IST hours. In case you need to escalate please refer to:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-escalate-a-support-case/ta-p/1713475" target="_blank"&gt;How to escalate a support case - Qlik Community - 1713475&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 16:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-replicate-Issue-for-Insert-and-Update-scenario/m-p/2534376#M15360</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2025-10-24T16:16:11Z</dc:date>
    </item>
  </channel>
</rss>

