Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Not able to understand apply map :new to qlikview

Hi i have 6 tables need to use applu map and join these into one table

Please find the table script structure :

LOAD SUB_COMMODITY_CODE,
     SUB_COMMODITY_CODE_DESC
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\SUB_COMMODITY .qvd]
(qvd);

LOAD ID,
     GLOBAL_SUPPLIER_ID,
     CAPABILITY_ID
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\SUPPLIER_CAPABILITIES .qvd]
(qvd);

LOAD COMMODITY_CODE,
     CAPABILITY_ID,
     CAPABILITY
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\CAPABILITIES .qvd]
(qvd);

LOAD COMMODITY_CODE,
     COMMODITY_CODE_DESC
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\COMMODITY .qvd]
(qvd);

LOAD SUB_COMMODITY_CODE,
     COMMODITY_MANAGER
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\COMMODITY_MANAGER .qvd]
(qvd);

LOAD ID,
     GLOBAL_SUPPLIER_ID,
     SUB_COMMODITY_CODE
FROM
[\\irvqlkapp06\q$\QlikViewDocuments\New Framework\Data\QMart\Dimensions\PREFRD_SUPPLIER_COMMODITY .qvd]
(qvd);

Please gudie me on this

 

12 Replies
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Reddy,

My blog post on ApplyMap breaks gives examples of the simple use of the statement, as well as some more advanced techniques you can use with it:

http://www.quickintelligence.co.uk/applymap-is-it-so-wrong/

Hope that helps,

Steve

alexis
Partner - Specialist
Partner - Specialist

Hi Reddy

I see that, just like myself (especially when I first started) you are relying on the forums for many of your QlikView programming questions. This community has been a Godsend to me and I am sure many 1000s of others.

People here are amazingly helpful and generous with their willingness to help their fellow Qlikviewers so it is good if we acknowledge this help by marking a reply as "helpful" or "correct" not only as a means for others to use your question and "correct answer" or "helpful answer" as a fast-track to getting answers to similar questions, but more importantly as a show of appreciation for the time that people spend, often with complete working applications, helping us. That way,it keeps the community active and friendly

best regards

Alexis

Not applicable
Author

Forgot to report.. Thanks alot once again