<?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 File path problem in QLikSense server in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/File-path-problem-in-QLikSense-server/m-p/137114#M9625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to convert a QLikView application to QlikSense server application. My first step is to transfer the script to QlikSense server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vHide = 1;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vExcelPath = [lib://Finance (hilltops_sa_carapax)/];&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LET vToday = NUM(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My file path is defined by vExcelPath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading a file when the path is hardcoded like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM [lib://Finance (hilltops_sa_carapax)/2018-22.csv]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have 13 file named 2018-22 until 2018-34 and I want to load all of this files by using the following LOAD statement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;PreLoad:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ROWNO() AS PL_LineNo,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@1 AS PL_1,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@2 AS PL_2,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;21 + CEIL(ROWNO() / 6 - 0.1)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;AS PL_Week,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@3 AS PL_3,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@4 AS PL_4,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@5 AS PL_5,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@6 AS PL_6&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM $(vExcelPath)2018-*.csv&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;WHERE LEN(TRIM(@2))&amp;gt;0&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error that I receive is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="headline undefined" style="padding-left: 30px;"&gt;Laden van gegevens gestart&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;De volgende fout is opgetreden:&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="edc_error" style="padding-left: 30px;"&gt;Unexpected token: 'hilltops_sa_carapax', expected one of: 'html', 'Header', 'biff', 'dif', 'fix', 'json', 'kml', ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;De fout is hier opgetreden:&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="edc_error" style="padding-left: 30px;"&gt;PreLoad: LOAD ROWNO() AS PL_LineNo, @1 AS PL_1, @2 AS PL_2, 21 + CEIL(ROWNO() / 6 - 0.1) AS PL_Week, @3 AS PL_3, @4 AS PL_4, @5 AS PL_5, @6 AS PL_6 FROM lib://Finance (&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;hilltops_sa_carapax&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;)/2018-*.csv (txt, codepage is 1252, no labels, delimiter is ';', msq) WHERE LEN(TRIM(@2))&amp;gt;0&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline undefined" style="padding-left: 30px;"&gt;Gegevens zijn niet geladen. Corrigeer de fout en probeer opnieuw te laden.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;I tried to rename the connection to ExcelFiles but QLikSense automatically changes this to ExcelFiles&lt;STRONG&gt; (hilltops_sa_carapax). &lt;/STRONG&gt;I think that the error is caused by the space and/or bracket but I can't remove this characters while editing the connection.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;I also tried to rename to &lt;STRONG&gt;ExcelFiles_(hilltops_sa_carapax)&lt;/STRONG&gt; but this changes automatically to &lt;STRONG&gt;ExcelFiles_(hilltops_sa_carapax) (hilltops_sa_carapax)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;How am I able to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 14:44:19 GMT</pubDate>
    <dc:creator>qlikmark1990</dc:creator>
    <dc:date>2018-08-30T14:44:19Z</dc:date>
    <item>
      <title>File path problem in QLikSense server</title>
      <link>https://community.qlik.com/t5/App-Development/File-path-problem-in-QLikSense-server/m-p/137114#M9625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to convert a QLikView application to QlikSense server application. My first step is to transfer the script to QlikSense server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vHide = 1;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SET vExcelPath = [lib://Finance (hilltops_sa_carapax)/];&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LET vToday = NUM(TODAY());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My file path is defined by vExcelPath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading a file when the path is hardcoded like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM [lib://Finance (hilltops_sa_carapax)/2018-22.csv]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have 13 file named 2018-22 until 2018-34 and I want to load all of this files by using the following LOAD statement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;PreLoad:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ROWNO() AS PL_LineNo,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@1 AS PL_1,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@2 AS PL_2,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;21 + CEIL(ROWNO() / 6 - 0.1)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;AS PL_Week,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@3 AS PL_3,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@4 AS PL_4,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@5 AS PL_5,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;@6 AS PL_6&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM $(vExcelPath)2018-*.csv&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;WHERE LEN(TRIM(@2))&amp;gt;0&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error that I receive is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="headline undefined" style="padding-left: 30px;"&gt;Laden van gegevens gestart&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;De volgende fout is opgetreden:&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="edc_error" style="padding-left: 30px;"&gt;Unexpected token: 'hilltops_sa_carapax', expected one of: 'html', 'Header', 'biff', 'dif', 'fix', 'json', 'kml', ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;De fout is hier opgetreden:&lt;/P&gt;&lt;P class="headline edc_error" style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="edc_error" style="padding-left: 30px;"&gt;PreLoad: LOAD ROWNO() AS PL_LineNo, @1 AS PL_1, @2 AS PL_2, 21 + CEIL(ROWNO() / 6 - 0.1) AS PL_Week, @3 AS PL_3, @4 AS PL_4, @5 AS PL_5, @6 AS PL_6 FROM lib://Finance (&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;hilltops_sa_carapax&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;)/2018-*.csv (txt, codepage is 1252, no labels, delimiter is ';', msq) WHERE LEN(TRIM(@2))&amp;gt;0&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P class="headline undefined" style="padding-left: 30px;"&gt;Gegevens zijn niet geladen. Corrigeer de fout en probeer opnieuw te laden.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;I tried to rename the connection to ExcelFiles but QLikSense automatically changes this to ExcelFiles&lt;STRONG&gt; (hilltops_sa_carapax). &lt;/STRONG&gt;I think that the error is caused by the space and/or bracket but I can't remove this characters while editing the connection.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;I also tried to rename to &lt;STRONG&gt;ExcelFiles_(hilltops_sa_carapax)&lt;/STRONG&gt; but this changes automatically to &lt;STRONG&gt;ExcelFiles_(hilltops_sa_carapax) (hilltops_sa_carapax)&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class="headline undefined"&gt;&lt;/P&gt;&lt;P class="headline undefined"&gt;How am I able to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/File-path-problem-in-QLikSense-server/m-p/137114#M9625</guid>
      <dc:creator>qlikmark1990</dc:creator>
      <dc:date>2018-08-30T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: File path problem in QLikSense server</title>
      <link>https://community.qlik.com/t5/App-Development/File-path-problem-in-QLikSense-server/m-p/137115#M9626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try taking the square brackets out of the variable and putting them round the whole file path after the FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [$(vExcelPath)2018-*.CSV]&lt;/P&gt;&lt;P&gt;(txt, .....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/File-path-problem-in-QLikSense-server/m-p/137115#M9626</guid>
      <dc:creator>philip_doyne</dc:creator>
      <dc:date>2018-08-30T14:59:43Z</dc:date>
    </item>
  </channel>
</rss>

