Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

mapping problem

map_name:

Mapping LOAD;

LOAD deptno,

     name

FROM

C:\qlikview\emp.xlsx

(ooxml, embedded labels, table is Sheet1);

emp:

LOAD deptno,

     location

FROM

C:\qlikview\emp.xlsx

(ooxml, embedded labels, table is Sheet2);

applying map('map_name',deptno) as name2

ERRORS

1) field not found

2)unkonown statment

Labels (1)
10 Replies
Not applicable
Author

same problem came