<?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 out of variable locations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370024#M702864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then you know the area &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any good ideas on my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 17:57:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-26T17:57:14Z</dc:date>
    <item>
      <title>Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370018#M702856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I need to load data out of different locations. Here is what I have setup for this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13433141092078025" jivemacro_uid="_13433141092078025"&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;// Set the current directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;directory&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; 'C:\Users\xyz\Desktop\';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;// folders to load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;set&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; FolderScope = 'Folder1','Folder2','Folder3','Folder4','Folder5';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;FOR&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; each FilePath in &lt;STRONG&gt;&lt;EM&gt;$(FolderScope)&lt;/EM&gt;&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; &lt;STRONG&gt;&lt;EM&gt;'$(FilePath)'&lt;/EM&gt;&lt;/STRONG&gt; &amp;amp; '\' &amp;amp; filename() &lt;STRONG&gt;as&lt;/STRONG&gt; source,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt;@1, @2,&amp;nbsp; @3,&amp;nbsp; @4 &lt;STRONG&gt;as&lt;/STRONG&gt; @4,&amp;nbsp; @5,&amp;nbsp; @6, @7,&amp;nbsp; @8,&amp;nbsp; @9,&amp;nbsp; @10,&amp;nbsp; @11,&amp;nbsp; @12,&amp;nbsp;&amp;nbsp; @13, @14,&amp;nbsp;&amp;nbsp; @15,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt;left(@8,4) &lt;STRONG&gt;as&lt;/STRONG&gt; year,&amp;nbsp; mid(@8,5,2) &lt;STRONG&gt;as&lt;/STRONG&gt; month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt;@2 &amp;amp; @3 &amp;amp; @4 &amp;amp; @5 &amp;amp; @6 &amp;amp; @7 &amp;amp; @8 &amp;amp; @9 &amp;amp; @10 &amp;amp; @11 &lt;STRONG&gt;as&lt;/STRONG&gt; unikey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt;&amp;nbsp; &lt;STRONG&gt;FROM&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;[$(FilePath)\*test*]&lt;/EM&gt;&lt;/STRONG&gt; (txt, codepage is 1252, no labels, delimiter is '|', msq);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt;"&gt;NEXT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; FilePath; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have the line:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13433142304342930" jivemacro_uid="_13433142304342930"&gt;&lt;P&gt;&lt;STRONG style="color: red; font-size: 8.0pt; background-color: #ffffff; font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;"&gt;set&lt;/STRONG&gt;&lt;SPAN style="font-size: 8.0pt; color: red;"&gt; FolderScope = 'Folder1','Folder2','Folder3','Folder4','Folder5';&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a variable line. Ideally users could enter more folders in a file which would be loaded and the script is reading the folders out of that file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how I could accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370018#M702856</guid>
      <dc:creator />
      <dc:date>2012-07-26T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370019#M702857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can enter the variable FolderScope in the layout by using an input box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Greetings from Munich&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;Martina&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370019#M702857</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-07-26T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370020#M702858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;thanks for your feedback. But it should be a solution, where the additional folder entered by the user stays.&lt;/P&gt;&lt;P&gt;Let me explain it with an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder1 and Folder2 are setup, now you need to add another folder (where everytime I update the data I want to pull data out of that folder as well), then I add another one and so on. In the end it can be 100 to 200 different folder locations.&lt;/P&gt;&lt;P&gt;Therefore I was hope to have a solution like with an excel file, where I could read the locations from and combine it into the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from Kennesaw,&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I was in February in Munich. Was great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370020#M702858</guid>
      <dc:creator />
      <dc:date>2012-07-26T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370021#M702860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do I understand right, that different users enter different foldernames? Than the users can store them by click on a button. Than you can use this stored data in your script and concatenate many variables to one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Munich is great, where is Kennesaw situated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370021#M702860</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-07-26T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370022#M702861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;yes, that is right, but they don't have to do it necessarialy out of Qlikview, they can enter that information also directly in an Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kennesaw is north of Atlanta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I am originally from Germany &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Just moved here 8 years ago.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370022#M702861</guid>
      <dc:creator />
      <dc:date>2012-07-26T15:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370023#M702863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nice to hear that, last year I was in Florida and I had to change my airplane in Atlanta. And because lots of planes were in the air we had to turn round Atlanta for more than an hour. It looked very fine from the sky!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best to you and greetings from good old Germany&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370023#M702863</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2012-07-26T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load data out of variable locations</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370024#M702864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then you know the area &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any good ideas on my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 17:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-out-of-variable-locations/m-p/370024#M702864</guid>
      <dc:creator />
      <dc:date>2012-07-26T17:57:14Z</dc:date>
    </item>
  </channel>
</rss>

