<?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: invalid path error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934441#M646541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like regardless of the syntax chnages you make, the invalid path error still exists.&amp;nbsp; Please verify it exists and the user you are running under has access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can paste lib://clinton into your windows explorer address bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 14:11:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-04T14:11:14Z</dc:date>
    <item>
      <title>invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934434#M646531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wrote down this but got an error:&lt;/P&gt;&lt;P&gt;INV_TOP_CUSTOMERS:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVCOST,&lt;/P&gt;&lt;P&gt;IV,&lt;/P&gt;&lt;P&gt;IVDATE, &lt;/P&gt;&lt;P&gt;TYPE AS IV_TYPE,&lt;/P&gt;&lt;P&gt;CURRENCY ,&lt;/P&gt;&lt;P&gt;TOTPRICE AS IVA_TOTPRICE,&lt;/P&gt;&lt;P&gt;COMP as INV_COMP,&lt;/P&gt;&lt;P&gt;BONUSFLAG AS IVA_BONUSFLAG&lt;/P&gt;&lt;P&gt;from [lib://clinton/InvoiceItems.qvd](qvd)&lt;/P&gt;&lt;P&gt;/*WHERE IVCOST &amp;gt; 10000*/ &lt;/P&gt;&lt;P&gt;ORDER BY IVDATE ASC; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CUST,&lt;/P&gt;&lt;P&gt;CUSTNAME,&lt;/P&gt;&lt;P&gt;COUNTRY,&lt;/P&gt;&lt;P&gt;CURRENCY&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/customers.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COST,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IV&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/Trans.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVDATE,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IVNUM as INV_NUMBER,&lt;/P&gt;&lt;P&gt;FINAL AS INV_FINAL&lt;/P&gt;&lt;P&gt;RESIDENT [lib://clinton/Invoices.qvd]&lt;/P&gt;&lt;P&gt;ORDER BY INV_NUMBER ASC;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Invalid Path ERROR1.PNG" class="jive-image image-1" src="/legacyfs/online/103870_Invalid Path ERROR1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934434#M646531</guid>
      <dc:creator />
      <dc:date>2015-11-04T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934435#M646533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use Order By here. It only works together with Load ... Resident.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934435#M646533</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-11-04T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934436#M646534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i changed the script but keep getting the same error msg:&lt;/P&gt;&lt;P&gt;INV_TOP_CUSTOMERS:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVCOST,&lt;/P&gt;&lt;P&gt;IV,&lt;/P&gt;&lt;P&gt;IVDATE, &lt;/P&gt;&lt;P&gt;TYPE AS IV_TYPE,&lt;/P&gt;&lt;P&gt;CURRENCY ,&lt;/P&gt;&lt;P&gt;TOTPRICE AS IVA_TOTPRICE,&lt;/P&gt;&lt;P&gt;COMP as INV_COMP,&lt;/P&gt;&lt;P&gt;BONUSFLAG AS IVA_BONUSFLAG&lt;/P&gt;&lt;P&gt;from [lib://clinton/InvoiceItems.qvd](qvd)&lt;/P&gt;&lt;P&gt;WHERE IVCOST &amp;gt; 10000 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CUST,&lt;/P&gt;&lt;P&gt;CUSTNAME,&lt;/P&gt;&lt;P&gt;COUNTRY,&lt;/P&gt;&lt;P&gt;CURRENCY&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/customers.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COST,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IV&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/Trans.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVDATE,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IVNUM as INV_NUMBER,&lt;/P&gt;&lt;P&gt;FINAL AS INV_FINAL&lt;/P&gt;&lt;P&gt;from&amp;nbsp; [lib://clinton/Invoices.qvd](qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934436#M646534</guid>
      <dc:creator />
      <dc:date>2015-11-04T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934437#M646535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD * &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ORDER BY INV_NUMBER ASC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IVDATE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;CURRENCY,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;IVNUM as INV_NUMBER,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FINAL AS INV_FINAL&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;RESIDENT [lib://clinton/Invoices.qvd]&lt;SPAN style="line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934437#M646535</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-11-04T10:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934438#M646536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clever Anjos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we make a resident load from a qvd file? I might be very wrong, but I don't think it is possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 11:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934438#M646536</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2015-11-04T11:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934439#M646537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;O.K i have changed the syntax and still got the same reuslt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INV_TOP_CUSTOMERS:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVCOST,&lt;/P&gt;&lt;P&gt;IV,&lt;/P&gt;&lt;P&gt;IVDATE, &lt;/P&gt;&lt;P&gt;TYPE AS IV_TYPE,&lt;/P&gt;&lt;P&gt;CURRENCY ,&lt;/P&gt;&lt;P&gt;TOTPRICE AS IVA_TOTPRICE,&lt;/P&gt;&lt;P&gt;COMP as INV_COMP,&lt;/P&gt;&lt;P&gt;BONUSFLAG AS IVA_BONUSFLAG&lt;/P&gt;&lt;P&gt;from [lib://clinton/InvoiceItems.qvd](qvd)&lt;/P&gt;&lt;P&gt;WHERE IVCOST &amp;gt; 10000 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;CUST,&lt;/P&gt;&lt;P&gt;CUSTNAME,&lt;/P&gt;&lt;P&gt;COUNTRY,&lt;/P&gt;&lt;P&gt;CURRENCY&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/customers.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;COST,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IV&lt;/P&gt;&lt;P&gt;FROM [lib://clinton/Trans.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (INV_TOP_CUSTOMERS)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IVDATE,&lt;/P&gt;&lt;P&gt;CURRENCY,&lt;/P&gt;&lt;P&gt;IVNUM as INV_NUMBER,&lt;/P&gt;&lt;P&gt;FINAL AS INV_FINAL&lt;/P&gt;&lt;P&gt;from&amp;nbsp; [lib://clinton/Invoices.qvd](qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 12:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934439#M646537</guid>
      <dc:creator />
      <dc:date>2015-11-04T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934440#M646539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the library path '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;lib://clinton/' exist? After all - if the error message is "Invalid Path", I would suspect that the path is incorrect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 13:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934440#M646539</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-11-04T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: invalid path error</title>
      <link>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934441#M646541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like regardless of the syntax chnages you make, the invalid path error still exists.&amp;nbsp; Please verify it exists and the user you are running under has access to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can paste lib://clinton into your windows explorer address bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 14:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/invalid-path-error/m-p/934441#M646541</guid>
      <dc:creator />
      <dc:date>2015-11-04T14:11:14Z</dc:date>
    </item>
  </channel>
</rss>

