<?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: Writing back to a QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419847#M801323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's consider as example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, Sales&lt;/P&gt;&lt;P&gt;A, 100&lt;/P&gt;&lt;P&gt;B, 200&lt;/P&gt;&lt;P&gt;C, 300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we store this in to QVDalways input data stored in XML format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, then after that if we update C from 300 - 400. Where QVD needs to store as 400. What USER needs o done here with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2017 12:56:58 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-04T12:56:58Z</dc:date>
    <item>
      <title>Writing back to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419844#M801320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a Qlikview App where the input files are Excel Timesheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a Qlikview Script that loads the Data from Multiple Excel files and creates a Master QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Timesheet Reconciliation file, takes the data from the Master QVD and shows the Variance Report that is consumed by the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;Is there a way to write back to the QVD (only the edited records), if the users wants to change the hours in the Qlikview Application? So that the Master QVD is updated with the users data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419844#M801320</guid>
      <dc:creator>sarathi_pm</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Writing back to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419845#M801321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, Qlik works like below&lt;/P&gt;&lt;P&gt;Load * From Table;&lt;/P&gt;&lt;P&gt;Store Table into FilePath.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, In future if you edit anything from excel as our inputs it can store and effect to QVD directly. If needed you can work and create QVD generator with some Task Schedule allocation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419845#M801321</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-04T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Writing back to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419846#M801322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Thanks for the Response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the user doesnt wants to go back to excel to update. Is there a way for the user to update the record in the qlikview straight table which will update the record in QVD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419846#M801322</guid>
      <dc:creator>sarathi_pm</dc:creator>
      <dc:date>2017-12-04T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Writing back to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419847#M801323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's consider as example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Name, Sales&lt;/P&gt;&lt;P&gt;A, 100&lt;/P&gt;&lt;P&gt;B, 200&lt;/P&gt;&lt;P&gt;C, 300&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we store this in to QVDalways input data stored in XML format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, then after that if we update C from 300 - 400. Where QVD needs to store as 400. What USER needs o done here with that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 12:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419847#M801323</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-04T12:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Writing back to a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419848#M801324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try by adding INPUTFIELDs to your straight table, and letting the user save the result to QVD. Upon the next reload, that update QVD may be pulled in by your load script and override the data from the master file. You could even write back this updated table to the Master Data QVD, but that will be tricky (multiple simultaneous reloads? What happens in the AccessPoint where you can't save to the server. Except via shared folders)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be simple... But then QlikView is a BI Analysis tool, not a QVD editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-back-to-a-QVD/m-p/1419848#M801324</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-12-04T13:03:48Z</dc:date>
    </item>
  </channel>
</rss>

