<?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 Resident in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234886#M86198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be that as you are using a preceding load that the resident table created as a result of the SQL statement has an internal name and the load proper is also associated with that name. Run the script in debug and step through it and see what table name is being created or use an 'exit script' after the SQL statement then see what 'table viewer' shows.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 14:05:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-12T14:05:28Z</dc:date>
    <item>
      <title>Resident</title>
      <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234885#M86197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am getting the error while trying to use the resident .&lt;/P&gt;&lt;P&gt;a. I am loading the data from database through the select statement .&lt;/P&gt;&lt;P&gt;b.After load statement i have used the Cross table and converted the columns to rows.&lt;/P&gt;&lt;P&gt;Till this it is working fine.&lt;/P&gt;&lt;P&gt;Now i trying to manipulate the crosstable data .since it is loaded in memmory i am trying to using the Resident keyword to access the loaded data. but i am getting error as table not found at the resident code. please find the code ia have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;TEMP:&lt;/P&gt;&lt;P&gt;&lt;B&gt;crosstable&lt;/B&gt;(dtype,Dte,2)&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;P&gt;CNO,&lt;/P&gt;&lt;P&gt;CTNO,&lt;/P&gt;&lt;P&gt;LTM,&lt;/P&gt;&lt;P&gt;CTM;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt;&lt;/P&gt;&lt;P&gt;CUID as CNO,&lt;/P&gt;&lt;P&gt;TICKETNO As CTNO,&lt;/P&gt;&lt;P&gt;LOGGEDTIME As LTM,&lt;/P&gt;&lt;P&gt;CLOSEDTIME As CTM&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; test Where CUID in ('1','2','3','4');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;TEMP1:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Load&lt;/P&gt;&lt;P&gt;CNO,&lt;/P&gt;&lt;P&gt;CTNO,&lt;/P&gt;&lt;P&gt;DTYPE,&lt;/P&gt;&lt;P&gt;DTE,&lt;/P&gt;&lt;P&gt;YEAR(DTE),&lt;/P&gt;&lt;P&gt;MONTH(DTE)&lt;/P&gt;&lt;P&gt;&lt;B&gt;RESIDENT&lt;/B&gt; TEMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident/m-p/234885#M86197</guid>
      <dc:creator />
      <dc:date>2010-10-12T12:37:14Z</dc:date>
    </item>
    <item>
      <title>Resident</title>
      <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234886#M86198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be that as you are using a preceding load that the resident table created as a result of the SQL statement has an internal name and the load proper is also associated with that name. Run the script in debug and step through it and see what table name is being created or use an 'exit script' after the SQL statement then see what 'table viewer' shows.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 14:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident/m-p/234886#M86198</guid>
      <dc:creator />
      <dc:date>2010-10-12T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Resident</title>
      <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234887#M86199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gordan,&lt;/P&gt;&lt;P&gt;Thanks for your response. And i mistakenly updated the error as Table not found. But the Actual error is field not found in the Resident Query......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident/m-p/234887#M86199</guid>
      <dc:creator />
      <dc:date>2010-10-12T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Resident</title>
      <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234888#M86200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;The fieldname DTYPE in the last load does not exist. It should be dtype. (Qlikview is case-sensetive)&lt;/P&gt;&lt;P&gt;/D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 15:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident/m-p/234888#M86200</guid>
      <dc:creator />
      <dc:date>2010-10-12T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Resident</title>
      <link>https://community.qlik.com/t5/QlikView/Resident/m-p/234889#M86201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats true Qlikview is case sensitive. i have changed accordingly and it is working fine now.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 18:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident/m-p/234889#M86201</guid>
      <dc:creator />
      <dc:date>2010-10-12T18:39:54Z</dc:date>
    </item>
  </channel>
</rss>

