<?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: Keep records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757971#M720392</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832"&gt;@smilingjohn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Script:&lt;/P&gt;&lt;P&gt;If not Isnull(QvdCreateTime('T1.qvd')) then&lt;BR /&gt;Load * from T1.qvd(qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;Sourcetable;&lt;/P&gt;&lt;P&gt;store T1 into T1.qvd;&lt;/P&gt;&lt;P&gt;it will concatenate all the source values in to QVD each times of reload the values.&lt;BR /&gt;You can change the script based on ur business logic.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Nov 2020 01:10:48 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-11-03T01:10:48Z</dc:date>
    <item>
      <title>Keep records</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757751#M720388</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have table called jira which has&amp;nbsp; below mentioned fields in the screenshot . So the field "Status and Comments" will keep updating and it will change . But My requirment is to keep the status and Comments as it was before.&amp;nbsp; how can i achive this ?&lt;/P&gt;&lt;P&gt;Can you please help on this how to achive ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smilingjohn_0-1604316334458.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/43340i6DDDF55312791007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smilingjohn_0-1604316334458.png" alt="smilingjohn_0-1604316334458.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757751#M720388</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Keep records</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757754#M720389</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832"&gt;@smilingjohn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can store the current values in qvd and append the future values in the same qvd instead of replace from the source table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So that, we can see all the current &amp;amp; future comments in the qvd.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 11:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757754#M720389</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-02T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep records</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757755#M720390</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; Thnaks ,&lt;/P&gt;&lt;P&gt;But how should we do it in the script ? can you please give me a example on this , It would be really helpful .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 11:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757755#M720390</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-02T11:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keep records</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757913#M720391</link>
      <description>&lt;P&gt;Hi community&lt;/P&gt;&lt;P&gt;Any help on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 18:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757913#M720391</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-02T18:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Keep records</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757971#M720392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832"&gt;@smilingjohn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample Script:&lt;/P&gt;&lt;P&gt;If not Isnull(QvdCreateTime('T1.qvd')) then&lt;BR /&gt;Load * from T1.qvd(qvd);&lt;BR /&gt;ENDIF&lt;/P&gt;&lt;P&gt;T1:&lt;BR /&gt;LOAD *&lt;BR /&gt;FROM&lt;BR /&gt;Sourcetable;&lt;/P&gt;&lt;P&gt;store T1 into T1.qvd;&lt;/P&gt;&lt;P&gt;it will concatenate all the source values in to QVD each times of reload the values.&lt;BR /&gt;You can change the script based on ur business logic.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 01:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-records/m-p/1757971#M720392</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-03T01:10:48Z</dc:date>
    </item>
  </channel>
</rss>

