<?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: Create historic table based on changes on field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913796#M652628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure I understand, how did you arrive at the two new rows you added to your Historic Table??? Where is that information coming from???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 11:57:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-06T11:57:08Z</dc:date>
    <item>
      <title>Create historic table based on changes on field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913795#M652627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid rgb(0, 0, 0); width: 267px; height: 46px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Status&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;test 1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;TBD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;test 2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;TBD&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Historic data of Table 1:&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="49" style="border: 1px solid rgb(0, 0, 0); width: 267px; height: 24px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Change Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/08/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i join or concatenate additional data (Historic) to Table 2 based on change date. So historic table looks like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 269px; height: 39px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Change Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01/08/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/08/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Passed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;07/08/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can add some insight with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913795#M652627</guid>
      <dc:creator />
      <dc:date>2015-08-06T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create historic table based on changes on field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913796#M652628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure I understand, how did you arrive at the two new rows you added to your Historic Table??? Where is that information coming from???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913796#M652628</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-06T11:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create historic table based on changes on field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913797#M652630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The rows should populate based on record change. Means if record gets changed then i would like to keep both status into same table. Like snapshot. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 12:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913797#M652630</guid>
      <dc:creator />
      <dc:date>2015-08-06T12:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create historic table based on changes on field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913798#M652631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any insight how to build snapshot of the data if field value gets changed? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 14:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-historic-table-based-on-changes-on-field/m-p/913798#M652631</guid>
      <dc:creator />
      <dc:date>2015-08-06T14:27:00Z</dc:date>
    </item>
  </channel>
</rss>

