<?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: Qlik Replicate for Versioning in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048165#M5323</link>
    <description>&lt;P&gt;Hi Dana, thanks for the reply. Yeah when I say modify i mean insert, update or delete. For example you could have a CustomerAddress as table A, and CustomerAddressVersion as table B. So when you update, delete or insert a new record in the&amp;nbsp; CustomerAddress table, that will be reflected in the CustomerAddressVersion table.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2023 02:09:36 GMT</pubDate>
    <dc:creator>hitztyl</dc:creator>
    <dc:date>2023-03-12T02:09:36Z</dc:date>
    <item>
      <title>Qlik Replicate for Versioning</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048094#M5318</link>
      <description>&lt;P&gt;Hi, i'm wondering if Qlik Replicate would work for versioning tables within a SQL Server database. For example I have Table A in an OLTP database and I want to replicate any changes made to that table to Table B in an ODS database. Table B contains a VersionStartUTC and VerstionEndUTC that needs to be updated every time there is an update, insert etc... So if I modify a column in Table A, I will set the VersionEndUTC for the last record in Table B to the current time then create a new record in Table B. The VersionStartUTC will be the current time and the VersionEndUTC with be 9999 etc..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 20:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048094#M5318</guid>
      <dc:creator>hitztyl</dc:creator>
      <dc:date>2023-03-10T20:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate for Versioning</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048105#M5319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/221495"&gt;@hitztyl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In your use case, when you say "modify a column in Table A", do you mean an insert/update/delete, or an alter statement that changes the DDL of the table/column? I think you mean the "version" of the DDL, just want to confirm. If so, I can't think of a way to accomplish that at the moment - maybe a lookup query against the source metadata to get the last timestamp of a DDL change... would need to investigate further.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dana&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 22:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048105#M5319</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-03-10T22:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate for Versioning</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048117#M5320</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides Dana's comment, it's rather complex even it's DML in source TableA only... looks to me &lt;A title="Qlik Replicate " href="https://help.qlik.com/en-US/replicate/November2022/Content/Replicate/Main/Introduction/Home.htm" target="_blank" rel="noopener"&gt;Replicate&lt;/A&gt; + &lt;A title="Qlik Compose " href="https://help.qlik.com/en-US/compose/May2022/Content/ComposeDWDL/Main/DW/Introduction/intro_compose.htm#Introduction" target="_blank" rel="noopener"&gt;Compose&lt;/A&gt; may help on ODS/HDS data versioning.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 01:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048117#M5320</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-03-11T01:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate for Versioning</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048165#M5323</link>
      <description>&lt;P&gt;Hi Dana, thanks for the reply. Yeah when I say modify i mean insert, update or delete. For example you could have a CustomerAddress as table A, and CustomerAddressVersion as table B. So when you update, delete or insert a new record in the&amp;nbsp; CustomerAddress table, that will be reflected in the CustomerAddressVersion table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 02:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048165#M5323</guid>
      <dc:creator>hitztyl</dc:creator>
      <dc:date>2023-03-12T02:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate for Versioning</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048572#M5329</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;Just to add from my last response, I'm thinking Compose is probably the better solution but I was asked to investigate Replicate since we are currently using that product for our replication tasks. We were hoping to keep it all within the same solution but as I investigate Replicate i'm beginning to doubt that it is possible. I just wanted to confirm my doubts before I decided to move on.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 17:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-for-Versioning/m-p/2048572#M5329</guid>
      <dc:creator>hitztyl</dc:creator>
      <dc:date>2023-03-13T17:00:17Z</dc:date>
    </item>
  </channel>
</rss>

