<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272870#M848220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Avinash meantime look the debug option where error occured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 05:45:07 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-03-24T05:45:07Z</dc:date>
    <item>
      <title>applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272867#M848215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there an easy way to find out the applymap error.&lt;/P&gt;&lt;P&gt;Iam currently getting an error applymap error ...map id not found.. As my qvw consitis more than 40- 45 applmaps and mapping load. iam checking each one by one to find which mapid is missing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there an efficient way?&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/m-p/1272867#M848215</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272868#M848217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share sample data with output..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap/m-p/1272868#M848217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-24T05:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272869#M848219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Log file should give you the rite line where the error is occurring rite ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap/m-p/1272869#M848219</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-24T05:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272870#M848220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Avinash meantime look the debug option where error occured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap/m-p/1272870#M848220</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-24T05:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272871#M848221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As many has suggested , the best way to find out the errors are the following points&lt;/P&gt;&lt;P&gt;1. Run the script in debug mode and put break points near the places where you believe might have issues.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Debugger.htm" style="font-size: 10pt;" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Debugger.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Debugger.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/DebugLoadScript.htm" title="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/DebugLoadScript.htm"&gt;https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/DebugLoadScript.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Run the script in animate mode or use step in debug to go line by line through the script.&lt;/P&gt;&lt;P&gt;3. Provide console writing to mark completion of execution of script, this will help in debugging.&lt;/P&gt;&lt;P&gt;4. Setup a log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all this you will be able to find out the error in the log file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide more input for better check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap/m-p/1272871#M848221</guid>
      <dc:creator>sumit_ranjan_pa</dc:creator>
      <dc:date>2017-03-24T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: applymap</title>
      <link>https://community.qlik.com/t5/QlikView/applymap/m-p/1272872#M848222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this way: GO To Tools then check Syntax it will take the cursor exactly where the error occurred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/applymap/m-p/1272872#M848222</guid>
      <dc:creator />
      <dc:date>2017-03-24T06:01:13Z</dc:date>
    </item>
  </channel>
</rss>

