<?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: Applymap table not found error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230565#M858359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This particular .qvw file contains just this set of codes &lt;STRONG style="text-decoration: underline;"&gt;only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But in real use case, there are codes after this set and not before this code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2017 14:46:41 GMT</pubDate>
    <dc:creator>umashankarus</dc:creator>
    <dc:date>2017-01-25T14:46:41Z</dc:date>
    <item>
      <title>Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230555#M858349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;Can you pl let me know the mistake in this script. On Reload, table not found error is thrown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;SCRIPT:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;select&lt;BR /&gt;PARTY_ID as HZP_PARTY_ID,&lt;BR /&gt;PARTY_NAME as HZP_PARTY_NAME,&lt;BR /&gt;PARTY_NUMBER as HZP_PARTY_NUMBER&lt;BR /&gt; from apps.HZ_PARTIES ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;MAP_PARTYID_TO_CUSTOMERNAME:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;HZP_PARTY_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;HZP_PARTY_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; HZ_PARTIES;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;select&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;PERSON_ID,&lt;BR /&gt;EMPLOYEE_NUMBER,&lt;BR /&gt;FULL_NAME&lt;BR /&gt;from&lt;BR /&gt;apps.PER_ALL_PEOPLE_F;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;MAP_EMPID_TO_NAME:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PERSON_ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FULL_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; PER_ALL_PEOPLE_F; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;MAP_EMPID_TO_NAME:&lt;/P&gt;&lt;P&gt;Mapping LOADD PERSON_ID, &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FULL_NAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; PER_ALL_PEOPLE_F; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style=": ; font-size: 12pt; text-decoration: underline;"&gt;Subsequent Result:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Did not load this mapping - MAP_EMPID_TO_NAME:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connected&lt;/P&gt;&lt;P&gt;HZ_PARTIES 2,080 Lines fetched&lt;/P&gt;&lt;P&gt;MAP_PARTYID_TO_CUSTOMERNAME &amp;lt;&amp;lt; HZ_PARTIES 2,080 Lines fetched&lt;/P&gt;&lt;P&gt;MAP_PARTYID_TO_CUSTOMERNAME &amp;lt;&amp;lt; PER_ALL_PEOPLE_F 620 Lines fetched&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Umashankar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230555#M858349</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230556#M858350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the complete script? or do you have something before this part of the script? May be try giving the name explicitly for the tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;HZ_PARTIES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PARTY_ID as HZP_PARTY_ID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PARTY_NAME as HZP_PARTY_NAME,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PARTY_NUMBER as HZP_PARTY_NUMBER&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM apps.HZ_PARTIES ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAP_PARTYID_TO_CUSTOMERNAME:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD HZP_PARTY_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HZP_PARTY_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT HZ_PARTIES;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;PER_ALL_PEOPLE_F:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;PERSON_ID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;EMPLOYEE_NUMBER,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FULL_NAME&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;apps.PER_ALL_PEOPLE_F;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAP_EMPID_TO_NAME:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD PERSON_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FULL_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT PER_ALL_PEOPLE_F;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 03:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230556#M858350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T03:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230557#M858351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping table should be loaded before the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping table should have 2 fields: &lt;/P&gt;&lt;P&gt;1. ID&lt;/P&gt;&lt;P&gt;2. data field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230557#M858351</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-01-25T04:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230558#M858352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;1)I hope some code is there either it may be before of this code else after this code.&lt;/P&gt;&lt;P&gt;why because i didn't see &lt;STRONG&gt;apply map()&lt;/STRONG&gt; then what is the use of Mapping Load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)You already know Mapping table will need to have mandatory 2 fields (1st ID field which will help to you to search the Primary Key ID,2nd Field is data field which will hive depends on the the ID field it will lookup the Names/Data and if that is empty data we will replace with our own data.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So may be you confused ,if possible please share your qvw file so that our folks will help to you else share your full script&amp;nbsp; and expected output also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 06:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230558#M858352</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-25T06:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230559#M858353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Umashankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the complete script (you can morph the certain contents)? This will help us to dig down the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, MAPPING Statement is a specific type of table that has the following properties:&lt;/P&gt;&lt;P&gt;• It can only have two columns, the first being the lookup value and the second being the mapping value to return.&lt;/P&gt;&lt;P&gt;• It is a temporary table. At the end of the script, QlikView automatically removes the table from the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 06:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230559#M858353</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-01-25T06:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230560#M858354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would agree with Sunny, that if there is anything loaded before&amp;nbsp; PER_ALL_PEOPLE_F and has the same columns this will trigger auto concatenate, making &lt;SPAN style="font-size: 13.3333px;"&gt;PER_ALL_PEOPLE_F a part of another table and it has a different name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using&amp;nbsp; - like Sunny suggested - noConcatenate statements should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230560#M858354</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2017-01-25T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230561#M858355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are codes subsequent to the above, where in 'Applymap' is applied&lt;/P&gt;&lt;P&gt;I followed the suggestions and added 'NoConcatenate'&lt;/P&gt;&lt;P&gt;It worked charm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I have a question&lt;/P&gt;&lt;P&gt;In this context, both the tables do not have any columns in common&lt;/P&gt;&lt;P&gt;So how does 'NoConcatenate' helps here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230561#M858355</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2017-01-25T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230562#M858356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for taking time to respond&lt;/P&gt;&lt;P&gt;Yes, there are codes after the above where in Applymap is applied&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230562#M858356</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2017-01-25T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230563#M858357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I asked if there was script before this (not after). The reason I asked that was because you may have another table where you have same field names as &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PER_ALL_PEOPLE_F&lt;/STRONG&gt;. Since you mentioned that NoConcatenate helped, I am guessing that you did have them and that is why NoConcatenate helped in creating the table with this name whereas it might have been getting auto-concatenated to the other table with same field names &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230563#M858357</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T14:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230564#M858358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the response&lt;/P&gt;&lt;P&gt;The above suggestion seems to work but waiting for some more clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230564#M858358</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2017-01-25T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230565#M858359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This particular .qvw file contains just this set of codes &lt;STRONG style="text-decoration: underline;"&gt;only&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But in real use case, there are codes after this set and not before this code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230565#M858359</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2017-01-25T14:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230566#M858360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you do a binary load by any chance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 14:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230566#M858360</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230567#M858361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Qlikview&lt;/P&gt;&lt;P&gt;I am not sure about your question and let you know if that is the case&lt;/P&gt;&lt;P&gt;How to check and confirm on this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230567#M858361</guid>
      <dc:creator>umashankarus</dc:creator>
      <dc:date>2017-01-25T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Applymap table not found error</title>
      <link>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230568#M858362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this thread which talks about binary load:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load/" title="https://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load/"&gt;https://www.analyticsvidhya.com/blog/2015/03/qlikview-binary-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2017 15:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applymap-table-not-found-error/m-p/1230568#M858362</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-25T15:08:59Z</dc:date>
    </item>
  </channel>
</rss>

