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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

DOubt about MApping Table

Hey,

I have a question. Does the following true about ApplyMap () ??

1 )  No error if the mapping table does not exists. ??

2)   Mapping table exists after LOAD ??

Thanks

Labels (1)
13 Replies
Anonymous
Not applicable

Hi ,

Can you post your sample data

Not applicable

Hi Nikhil,

    Can you share the  error details...and Syntax for Applymap is as follows:

APPLYMAP('Mapping_Table_Name',FieldName,'Default Value') AS [Required Field]

Note: Mapping Table Name must be enclosed with single qoutes.

regards,

Ankur

NareshGuntur
Partner - Specialist
Partner - Specialist

Hey Nikhil,

Can you post the error you get?

Cheers,

Naresh

nikhilgarg
Specialist II
Specialist II
Author

HEy,

Actually i again tried it and does not get any error . Rather i get a column added with null values.

So no error is there.