<?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 QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795897#M281184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To verify the data of a dashboard in Development after our changes we usually copy all the QVD's from Production environment to the Development environment and then we refresh the dashboard in Development with these QVD's to make sure that the data in &lt;/P&gt;&lt;P&gt;the dashboard is matching with Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development: &lt;A href="https://community.qlik.com/"&gt;\\GRRTYRTSDDGDFH\QVSTORAGE_DEV\QV\APP\QVD\Sales.qvd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Production: &lt;A href="https://community.qlik.com/"&gt;\\TRUTRUSDGEDRUYER\QV\APP\QVD\Sales.qvd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case since difference between the Development and Production environment is only the root path. I was trying to create a batch file using the below code to create the copy command for all the files that exists in the dashboard. So when we run the batch &lt;/P&gt;&lt;P&gt;file which was created it would copy all the files from Production to Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since double quotes(") required start and end of the source/destination files. I was trying to add the double quotes but I am getting extra double quotes in the start and end of the source/destination files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code which I have written for this. Can someone please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14180462977339838 jive_text_macro jive_macro_code" jivemacro_uid="_14180462977339838"&gt;
&lt;P&gt;mytable:&lt;BR /&gt;LOAD&lt;BR /&gt;'COPY /Y&amp;nbsp;&amp;nbsp; ' &amp;amp; '"'&amp;amp;Replace(Upper(Discriminator),'\\GRRTYRTSDDGDFH\QVSTORAGE_DEV\QV\','\\TRUTRUSDGEDRUYER\QV\') &amp;amp; '"'&amp;amp;'&amp;nbsp;&amp;nbsp; ' &amp;amp;'"'&amp;amp;Upper(Discriminator) &amp;amp; '"'as CopyCommand&lt;BR /&gt;FROM [\\TRUTRUSDGEDRUYER\QV\APP\QVW\Medical_Sales.qvw](XmlSimple, Table is [DocumentSummary/LineageInfo])&lt;BR /&gt;where right(Discriminator,3)='qvd'&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;store * from mytable into myfile.bat (txt);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 13:45:42 GMT</pubDate>
    <dc:creator>qlikviewforum</dc:creator>
    <dc:date>2014-12-08T13:45:42Z</dc:date>
    <item>
      <title>QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795897#M281184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To verify the data of a dashboard in Development after our changes we usually copy all the QVD's from Production environment to the Development environment and then we refresh the dashboard in Development with these QVD's to make sure that the data in &lt;/P&gt;&lt;P&gt;the dashboard is matching with Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development: &lt;A href="https://community.qlik.com/"&gt;\\GRRTYRTSDDGDFH\QVSTORAGE_DEV\QV\APP\QVD\Sales.qvd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Production: &lt;A href="https://community.qlik.com/"&gt;\\TRUTRUSDGEDRUYER\QV\APP\QVD\Sales.qvd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case since difference between the Development and Production environment is only the root path. I was trying to create a batch file using the below code to create the copy command for all the files that exists in the dashboard. So when we run the batch &lt;/P&gt;&lt;P&gt;file which was created it would copy all the files from Production to Development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since double quotes(") required start and end of the source/destination files. I was trying to add the double quotes but I am getting extra double quotes in the start and end of the source/destination files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code which I have written for this. Can someone please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14180462977339838 jive_text_macro jive_macro_code" jivemacro_uid="_14180462977339838"&gt;
&lt;P&gt;mytable:&lt;BR /&gt;LOAD&lt;BR /&gt;'COPY /Y&amp;nbsp;&amp;nbsp; ' &amp;amp; '"'&amp;amp;Replace(Upper(Discriminator),'\\GRRTYRTSDDGDFH\QVSTORAGE_DEV\QV\','\\TRUTRUSDGEDRUYER\QV\') &amp;amp; '"'&amp;amp;'&amp;nbsp;&amp;nbsp; ' &amp;amp;'"'&amp;amp;Upper(Discriminator) &amp;amp; '"'as CopyCommand&lt;BR /&gt;FROM [\\TRUTRUSDGEDRUYER\QV\APP\QVW\Medical_Sales.qvw](XmlSimple, Table is [DocumentSummary/LineageInfo])&lt;BR /&gt;where right(Discriminator,3)='qvd'&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;store * from mytable into myfile.bat (txt);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795897#M281184</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-08T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795898#M281185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update from anyone on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 06:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795898#M281185</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-10T06:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795899#M281186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure if a copy-handle on file-level and then generated per qv-load is an effective and stable way. I think you should use rather tools like robocopy: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.wintotal.de/robocopy-der-kopier-gigant/" rel="nofollow"&gt;http://www.wintotal.de/robocopy-der-kopier-gigant/&lt;/A&gt;&lt;SPAN&gt; on folder-level. The link-content is in german but you could translate it with google translator and I'm sure you will find other sites with similar content in english and other languages.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795899#M281186</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-10T12:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795900#M281187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I don't want to use any tools. I would like to create batch file so that it can executed manually so that it can copy the files from source to destination. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795900#M281187</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-10T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795901#M281188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would work if your data-path haven't spaces and other special chars which requirre quotes for the batch-statement. I don't know if copy worked with unc-path, if not try it with xcopy/robocopy and similar. If you want execute the batch indepently from the qvw remove the execute-statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BatchStatement:&lt;BR /&gt;Load &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'COPY /Y ' &amp;amp; Upper(Discriminator) &amp;amp; ' ' &amp;amp; Replace(Upper(Discriminator),'D:\DATA\','D:\') as [Echo Off]&lt;BR /&gt;FROM &lt;D&gt;(XmlSimple, Table is [DocumentSummary/LineageInfo])&amp;nbsp; &lt;BR /&gt;where right(Discriminator,3)='qvd';&lt;/D&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store BatchStatement into &lt;D&gt; (txt, no labels, delimiter is ';', msq );&lt;/D&gt;&lt;/P&gt;&lt;P&gt;sleep 500;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd.exe /C "D:\BatchStatement.cmd";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 13:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795901#M281188</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-10T13:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795902#M281189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here in this pivot table i m having the issue with the &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Performance Total it is varying .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It should be &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #666666;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Coperate SLP])*[Performance])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Means (103*106)+(0*111)=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;109&lt;/STRONG&gt;.18 but its displaying as &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;111&lt;/STRONG&gt; that is the problem over here.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="mon.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/73142_mon.PNG" style="height: 291px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 14:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795902#M281189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-10T14:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795903#M281190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bunnyqlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what had your comment to do with the topic from this post? Please delete this and create a new posting for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyway, you need to react on null-values, maybe with rangesum() or alt() and for the calculation for the totals you might need aggr()&amp;nbsp; - &lt;/SPAN&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="3235" data-objecttype="38" href="http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/08/06/it-s-all-aggregations&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 14:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795903#M281190</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-10T14:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795904#M281191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data path may have or may not have spaces but it should work in any of the cases. As discussed earlier is there is any other way to create the copy command as per the request. I don't wish to use anyother tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795904#M281191</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-11T15:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795905#M281192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand what your use-case is? Like above mentioned I would prefer a copy or synchro on folder-level to reach a rather long-term solution. Tools like robocopy are very flexible to include/exclude folder/files/extensions and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within qv I would rather load a list of qvw's (per inline or filelist-statement) and store whose source-qvd's in a txt-file which would be read in a loop from a batch- or vbs-file for further actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795905#M281192</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-11T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795906#M281193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My use case was to create a copy command for all the QVD's that has been used in the QVW using QV program instead of using any tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you have explained above how this can be taken care in QV. Can you share some sample application on how this can be achieved? Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795906#M281193</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-15T07:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795907#M281194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;To read files witin a loop is in HELP a good example available (for each ... --&amp;gt; dirlist/filelist). To copy from a txt-file see here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://stackoverflow.com/questions/6257948/batch-copy-a-list-txt-of-files" rel="nofollow"&gt;http://stackoverflow.com/questions/6257948/batch-copy-a-list-txt-of-files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 08:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795907#M281194</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-15T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795908#M281195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have list of the QVD's which need to be copied so I don't need any loop now. Only issue which I have mentioned in my first post was the extra double quotes which I am getting. If I fix that my code looks good. Hope my requirement is understandable now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 12:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795908#M281195</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-16T12:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795909#M281196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you used another delimiter as comma and avoids any quotes inside the output you won't be have extra double-quotes. There will be no other way within qv. But you could run another batch which could clean/prepare your first batch-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 13:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795909#M281196</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-12-16T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to create bat file which contain the copy command for all the QVD's used in the QVW. Help on this!</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795910#M281197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus... I will try this thing out and will update you.... Thanks for all your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 08:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-to-create-bat-file-which-contain-the-copy-command-for-all/m-p/795910#M281197</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-12-18T08:19:44Z</dc:date>
    </item>
  </channel>
</rss>

