<?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: resident in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/resident/m-p/796357#M668903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check.. if there is any Binary Load&amp;nbsp; statement available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 11:18:32 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2014-11-21T11:18:32Z</dc:date>
    <item>
      <title>resident</title>
      <link>https://community.qlik.com/t5/QlikView/resident/m-p/796356#M668902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was looking a qlikview where the script was wrtitten by someone who left the company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is something that makes me feel a bit confused &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first tab, there is this piece of code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (tableA)&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2&lt;/P&gt;&lt;P&gt;resident &lt;STRONG&gt;OneTable&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me, we use resident to use a table we have previously loaded in the script but here, I cannot find 'OneTable' anywhere in the script. (I used CTRL + F) How is it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might there be a hidden part of the script ?*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 11:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident/m-p/796356#M668902</guid>
      <dc:creator />
      <dc:date>2014-11-21T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: resident</title>
      <link>https://community.qlik.com/t5/QlikView/resident/m-p/796357#M668903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check.. if there is any Binary Load&amp;nbsp; statement available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 11:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident/m-p/796357#M668903</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-11-21T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: resident</title>
      <link>https://community.qlik.com/t5/QlikView/resident/m-p/796358#M668904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table could be inserted into the programmation in a different way. In my script (also scripted mainly by someone else), the 'call' function is sometimes used to create a table.With this function, you do manipulate data, but you don't see it in your script. This is because the actual script for the call is found elsewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;ScanFolderTrain &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; ('$(vFolderSourceData)\TXT\'); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;will do &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sub ScanFolderTrain( Root)&lt;/P&gt;&lt;P&gt; for each FileExtension in 'txt'&lt;BR /&gt;&amp;nbsp; for each FoundFile in filelist( Root &amp;amp; '*nmbsoutput_*.' &amp;amp; FileExtension)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Filelist:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; LOAD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOAR_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOAR_SUB_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MORO_ID, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Origin, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TrackNr, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TrainKey, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trainnummer, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From_ptCar, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To_ptCar, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour as Hour, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Departure, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Arrival, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duration, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Penalty, &lt;BR /&gt;&amp;nbsp;&amp;nbsp; FROM [$(FoundFile)] (txt)&lt;BR /&gt;//&amp;nbsp;&amp;nbsp; WHERE TrackNr &amp;gt;0;&lt;BR /&gt;;&lt;BR /&gt;&amp;nbsp; next FoundFile&lt;BR /&gt; next FileExtension&lt;/P&gt;&lt;P&gt;//DROP Field Day, Hour;&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the ScanFolderTrain is a .QVS file that sits in a library folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the table Filelist is made.&lt;/P&gt;&lt;P&gt;In my script, the command is followed by a rename command for the filelist table, and that is how I can trace back. In yours, this may not be done, but the table may reside in memory untill used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 11:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident/m-p/796358#M668904</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-11-21T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: resident</title>
      <link>https://community.qlik.com/t5/QlikView/resident/m-p/796359#M668905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it Johan !&amp;nbsp; Thanks a lot ! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did have a $(Include=pathway\file.txt)&amp;nbsp; at the beginning of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 12:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident/m-p/796359#M668905</guid>
      <dc:creator />
      <dc:date>2014-11-21T12:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: resident</title>
      <link>https://community.qlik.com/t5/QlikView/resident/m-p/796360#M668906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad I could help you. Enjoy your day as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 12:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident/m-p/796360#M668906</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2014-11-21T12:26:46Z</dc:date>
    </item>
  </channel>
</rss>

