<?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: bat command to delete data from a model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055108#M1253311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the copy or xcopy command. &lt;A href="https://support.microsoft.com/en-us/kb/240268" title="https://support.microsoft.com/en-us/kb/240268"&gt;https://support.microsoft.com/en-us/kb/240268&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Mar 2016 11:08:50 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-03-27T11:08:50Z</dc:date>
    <item>
      <title>bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055103#M1253302</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;for our version control we need to create a bat command that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; deleting the data from the model and just the script should stay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055103#M1253302</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055104#M1253304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe. If you want to remove all the data then you can use the /nodata option for the command line:&lt;/P&gt;&lt;P&gt;qv.exe /nodata MyDoc.qvw. It will open the file with no data. You can then save the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also try using something like the attached excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055104#M1253304</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-23T09:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055105#M1253305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an aside, storing binary files (even empty QVW's) in a version control system will effectively block any sensible version control. Consider switching to storing your documents into prj- folders: the resulting xml files will be in text format (full version control for each individual item/object/setting in your document) and data will be thrown away by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055105#M1253305</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-23T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055106#M1253307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 09:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055106#M1253307</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-03-23T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055107#M1253309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TNX! ITS WORKING&lt;/P&gt;&lt;P&gt;what command should i write i want to copy the document to another folder but i want that the document will be without the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what command copyit to another folder?&lt;/P&gt;&lt;P&gt;i need to copy with the data and then delete the data? or i can copy without the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2016 10:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055107#M1253309</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-03-27T10:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055108#M1253311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the copy or xcopy command. &lt;A href="https://support.microsoft.com/en-us/kb/240268" title="https://support.microsoft.com/en-us/kb/240268"&gt;https://support.microsoft.com/en-us/kb/240268&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2016 11:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055108#M1253311</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-27T11:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055109#M1253313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI AGAIN,&lt;/P&gt;&lt;P&gt;i did the /nodata command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to save end close the document&lt;/P&gt;&lt;P&gt;how can i do it from the batch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after im doing the copy command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need to delete the file&lt;/P&gt;&lt;P&gt;how can i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx again,&lt;/P&gt;&lt;P&gt;adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055109#M1253313</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-04-04T07:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055110#M1253315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered Peter Cammaert's comment? Empty QVWs can still be quite large if there are many objects and they are binary, so they will clog up your VC database pretty quickly. The -prj folder option is designed precisely for this purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need help, you can search the community site for 'version control'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055110#M1253315</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-04T07:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: bat command to delete data from a model</title>
      <link>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055111#M1253317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES i considered Peter Cammaert's comment but i cant manage the changes with the XML files&lt;/P&gt;&lt;P&gt;i have alot of objects in one doc&lt;/P&gt;&lt;P&gt;so&amp;nbsp; i cant manage it like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 07:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bat-command-to-delete-data-from-a-model/m-p/1055111#M1253317</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-04-04T07:51:35Z</dc:date>
    </item>
  </channel>
</rss>

