<?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 Operation Indicator as New column in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061166#M5682</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Iam a newbie. Trying to add a new column using Global Rules.&lt;/P&gt;
&lt;P&gt;Trying to get the Operation Indicator values into a column. Below is the expression of the column value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Add column
	for %.%
	Column 'REPLICATION_PROCESS_CD', data type STRING(50) and sub type Regular
        Value: operation_indicator("D", "U", "I")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I see null data going in to the column Replication_Process_Cd during Full load. I was expecting "I".&lt;/P&gt;
&lt;P&gt;Help me out here.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 17:59:42 GMT</pubDate>
    <dc:creator>DeepakS</dc:creator>
    <dc:date>2023-04-17T17:59:42Z</dc:date>
    <item>
      <title>Operation Indicator as New column</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061166#M5682</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Iam a newbie. Trying to add a new column using Global Rules.&lt;/P&gt;
&lt;P&gt;Trying to get the Operation Indicator values into a column. Below is the expression of the column value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="H100W100 preProductWizardSummary ng-binding"&gt;Add column
	for %.%
	Column 'REPLICATION_PROCESS_CD', data type STRING(50) and sub type Regular
        Value: operation_indicator("D", "U", "I")&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I see null data going in to the column Replication_Process_Cd during Full load. I was expecting "I".&lt;/P&gt;
&lt;P&gt;Help me out here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 17:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061166#M5682</guid>
      <dc:creator>DeepakS</dc:creator>
      <dc:date>2023-04-17T17:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Operation Indicator as New column</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061170#M5683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226084"&gt;@DeepakS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try this case statement:&lt;/P&gt;
&lt;P&gt;CASE ifnull(operation_indicator('D', 'U', 'I') ,'NULL') &lt;BR /&gt;WHEN 'NULL' THEN 'I' &lt;BR /&gt;ELSE operation_indicator('D', 'U', 'I') END&lt;/P&gt;
&lt;P&gt;If this solution worked for you please mark the case as solution.&lt;/P&gt;
&lt;P&gt;Thanks&lt;BR /&gt;Michael Litz&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 18:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061170#M5683</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-04-17T18:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Operation Indicator as New column</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061171#M5684</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226084"&gt;@DeepakS&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we have many forum article on this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Transformation-Operation-Indicator-Archive-User-Soft-Delete/ta-p/1969998/message-revision/1969998:4" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Transformation-Operation-Indicator-Archive-User-Soft-Delete/ta-p/1969998/message-revision/1969998:4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/operation-indicator-DELETE-UPDATE-INSERT-vs-header-operation-in/td-p/1969870" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/operation-indicator-DELETE-UPDATE-INSERT-vs-header-operation-in/td-p/1969870&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 18:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2061171#M5684</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2023-04-17T18:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Operation Indicator as New column</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2062177#M5714</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121284"&gt;@Michael_Litz&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;Case statement helped. If I understand correctly, we are expected to get NULL during Initial Full load for the Operation Indicator. Which we are handling it manually using the CASE statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have setup unidirectional sync. Would we even see any "D" (Delete)? I assume as soon as the record is deleted, it will be deleted in target too. Hence I assume we wont even see the D.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 17:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2062177#M5714</guid>
      <dc:creator>DeepakS</dc:creator>
      <dc:date>2023-04-19T17:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Operation Indicator as New column</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2062181#M5715</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226084"&gt;@DeepakS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The operation indicator will do a soft delete on the target so that the record will still be on the target with the "D" in the field.&lt;/P&gt;
&lt;P&gt;Here is&amp;nbsp; another article that should help explain:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Filter-Deletes-in-Replicate/ta-p/1801945" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Filter-Deletes-in-Replicate/ta-p/1801945&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael Litz&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 17:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Operation-Indicator-as-New-column/m-p/2062181#M5715</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-04-19T17:30:08Z</dc:date>
    </item>
  </channel>
</rss>

