<?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: Trouble with BLANKs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850050#M470848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm ... there seems to be some error still:&lt;/P&gt;&lt;P&gt;The command to assemble my filemask now looks like this:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp; LET &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;v_filemask&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; '$(p4)' &amp;amp; '*' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93) &amp;amp; '.' &amp;amp; '$(p2)'; &amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(where p4 is a target_filename (that is without timestamp, thus without blanks, but the * should include those, no? And p2 is an ending (either pdf or xls)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now none of the files matches my filemask and the LOAD is completely skipped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 12:55:06 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-04-29T12:55:06Z</dc:date>
    <item>
      <title>Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850047#M470845</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 have an app with a subroutine where I check the files in a given directory.&lt;/P&gt;&lt;P&gt;I do this in a FOR EACH loop with a filemask. The filemask looks like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; '[name]*.[ending] &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;where the ending can be either pdf or xls - that is one of the parameters that I pass to the subroutine.&lt;/P&gt;&lt;P&gt;The code works fine with four ´reports where the filename does not contain any blanks. E.g.&lt;/P&gt;&lt;P&gt;- Gesamt_Fahrer.pdf&lt;/P&gt;&lt;P&gt;- 64_Fahrer.pdf&lt;/P&gt;&lt;P&gt;- 74_Fahrer.pdf&lt;/P&gt;&lt;P&gt;- Übersicht_Kollis.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run into problems in the iteration where I am looking at the name of a report that contains a timestamp. It looks like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Thingy_Report - 15 04 29 - 06 30 &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;Here, my code does not seem to load anything at all.&lt;/P&gt;&lt;P&gt;I have no filter whatsoever in the LOAD itself, so the error can actually only be that the files do not match the filemask.&lt;/P&gt;&lt;P&gt;Strangely, though, in the Debugger, every single file of that type in that directory is parsed, but every time it reads "0 records fetched".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me there?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850047#M470845</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-29T12:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850048#M470846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;path's and filenames with blanks or special chars needs to be normally wrapped with double-quotes or something similar like square-brackets, maybe so: filelist('[' path &amp;amp; '\*' &amp;amp; ext &amp;amp; ']').&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, 29 Apr 2015 12:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850048#M470846</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-29T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850049#M470847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah, I need to use those in the filelist? I'll try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850049#M470847</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-29T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850050#M470848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm ... there seems to be some error still:&lt;/P&gt;&lt;P&gt;The command to assemble my filemask now looks like this:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp; LET &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;v_filemask&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(91) &amp;amp; '$(p4)' &amp;amp; '*' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(93) &amp;amp; '.' &amp;amp; '$(p2)'; &amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(where p4 is a target_filename (that is without timestamp, thus without blanks, but the * should include those, no? And p2 is an ending (either pdf or xls)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now none of the files matches my filemask and the LOAD is completely skipped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850050#M470848</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-29T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850051#M470849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I think so then would the filelist those file grab then the load must be successful or create an error but not doing nothing.&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, 29 Apr 2015 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850051#M470849</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-29T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with BLANKs</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850052#M470850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found out the reason for this:&lt;/P&gt;&lt;P&gt;Up to now, I had no specifier (like &amp;gt;&amp;gt; (biff, no labels) &amp;lt;&amp;lt; or something) in my LOAD inside the subroutine.&lt;/P&gt;&lt;P&gt;That worked fine for the pdf files, but without that, the xls files were not loaded.&lt;/P&gt;&lt;P&gt;When I add that, it works, I get one record for each file&lt;/P&gt;&lt;P&gt;=&amp;gt; I will have to make that into yet another variable and pass that to the subroutine, too.&lt;/P&gt;&lt;P&gt;I will keep you posted on how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 13:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-with-BLANKs/m-p/850052#M470850</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-04-29T13:19:26Z</dc:date>
    </item>
  </channel>
</rss>

