<?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: Save and update in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Save-and-update/m-p/1695439#M726985</link>
    <description>&lt;P&gt;Only way of which I can think to do that is two separate data models in the application, one for the pre-current load and one for the current load so you would be able to do your comparisons, but I am not sure how the heck you do the swap, I guess on each load you would first need to load that prior QVD you created into the pre-current model and then do your pull from the DB and create new QVD etc...&amp;nbsp; I am sure there are likely better options, but only one of which I can think.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had another idea, but I got interrupted and it went right out of my head, and I cannot think of it again, sorry.&amp;nbsp; Oh, I know what it was, maybe using a flag field of some sort to keep track of the historical versus current records, so when you reload the history files, you set a flag to true, but when you pull the records from the DB, you leave that flag false, that gives you a way in a single data model to keep things segregated I think.&amp;nbsp; That is likely the best approach I think rather than trying to do two data models.&amp;nbsp; Hopefully this gets you on a decent path forward.&lt;/P&gt;&lt;P&gt;You can do a search on 'flag' in the following link to have a look at some ideas on how this is used in some situations, not sure we have one that directly correlates to yours, but hopefully it may help further:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2020 20:20:11 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-04-21T20:20:11Z</dc:date>
    <item>
      <title>Save and update</title>
      <link>https://community.qlik.com/t5/QlikView/Save-and-update/m-p/1688363#M726984</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have below table which keeps relaoding into the Qlikview trhough DB .&amp;nbsp; &amp;nbsp;in this we have some key fields , like pics and Pro&amp;nbsp; &amp;nbsp;some times there will be change of the status&amp;nbsp; which i wont come to know , always when the table reloads it comes with the current data .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way wehere i can have the historical data stored in qlikview ? where i can show that when was the ticket exisiting and when ig got removed?&lt;/P&gt;&lt;TABLE width="262"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;Ticket&lt;/TD&gt;&lt;TD width="64"&gt;Prics&lt;/TD&gt;&lt;TD width="64"&gt;Pro&lt;/TD&gt;&lt;TD width="70"&gt;Date&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AA1&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;avtive&lt;/TD&gt;&lt;TD&gt;12-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AB1&lt;/TD&gt;&lt;TD&gt;45&lt;/TD&gt;&lt;TD&gt;passed&lt;/TD&gt;&lt;TD&gt;13-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AC2&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;passed&lt;/TD&gt;&lt;TD&gt;14-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AE3&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;failed&lt;/TD&gt;&lt;TD&gt;15-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AD5&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;passed&lt;/TD&gt;&lt;TD&gt;16-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AE7&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;active&lt;/TD&gt;&lt;TD&gt;17-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;AZ2&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;progress&lt;/TD&gt;&lt;TD&gt;18-Mar-20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-and-update/m-p/1688363#M726984</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save and update</title>
      <link>https://community.qlik.com/t5/QlikView/Save-and-update/m-p/1695439#M726985</link>
      <description>&lt;P&gt;Only way of which I can think to do that is two separate data models in the application, one for the pre-current load and one for the current load so you would be able to do your comparisons, but I am not sure how the heck you do the swap, I guess on each load you would first need to load that prior QVD you created into the pre-current model and then do your pull from the DB and create new QVD etc...&amp;nbsp; I am sure there are likely better options, but only one of which I can think.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had another idea, but I got interrupted and it went right out of my head, and I cannot think of it again, sorry.&amp;nbsp; Oh, I know what it was, maybe using a flag field of some sort to keep track of the historical versus current records, so when you reload the history files, you set a flag to true, but when you pull the records from the DB, you leave that flag false, that gives you a way in a single data model to keep things segregated I think.&amp;nbsp; That is likely the best approach I think rather than trying to do two data models.&amp;nbsp; Hopefully this gets you on a decent path forward.&lt;/P&gt;&lt;P&gt;You can do a search on 'flag' in the following link to have a look at some ideas on how this is used in some situations, not sure we have one that directly correlates to yours, but hopefully it may help further:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Save-and-update/m-p/1695439#M726985</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-04-21T20:20:11Z</dc:date>
    </item>
  </channel>
</rss>

