<?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 Space in File name while reading in Loop, maybe causing problem? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745839#M721491</link>
    <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I am trying to read qvd names in a loop. However there is a space in the file names and I think this causes it not to work.&lt;/P&gt;&lt;P&gt;(vReportMonth = 202008)&lt;/P&gt;&lt;P&gt;let path_All = '\\server\QlikView\QVData\MyFiles_Vods_ $(vReportMonth)*.qvd' - &lt;STRONG&gt;note&lt;/STRONG&gt; there is a space between the '_' and $...&lt;/P&gt;&lt;P&gt;for each file in filelist (path_Alles)&lt;BR /&gt;vods:&lt;BR /&gt;load&lt;BR /&gt;&amp;nbsp;Stuff&lt;BR /&gt;From&lt;BR /&gt;$(file)(qvd) group by log_date,log_time,func_desc,type ;&lt;BR /&gt;CNT = CNT + 1;&lt;BR /&gt;next file&lt;/P&gt;&lt;P&gt;It is not picking up any files (files = &amp;lt;null&amp;gt;) - I am assuming I need to 'tell' the variable implicitly that there is a space? Any help please?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>QFanatic</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Space in File name while reading in Loop, maybe causing problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745839#M721491</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I am trying to read qvd names in a loop. However there is a space in the file names and I think this causes it not to work.&lt;/P&gt;&lt;P&gt;(vReportMonth = 202008)&lt;/P&gt;&lt;P&gt;let path_All = '\\server\QlikView\QVData\MyFiles_Vods_ $(vReportMonth)*.qvd' - &lt;STRONG&gt;note&lt;/STRONG&gt; there is a space between the '_' and $...&lt;/P&gt;&lt;P&gt;for each file in filelist (path_Alles)&lt;BR /&gt;vods:&lt;BR /&gt;load&lt;BR /&gt;&amp;nbsp;Stuff&lt;BR /&gt;From&lt;BR /&gt;$(file)(qvd) group by log_date,log_time,func_desc,type ;&lt;BR /&gt;CNT = CNT + 1;&lt;BR /&gt;next file&lt;/P&gt;&lt;P&gt;It is not picking up any files (files = &amp;lt;null&amp;gt;) - I am assuming I need to 'tell' the variable implicitly that there is a space? Any help please?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745839#M721491</guid>
      <dc:creator>QFanatic</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Space in File name while reading in Loop, maybe causing problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745840#M721492</link>
      <description>&lt;P&gt;Yes, the path needs to be wrapped like:&lt;/P&gt;&lt;P&gt;load Stuff From &lt;STRONG&gt;[&lt;/STRONG&gt;$(file)&lt;STRONG&gt;]&lt;/STRONG&gt; (qvd);&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 06:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745840#M721492</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-22T06:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Space in File name while reading in Loop, maybe causing problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745848#M721493</link>
      <description>&lt;P&gt;Hi Marcus, Thanks for your reply.&lt;/P&gt;&lt;P&gt;Changed as you suggested, still same error.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 07:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745848#M721493</guid>
      <dc:creator>QFanatic</dc:creator>
      <dc:date>2020-09-22T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Space in File name while reading in Loop, maybe causing problem?</title>
      <link>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745958#M721494</link>
      <description>&lt;P&gt;Then check (maybe with TRACE) that both variables vReportMonth +&amp;nbsp;path_All contain the expected content and that path is really valid. Further change the variable-call within the filelist-loop to:&lt;/P&gt;&lt;P&gt;for each file in filelist ('$(path_Alles)')&lt;/P&gt;&lt;P&gt;... just see&amp;nbsp;path_All &amp;lt;&amp;gt;&amp;nbsp; path_Alles ...&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 10:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Space-in-File-name-while-reading-in-Loop-maybe-causing-problem/m-p/1745958#M721494</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-22T10:59:18Z</dc:date>
    </item>
  </channel>
</rss>

