<?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: Composite FROM statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748093#M453430</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:40:58 GMT</pubDate>
    <dc:creator>FakeJupiter</dc:creator>
    <dc:date>2020-09-29T12:40:58Z</dc:date>
    <item>
      <title>Composite FROM statement</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748019#M453421</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm wondering, is it possible to make a composite FROM statement in script?&lt;/P&gt;&lt;P&gt;For instance, instead of:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FROM
[C:/user/QlikView/test.xlsx]&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I'd like something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FROM
'C:/user/QlikView/' &amp;amp; 'test.xlsx'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that in any way possible?&lt;/P&gt;&lt;P&gt;I'm asking, because I want to load specific files by using a variable that defines which files to load.&lt;BR /&gt;I understand something like that can be done with a macro, but doing it this way would be far simpler.&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Ray&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748019#M453421</guid>
      <dc:creator>FakeJupiter</dc:creator>
      <dc:date>2024-11-16T18:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Composite FROM statement</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748032#M453424</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92988"&gt;@FakeJupiter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use for example :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Set PathFolder='C:\user\QlikView';&lt;/LI-CODE&gt;&lt;P&gt;then&lt;/P&gt;&lt;LI-CODE lang="python"&gt;LOAD *
FROM
'$(PathFolder)\YOURFILE'
...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748032#M453424</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-09-29T10:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Composite FROM statement</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748037#M453426</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I understand that a variable can be used as a prefix, but is it possible to have variable in the middle of the load statement? For instance:&lt;/P&gt;&lt;P&gt;C:/Files/sales &amp;amp; $(salesDate) &amp;amp; .xlsx&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748037#M453426</guid>
      <dc:creator>FakeJupiter</dc:creator>
      <dc:date>2020-09-29T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Composite FROM statement</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748045#M453427</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92988"&gt;@FakeJupiter&lt;/a&gt;&amp;nbsp; Yes, you can use the variable in middle of the path as well like below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM C:/Files/sales / &lt;STRONG&gt;$(salesDate)&lt;/STRONG&gt;.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM 'C:/Files/sales / &lt;STRONG&gt;$(salesDate)&lt;/STRONG&gt;.xlsx'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [C:/Files/sales / &lt;STRONG&gt;$(salesDate)&lt;/STRONG&gt;.xlsx]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748045#M453427</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-29T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Composite FROM statement</title>
      <link>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748093#M453430</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Composite-FROM-statement/m-p/1748093#M453430</guid>
      <dc:creator>FakeJupiter</dc:creator>
      <dc:date>2020-09-29T12:40:58Z</dc:date>
    </item>
  </channel>
</rss>

