Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
raadwiptec
Creator II
Creator II

applymap

is there an easy way to find out the applymap error.

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..

is there an efficient way?

1 Solution

Accepted Solutions
avinashelite

Log file should give you the rite line where the error is occurring rite ?

View solution in original post

5 Replies
Anonymous
Not applicable

Please share sample data with output..

avinashelite

Log file should give you the rite line where the error is occurring rite ?

Anil_Babu_Samineni

I agree with Avinash meantime look the debug option where error occured.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sumit_ranjan_pa
Former Employee
Former Employee

As many has suggested , the best way to find out the errors are the following points

1. Run the script in debug mode and put break points near the places where you believe might have issues.

https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Debugger.htm

https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/DebugLoadScript.htm

2. Run the script in animate mode or use step in debug to go line by line through the script.

3. Provide console writing to mark completion of execution of script, this will help in debugging.

4. Setup a log file.

With all this you will be able to find out the error in the log file as well.

Please provide more input for better check.

Thanks and regards,

Sumit

Not applicable

check this way: GO To Tools then check Syntax it will take the cursor exactly where the error occurred.