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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MAPPING NOT WORK LOOKUP YES

Please see atach.

if i load the same data from an excel work fine, if i do a lookup work fine.

If i load from sql (oracle tables not work)

Thanks in advance

Labels (1)
1 Solution

Accepted Solutions
simondachstr
Specialist III
Specialist III

In your mapping load, first load ZTRWE and then ZTRWE_ID e.g.:

MAP_ZTRWE:

MAPPING

LOAD

    ZTRWE,

  ZTRWE_ID;

SQL SELECT * FROM "WP_WEW"."ZTRWE_FC" WHERE ZTRWE='WP0027700242699005F0JZ';

BN_IL:

LOAD

ApplyMap('MAP_ZTRWE',ZTRWE )AS ZTRWE_ID_BONO,

ZTRWE AS ZTRWEIOTP;

SQL SELECT

    ZTRWE

FROM "WP_HDE".RM4 WHERE ZTRWE='WP0027700242699005F0JZ';

View solution in original post

2 Replies
simondachstr
Specialist III
Specialist III

In your mapping load, first load ZTRWE and then ZTRWE_ID e.g.:

MAP_ZTRWE:

MAPPING

LOAD

    ZTRWE,

  ZTRWE_ID;

SQL SELECT * FROM "WP_WEW"."ZTRWE_FC" WHERE ZTRWE='WP0027700242699005F0JZ';

BN_IL:

LOAD

ApplyMap('MAP_ZTRWE',ZTRWE )AS ZTRWE_ID_BONO,

ZTRWE AS ZTRWEIOTP;

SQL SELECT

    ZTRWE

FROM "WP_HDE".RM4 WHERE ZTRWE='WP0027700242699005F0JZ';

Not applicable
Author

thanks a lot