<?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: Error in ApplyMap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362607#M1169271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,I have attached simple application .this useful for u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 12:44:02 GMT</pubDate>
    <dc:creator>perumal_41</dc:creator>
    <dc:date>2012-07-23T12:44:02Z</dc:date>
    <item>
      <title>Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362601#M1169265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attahed is the Sample application. Applymap is not working as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as in my application, my cleared no should be 2345 / 3456 and Cleared Amount should be 20 and 13 respectively.. which is not happening.. I need only the values below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR align="right" bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2345&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;20&lt;/SPAN&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR align="right" bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3456&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;13&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the remaining values should not reflect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 07:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362601#M1169265</guid>
      <dc:creator />
      <dc:date>2012-07-23T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362602#M1169266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to use the "ApplyMap" function, this function can be defined (is this case the table is not created, can't be dropped):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthly:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mapping &lt;/STRONG&gt;LOAD No as M_No, &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt as M_Amt&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Monthly.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD No as O_No, &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt as O_Amt&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collected_Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if (isnull (ApplyMap ('Monthly', O_No)), O_No) as Cleared_No ,&lt;/P&gt;&lt;P&gt;if (isnull (ApplyMap ('Monthly', O_No)), O_Amt) as Cleared_Amt &lt;/P&gt;&lt;P&gt;Resident Master;&lt;/P&gt;&lt;P&gt;Drop Table Master;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 07:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362602#M1169266</guid>
      <dc:creator />
      <dc:date>2012-07-23T07:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362603#M1169267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.. But i dint get you.. Are you saying I cant drop this table and hence not possible?&lt;/P&gt;&lt;P&gt;If there is another way to do it, plz let me know..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362603#M1169267</guid>
      <dc:creator />
      <dc:date>2012-07-23T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362604#M1169268</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;Let try:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13430436834341487" jivemacro_uid="_13430436834341487"&gt;&lt;P&gt;MonthlyClearNo:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD No as M_No, &lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Monthly.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthlyAmt:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD No as M_No, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt as M_Amt&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Monthly.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD No as O_No, &lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt as O_Amt&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Master.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collected_Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;if (isnull (ApplyMap ('MonthlyClearNo', O_No)), O_No) as Cleared_No ,&lt;/P&gt;&lt;P&gt;if (isnull (ApplyMap ('MonthlyAmt', O_No)), O_Amt) as Cleared_Amt &lt;/P&gt;&lt;P&gt;Resident Master;&lt;/P&gt;&lt;P&gt;Drop Table Master;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362604#M1169268</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-07-23T11:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362605#M1169269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shilpa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible upload sample data in excel sheet for reference .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362605#M1169269</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-07-23T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362606#M1169270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the sample data.. there are 2 values missing in monthly data and a few are added also..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362606#M1169270</guid>
      <dc:creator />
      <dc:date>2012-07-23T11:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362607#M1169271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,I have attached simple application .this useful for u .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Perumal A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 12:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362607#M1169271</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2012-07-23T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in ApplyMap</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362608#M1169272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shipa,&lt;/P&gt;&lt;P&gt;as far as I can see, your script should work with the use of the keyword "Mapping" like &lt;EM&gt;Enrique &lt;/EM&gt;told in the first answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monthly:&lt;/P&gt;&lt;P&gt;Mapping&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // &amp;lt;------- use the keyword "mapping" to identify the following table as a mapping table !!&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; No as M_No,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amt as M_Amt&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Monthly.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;The function Applymap() doesn't raise unfortunally any error if it can't find a fitting mapping table (in your case "Monthy")&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 12:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-ApplyMap/m-p/362608#M1169272</guid>
      <dc:creator />
      <dc:date>2012-07-23T12:51:29Z</dc:date>
    </item>
  </channel>
</rss>

