<?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 Simple way to loop through qvd's and remove two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448895#M818517</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;I need to loop through a folder with about 20 QVDs and remove two fields from each one : 'key_prefix' and 'key_binder'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any easy way to do this and Store the resulting QVDs in a new folder?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prees959</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Simple way to loop through qvd's and remove two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448895#M818517</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;I need to loop through a folder with about 20 QVDs and remove two fields from each one : 'key_prefix' and 'key_binder'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any easy way to do this and Store the resulting QVDs in a new folder?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&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/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448895#M818517</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to loop through qvd's and remove two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448896#M818519</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;You can use&lt;/P&gt;&lt;P&gt;"Drop Fields 'key_prefix' , 'key_binder';&lt;/P&gt;&lt;P&gt;at the end of the script, before you store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448896#M818519</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-08-23T06:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to loop through qvd's and remove two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448897#M818521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for each File in filelist (Root&amp;amp;'\*.' &amp;amp;qvd) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;tab:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&amp;nbsp; path\$(File);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'key_prefix' , 'key_binder';&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store tab into &amp;lt;new path&amp;gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;next File&lt;/EM&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448897#M818521</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-23T06:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to loop through qvd's and remove two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448898#M818523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NewTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From C:\YourPath\QvdCommonName&lt;STRONG&gt;*&lt;/STRONG&gt;.qvd (qvd);&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Drop Fields 'key_prefix' , 'key_binder' from &lt;SPAN style="font-size: 13.3333px;"&gt;NewTable;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Using * (in the FROM statement) after the common part of the name (of your 20 QVDs) Qlik load all QVDs which name match with the part after the *.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 06:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448898#M818523</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-08-23T06:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to loop through qvd's and remove two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448899#M818524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 07:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-way-to-loop-through-qvd-s-and-remove-two-fields/m-p/1448899#M818524</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-08-23T07:25:32Z</dc:date>
    </item>
  </channel>
</rss>

