<?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: Issue with using Resident Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1851023#M1215636</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;please close your thread by accepting an answer as solution.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Sun, 24 Oct 2021 17:02:51 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2021-10-24T17:02:51Z</dc:date>
    <item>
      <title>Issue with using Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850747#M1215624</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I'm new to this community. I'm trying to do a simple resident load but Qlik simply won't let me. I have used resident load 3 other times in my script but this one time it just does not work with Qlik throwing an error:&amp;nbsp;&lt;SPAN&gt;Unknown statement: RESIDENT TransactionTableTemp.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can anyone help please?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;[TransactionTableTemp]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD "STOCK_CODE" As "Stock Code",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"PROCESS_DATE" As "Process Date",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"QUANTITY_ISS" As "Issue Qty",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"ISSUE_REQ_NO" As "Requisition No.",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"WORK_ORDER" As "Transaction Work Order",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;"IREQ_TYPE" As "Requisition Type";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;SQL "SQL codes";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;[Stock Code Age]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD "Stock Code",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MIN("Process Date") As "Days Since First Receipt";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Resident [TransactionTableTemp]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GROUP BY "Stock Code";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;DROP Table [TransactionTableTemp];&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850747#M1215624</guid>
      <dc:creator>QlikNewLearner1</dc:creator>
      <dc:date>2021-10-22T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850759#M1215626</link>
      <description>&lt;P&gt;There is a typo in your code. Just remove the semicolon before Resident (below in red):&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Stock Code Age]:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;LOAD "Stock Code",&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MIN("Process Date") As "Days Since First Receipt"&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Resident [TransactionTableTemp]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GROUP BY "Stock Code";&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850759#M1215626</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-10-22T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850942#M1215631</link>
      <description>&lt;P&gt;Thanks! Rookie mistake &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 13:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1850942#M1215631</guid>
      <dc:creator>QlikNewLearner1</dc:creator>
      <dc:date>2021-10-23T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with using Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1851023#M1215636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;please close your thread by accepting an answer as solution.&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 17:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-using-Resident-Load/m-p/1851023#M1215636</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-10-24T17:02:51Z</dc:date>
    </item>
  </channel>
</rss>

