<?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 Using space and ( in strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496207#M692753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Im currently creating my first QV app and so far so good. However im now stuck at a very simple but anoying problem.&lt;/P&gt;&lt;P&gt;The apps is currently loading data from CSV files and it all worked fine in my own computer. But when i moved it to our server, it didnt work. Ive narrowed the problem down to the path of the CSV, witch I add do a varible using:&lt;BR /&gt;SET path_errorlogs='C:\Program Files (x86)\App\CSV\errorlogs\';&amp;nbsp; //varible for dir with errorlogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The varible doesnt get the entire name, only the: "C:\Program Files" path. If i use other paths with space in it, it works. However when i use a path with a space and then (, i get this error. Seems to be aproblem when yo use: " ("&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idees on how so sort it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 09:17:26 GMT</pubDate>
    <dc:creator>gustavgager</dc:creator>
    <dc:date>2013-08-15T09:17:26Z</dc:date>
    <item>
      <title>Using space and ( in strings</title>
      <link>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496207#M692753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Im currently creating my first QV app and so far so good. However im now stuck at a very simple but anoying problem.&lt;/P&gt;&lt;P&gt;The apps is currently loading data from CSV files and it all worked fine in my own computer. But when i moved it to our server, it didnt work. Ive narrowed the problem down to the path of the CSV, witch I add do a varible using:&lt;BR /&gt;SET path_errorlogs='C:\Program Files (x86)\App\CSV\errorlogs\';&amp;nbsp; //varible for dir with errorlogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The varible doesnt get the entire name, only the: "C:\Program Files" path. If i use other paths with space in it, it works. However when i use a path with a space and then (, i get this error. Seems to be aproblem when yo use: " ("&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idees on how so sort it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496207#M692753</guid>
      <dc:creator>gustavgager</dc:creator>
      <dc:date>2013-08-15T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using space and ( in strings</title>
      <link>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496208#M692754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't reproduce your issue here. I do get the complete string set into the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On which version of QV are you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496208#M692754</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-15T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using space and ( in strings</title>
      <link>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496209#M692755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;11.0 SR1 on the server machine (desktop is installed on the server).&lt;/P&gt;&lt;P&gt;Got 11.20 SR2 on my own machine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496209#M692755</guid>
      <dc:creator>gustavgager</dc:creator>
      <dc:date>2013-08-15T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using space and ( in strings</title>
      <link>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496210#M692756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a workaround, maybe you can try building your string in parts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET path_errorlogs='C:\Program Files ' &amp;amp; ' (x86)\App\CSV\errorlogs\'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET path_errorlogs='C:\Program Files ' &amp;amp; ' (' &amp;amp; 'x86)\App\CSV\errorlogs\'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 09:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-space-and-in-strings/m-p/496210#M692756</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-15T09:31:40Z</dc:date>
    </item>
  </channel>
</rss>

