<?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: I have issue with ['lib://vFOLDER\JEREMY\Sales_Order.csv'] in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-have-issue-with-lib-vFOLDER-JEREMY-Sales-Order-csv/m-p/1295233#M27367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, it is most likely because you have not set up a connection within Qlik Sense, so the application does not know what file location you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in the data load editor you will have to create a new connection to the specific folder and then load it in from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also an Easier way to show the YEAR from a date is to use the Year() function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i.e. Year([Due Date]) as YEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, let me know how you get on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2017 14:35:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-18T14:35:53Z</dc:date>
    <item>
      <title>I have issue with ['lib://vFOLDER\JEREMY\Sales_Order.csv']</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-issue-with-lib-vFOLDER-JEREMY-Sales-Order-csv/m-p/1295232#M27366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below script from QVW file working fine&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; Subject, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Opportunity Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer No], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Due Date],'DD-MM-YYYY'),'YYYY-MM-DD') as DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Due Date],'DD-MM-YYYY'),'YYYY-MMM') as YEARMONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Due Date],'DD-MM-YYYY'),'YYYY') as YEAR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Date#([Due Date],'DD-MM-YYYY'),'MMM') as MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Carrier, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pending, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how can i convert this file to QVF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try to copy and paste the above script to Qlik Sense. I get the below error :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following error occurred:&lt;/P&gt;&lt;P&gt;This statement only works with lib:// paths in this script mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have create a Lib folder name = vFOLDER for below directory :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\Paul Yeo\Dropbox\Jeremy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my question is how should i modify the below script :-&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;['lib://vFOLDER\JEREMY\Sales_Order.csv']&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still get error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know where i go wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 14:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-issue-with-lib-vFOLDER-JEREMY-Sales-Order-csv/m-p/1295232#M27366</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-18T14:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: I have issue with ['lib://vFOLDER\JEREMY\Sales_Order.csv']</title>
      <link>https://community.qlik.com/t5/App-Development/I-have-issue-with-lib-vFOLDER-JEREMY-Sales-Order-csv/m-p/1295233#M27367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, it is most likely because you have not set up a connection within Qlik Sense, so the application does not know what file location you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in the data load editor you will have to create a new connection to the specific folder and then load it in from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also an Easier way to show the YEAR from a date is to use the Year() function&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i.e. Year([Due Date]) as YEAR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, let me know how you get on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 14:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-have-issue-with-lib-vFOLDER-JEREMY-Sales-Order-csv/m-p/1295233#M27367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-18T14:35:53Z</dc:date>
    </item>
  </channel>
</rss>

