<?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: Load Data using GetfolderPath() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70122#M787846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with this, but I didn't sorted out.&lt;/P&gt;&lt;P&gt;I got the solution mean time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myUser:&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'C:\Users'&amp;amp;Mid(OSUser(),Index(OSUser(),'\'))&amp;amp;'.'&amp;amp;left(OSUser(),Index(OSUser(),'\')) as User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;let vUser = peek('User',0);&lt;/P&gt;&lt;P&gt;drop table myUser;&lt;/P&gt;&lt;P&gt;DIRECTORY [$(vUser)Dropbox\Contatti\Piani]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works, but now the myUser table is not really dropped and the load statement after defined loads data into this table&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 09:48:31 GMT</pubDate>
    <dc:creator>vittorianad</dc:creator>
    <dc:date>2018-02-08T09:48:31Z</dc:date>
    <item>
      <title>Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70116#M787840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm trying to load data from files stored&amp;nbsp; into a server shared directory, whose path is clearly differentent from user to user.&lt;/P&gt;&lt;P&gt;I'm actualy using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;DIRECTORY &lt;C&gt;;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;for each File in filelist('*.xlsx')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;[$(File)] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;(ooxml, embedded labels, header is 1 lines, table is Contatti);&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;next File;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works... ok&lt;/P&gt;&lt;P&gt;The problem is that one of my collegue has to change the directory to it's own path&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;DIRECTORY &lt;C&gt;;&lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;to make it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 13.3333px;"&gt;Is there any set of instructions to set the path dinamicaly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 13.3333px;"&gt;I tried with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt; load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; Getfolderpath('DashBoard') as dropBox&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;DIRECTORY [$(dropBox)\Contatti\Piani]; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;but doesnt'work... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080;"&gt;any suggestion?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="color: #808080;"&gt;thanks to all&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70116#M787840</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70117#M787841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;my_table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; Getfolderpath('DashBoard') as dropBox&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;let vDropBox = peek('dropBox',0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;drop table my_table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;DIRECTORY [$(&lt;SPAN style="color: #0000ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vDropBox &lt;/SPAN&gt;)\Contatti\Piani];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #0000ff; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 07:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70117#M787841</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-08T07:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70118#M787842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ali,&lt;/P&gt;&lt;P&gt;it return me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\server\user\v.dambruoso\Documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\v.dambruoso.MANGINI\Dashboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why?&lt;/P&gt;&lt;P&gt;what can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 07:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70118#M787842</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2018-02-08T07:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70119#M787843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may you please show me what you wrote in your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 07:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70119#M787843</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-08T07:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70120#M787844</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;myTable:&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Getfolderpath('Dropbox') as dropBox&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;let vDropBox = peek('dropBox',0);&lt;/P&gt;&lt;P&gt;drop table myTable;&lt;/P&gt;&lt;P&gt;DIRECTORY [$(vDropBox)\Contatti\Piani]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem is on the &lt;SPAN style="font-size: 13.3333px;"&gt;Dropbox folder, with is on my local user profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;QlikView search in &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;\\server\user\v.dambruoso\Documents .... !!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Is there a function to get the system users to buid the path, or is there a way to choose from a list of path and reload the data after? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70120#M787844</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2018-02-08T09:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70121#M787845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got the same folder structure on your local machine and on the server&lt;/P&gt;&lt;P&gt;if yes then you can use relative paths&lt;/P&gt;&lt;P&gt;relative to the QVW file in which you have the script&lt;/P&gt;&lt;P&gt;suppose your folder structure is as follows:&lt;/P&gt;&lt;P&gt;Application (main folder)&lt;/P&gt;&lt;P&gt;DropBox (sub-folder) -&amp;gt;Contatti-&amp;gt;Piani (2 sub folders)&lt;/P&gt;&lt;P&gt;QVW (subFolder) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose your file (qvw) is inside a sub-folder under QVW folder called myApp&lt;/P&gt;&lt;P&gt;then you can access the xml file as ..\..\DropBox\Contatti\Pianni\your_xml_file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70121#M787845</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-08T09:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70122#M787846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with this, but I didn't sorted out.&lt;/P&gt;&lt;P&gt;I got the solution mean time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myUser:&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'C:\Users'&amp;amp;Mid(OSUser(),Index(OSUser(),'\'))&amp;amp;'.'&amp;amp;left(OSUser(),Index(OSUser(),'\')) as User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;let vUser = peek('User',0);&lt;/P&gt;&lt;P&gt;drop table myUser;&lt;/P&gt;&lt;P&gt;DIRECTORY [$(vUser)Dropbox\Contatti\Piani]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works, but now the myUser table is not really dropped and the load statement after defined loads data into this table&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 09:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70122#M787846</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2018-02-08T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70123#M787847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show me in some way the folder structure of your application&lt;/P&gt;&lt;P&gt;may I can figure out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70123#M787847</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-08T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70124#M787848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the user you could try it with: osuser() or getregistrystring().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70124#M787848</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70125#M787849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Cattura.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192841_Cattura.PNG" style="height: 470px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;"Cruscotto_Piani_Commerciale" is the dashboard I'm working on.&lt;/P&gt;&lt;P&gt;"Piani" is the folder I use to store xlsx files.&lt;/P&gt;&lt;P&gt;and both are on Dropbox folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70125#M787849</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2018-02-08T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70126#M787850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you can directly read from xlsx in the script as follows:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from Piani\name_of_excel_file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you don't need to go to root then access folder; it is already near the qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70126#M787850</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2018-02-08T13:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load Data using GetfolderPath() function</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70127#M787851</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 use a variable set up i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vUser= 1;&amp;nbsp; // 1 = Bob, 2 = John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if $(&lt;SPAN style="font-size: 13.3333px;"&gt;vUser) &lt;/SPAN&gt;= 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vFolderPath = '\\Bob Server\Bob directory\';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ElseIf $(vUser) = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let &lt;SPAN style="font-size: 13.3333px;"&gt;vFolderPath = '\\John Server\John directory\';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;End If&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then I make sure that everywhere that uses a file path uses $(&lt;SPAN style="font-size: 13.3333px;"&gt;vFolderPath) instead.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;All the user has to do is make sure that the vUser value is changed prior to reloading.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 03:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Data-using-GetfolderPath-function/m-p/70127#M787851</guid>
      <dc:creator>richard_blakemore</dc:creator>
      <dc:date>2018-02-09T03:42:39Z</dc:date>
    </item>
  </channel>
</rss>

