<?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 Soft Delete function not working as expected after using it in global rules for all my child tasks in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547246#M16176</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Hope you are doing good :). I have a query. We had recently deployed a parent(Logstream) task and its related child tasks in PRD. Source is Oracle ERP endpoint and the target is an Oracle DB. There are about 1200+ tables which are split into High Volume(HV), Medium Volume(MV) and Low Volume(LV) tasks. Almost all the 1200+ tables at source have unique indexes which I duly ensured that all these tables at target has unique indexes as well to ensure CDC functions effectively.&lt;BR /&gt;&lt;BR /&gt;We had used the function&amp;nbsp;operation_indicator('D', 'U', 'I') in global rule by adding a new column change_oper for all the 1200+ tables such that it does not issue a physical delete at the target when source deletes a row and rather have the same row at the target with 'D' in the change_oper column.&lt;BR /&gt;&lt;BR /&gt;But there are many tables which are physically deleting the row inspite of adding this function. When I checked the Qlik guidelines, I see the below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The operation_indicator function is not supported on tables that do not have a Primary Key.&lt;/LI&gt;
&lt;LI&gt;This function is not supported when:
&lt;UL&gt;
&lt;LI&gt;The Apply Conflicts error handling policy is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2025/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_applychangtunestab.htm#Miscella" target="_blank" rel="noopener"&gt;Apply changes using SQL MERGE&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;task setting is enabled.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I have a query, when Qlik mentions about primary key, is it only for the target tables, or does the source table also need primary keys? In this case, all the source tables have only unique index and also since its an ERP environment , adding primary keys at source is not an option. Will this work if the source tables has unique index and if I promote the existing unique indexes to primary keys at the target?&lt;BR /&gt;&lt;BR /&gt;Besides we have also enabled the below in all the child task to ensure duplicates are not replicated(upsert mode):&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Apply Conflicts error handling policy is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Will changing this to "Ignore Record" cause duplicates? Is just having "&lt;SPAN&gt;Duplicate key when applying INSERT: UPDATE the existing target record" sufficient to ensure no duplicates are replicated?&lt;BR /&gt;&lt;BR /&gt;Any insights on this would help us to resolve the issue.&amp;nbsp;&lt;BR /&gt;Thanks a lot in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2026 06:24:18 GMT</pubDate>
    <dc:creator>harikesh_1991</dc:creator>
    <dc:date>2026-04-20T06:24:18Z</dc:date>
    <item>
      <title>Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547246#M16176</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Hope you are doing good :). I have a query. We had recently deployed a parent(Logstream) task and its related child tasks in PRD. Source is Oracle ERP endpoint and the target is an Oracle DB. There are about 1200+ tables which are split into High Volume(HV), Medium Volume(MV) and Low Volume(LV) tasks. Almost all the 1200+ tables at source have unique indexes which I duly ensured that all these tables at target has unique indexes as well to ensure CDC functions effectively.&lt;BR /&gt;&lt;BR /&gt;We had used the function&amp;nbsp;operation_indicator('D', 'U', 'I') in global rule by adding a new column change_oper for all the 1200+ tables such that it does not issue a physical delete at the target when source deletes a row and rather have the same row at the target with 'D' in the change_oper column.&lt;BR /&gt;&lt;BR /&gt;But there are many tables which are physically deleting the row inspite of adding this function. When I checked the Qlik guidelines, I see the below:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The operation_indicator function is not supported on tables that do not have a Primary Key.&lt;/LI&gt;
&lt;LI&gt;This function is not supported when:
&lt;UL&gt;
&lt;LI&gt;The Apply Conflicts error handling policy is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;LI&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/replicate/May2025/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_applychangtunestab.htm#Miscella" target="_blank" rel="noopener"&gt;Apply changes using SQL MERGE&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;task setting is enabled.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I have a query, when Qlik mentions about primary key, is it only for the target tables, or does the source table also need primary keys? In this case, all the source tables have only unique index and also since its an ERP environment , adding primary keys at source is not an option. Will this work if the source tables has unique index and if I promote the existing unique indexes to primary keys at the target?&lt;BR /&gt;&lt;BR /&gt;Besides we have also enabled the below in all the child task to ensure duplicates are not replicated(upsert mode):&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The Apply Conflicts error handling policy is set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Will changing this to "Ignore Record" cause duplicates? Is just having "&lt;SPAN&gt;Duplicate key when applying INSERT: UPDATE the existing target record" sufficient to ensure no duplicates are replicated?&lt;BR /&gt;&lt;BR /&gt;Any insights on this would help us to resolve the issue.&amp;nbsp;&lt;BR /&gt;Thanks a lot in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 06:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547246#M16176</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-20T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547268#M16180</link>
      <description>&lt;DIV&gt;
&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Just checking if anyone had a chance to look at my question above. I’d really appreciate any guidance or clarification when you get a moment.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Apr 2026 11:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547268#M16180</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-20T11:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547274#M16181</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You have already identified the root cause in your description. This configuration is not supported when &lt;STRONG data-end="170" data-start="155"&gt;Soft Delete&lt;/STRONG&gt; is enabled together with the following setting &lt;STRONG&gt;UPSERT mode&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;The Apply Conflicts error handling policy is set to&amp;nbsp;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Feel free to let me know if I missed anything.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 12:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547274#M16181</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-20T12:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547276#M16182</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the clarification on the Apply Conflicts. However could you also advise on the primary key query mentioned above?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When Qlik mentions about primary key, is it only for the target tables, or does the source table also need primary keys present? In this case, all the source tables have only unique index and and its not possible to add primary keys for the source tables. Will this work if the source tables has only unique index and if I promote the existing unique indexes to primary keys at the target?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 13:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547276#M16182</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-20T13:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547279#M16183</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Harikesh OP,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;SPAN&gt;In this case, all the source tables have only unique index and and its not possible to add primary keys for the source tables&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P data-end="153" data-start="50"&gt;If a table does not have a primary key (PK) but has a unique index, the UI configuration is sufficient.&lt;/P&gt;
&lt;P data-end="204" data-start="155"&gt;Please note the priority rules for key selection:&lt;/P&gt;
&lt;UL data-end="577" data-start="206"&gt;
&lt;LI data-end="319" data-start="206" data-section-id="18mcmuh"&gt;If the table has a &lt;STRONG data-end="242" data-start="227"&gt;primary key&lt;/STRONG&gt;, the PK will be used. Any unique indexes or other indexes will be ignored.&lt;/LI&gt;
&lt;LI data-end="426" data-start="320" data-section-id="1dio8u7"&gt;If the table does &lt;STRONG data-end="347" data-start="340"&gt;not&lt;/STRONG&gt; have a PK but has a &lt;STRONG data-end="391" data-start="368"&gt;single unique index&lt;/STRONG&gt;, that unique index will be used.&lt;/LI&gt;
&lt;LI data-end="577" data-start="427" data-section-id="1ry4kk9"&gt;If the table does &lt;STRONG data-end="454" data-start="447"&gt;not&lt;/STRONG&gt; have a PK but has &lt;STRONG data-end="500" data-start="473"&gt;multiple unique indexes&lt;/STRONG&gt;, the first one (based on the index name in alphabetical order) will be used.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 13:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547279#M16183</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-20T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547281#M16184</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;My query is solely on using the operation_indicator function for the soft delete approach.&lt;BR /&gt;In the qlik help pages ,it states as the below.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The operation_indicator function is not supported on tables that do not have a Primary Key.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hence I wanted to know if primary key is needed for both the source and target tables to ensure the soft delete works fine or will just having a unique index for the source and target tables be sufficient for it to work?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sorry I was not sure if the earlier response that you had provided was indeed for the soft delete approach (operation_indicator function) or not.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 14:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547281#M16184</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-20T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547285#M16185</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Harikesh OP,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-end="134" data-start="50"&gt;Yes, I’m addressing the concerns raised in your previous comments. Let me summarize:&lt;/P&gt;
&lt;OL data-end="576" data-start="136"&gt;
&lt;LI data-end="295" data-start="136" data-section-id="onunlw"&gt;If the source table has a &lt;STRONG data-end="181" data-start="165"&gt;unique index&lt;/STRONG&gt;, it is sufficient for Replicate. The unique index will be used and applied as the primary key or unique index on the target side.&lt;/LI&gt;
&lt;LI data-end="576" data-start="297" data-section-id="23hy6t"&gt;If the source table has &lt;STRONG data-end="355" data-start="324"&gt;no primary key and no index&lt;/STRONG&gt;, it is still possible to define a primary key on the target side to use &lt;SPAN&gt;change_oper&amp;nbsp;function&lt;/SPAN&gt;. However, the data must comply with primary key constraints (i.e., no duplicate values and no NULLs), subject to the rules of the specific target database.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="614" data-start="578"&gt;I hope this clarifies your concerns.&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="614" data-start="578"&gt;John.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 14:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2547285#M16185</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-20T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548050#M16207</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Even after the source having unique index and the target having the same columns as primary key, I find an example of a table not capturing the soft deletes instead doing a physical/hard delete at the target.&lt;BR /&gt;I have ensured that I changed the task settings for the below to "Ignore Record":&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;The Apply Conflicts error handling policy is set to&amp;nbsp;&lt;SPAN class="ui_item"&gt;No record found for applying an update:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="ui_item"&gt;INSERT the missing target record&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;However even after doing all this, I see there are records which are getting physically deleted instead of being captured.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was able to find this out because from the target tables of our tasks, another process runs which will replicate these update/inserts and deletes on to another table in a different schema which does based on the change_oper column used for soft delete. Now since the deletes are occurring physically in our target table, this is causing duplicates in the final target table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I have attached the logs and also the screenshot of the records being physically deleted.&lt;BR /&gt;Any advise or resolution for this issue would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 12:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548050#M16207</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-29T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548085#M16208</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;Just checking if anyone has had a moment to look into the above query. I'd really appreciate any guidance or clarification on this as it would help to understand why the deletes are not being captured as soft deletes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 12:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548085#M16208</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-29T12:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548086#M16209</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Harikesh OP,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I’ll check it out later for you—just tied up with another issue at the moment.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 12:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548086#M16209</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-29T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548088#M16210</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Harikesh OP,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193" target="_blank"&gt;@harikesh_1991&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-end="144" data-start="50"&gt;The screenshots and task log file don’t provide enough information to understand the behavior.&lt;/P&gt;
&lt;P data-end="330" data-start="146"&gt;I’m also not sure whether your task is using the &lt;SPAN&gt;&lt;STRONG&gt;operation_indicator()&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;function. If it is, then it appears you are running with a non-supported configuration. As mentioned earlier:&lt;/P&gt;
&lt;BLOCKQUOTE data-end="437" data-start="331"&gt;
&lt;P data-end="437" data-start="333"&gt;“You have already identified the root cause in your description. This configuration is not supported...”&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P data-end="544" data-start="439"&gt;Additionally, please avoid including task log files in public articles, as they are visible to all users. (and I'm deleting it now.)&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="698" data-start="546"&gt;If you need further assistance, I recommend opening a support ticket and attaching the task Diagnostics Package, we need to check your task settings. Our support team will be happy to help.&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="698" data-start="546"&gt;Regards,&lt;/P&gt;
&lt;P data-is-only-node="" data-is-last-node="" data-end="698" data-start="546"&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 12:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548088#M16210</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-29T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548090#M16211</link>
      <description>&lt;P&gt;Sure&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;. No problem. Thanks for the update. Please feel free to take a look when you get a chance .&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 13:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548090#M16211</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-29T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Soft Delete function not working as expected after using it in global rules for all my child tasks</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548095#M16212</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Harikesh OP,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please check my previous comment.&lt;/SPAN&gt;&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>Wed, 29 Apr 2026 14:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Soft-Delete-function-not-working-as-expected-after-using-it-in/m-p/2548095#M16212</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-04-29T14:27:57Z</dc:date>
    </item>
  </channel>
</rss>

