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

Mapping and applymap()

Hi All,

Please help me...

ExceptionFieldNameMaping:

MAPPING LOAD

     CvisField,

     DisplayFieldLabel

FROM

tab 1;

Table:

TRANSACTION_IDas TransactionIDEELT1,
EXCEPTION_IDas ExceptionIDEEL1,
ERROR_CODEas ErrorCodeEEL1,

ERROR_MESSAGE as ErrorMessageEEL1,

ApplyMap('ExceptionFieldNameMaping',FIELD_NAME)as FieldNameEEL1,

From Table;

In Applymap i mentioned table name but i did n't mention field name or field value from which i have in my mapping table.So that  what it will return above applymap function.

thanks in advance.

please help me out this issue.

Reagrsd

prathap

2 Replies
sunny_talwar

I don't understand your question, why don't you provide a valid field name in your ApplyMap()? Is that intentional? I think it will error out the table like this as it won't identify the field name

engishfaque
Specialist III
Specialist III

Dear Prathap,

Listed below statement will not return you any result, because there is not field exist in your Table.

ApplyMap('ExceptionFieldNameMaping',FIELD_NAME)as FieldNameEEL1

For more detail please go through,

Applymap()

Kind regards,

Ishfaque Ahmed