Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kishorj1982
Creator II
Creator II

Problem with applymap

Hi All,

 

We have a number of mappings and apply map function wrt one table and these mappings used in a number of applications.

To reduce loading time I have created a centralise mapping file and used these calculated mappings in a different application.

 

But I found that the result is not matching.

 

Can you please suggest what could be the best way to avoid repetitive mapping calculation time for the number of applications.

 

Thanks

Labels (2)
10 Replies
kishorj1982
Creator II
Creator II
Author

Hi,

 

I am using apply map in where the condition as per below.

[Sales Order Purchased]:
LOAD DISTINCT [Sales Document Item Key] as [Sales Document Item Key Purchased]
FROM
[SalesOrder.qvd]
(qvd)
WHERE Match ([%Sales doc. type_DOC_TYPE], 'ZQT', 'ZQH') = 0
AND Exists ([Sales Document Item Key]) //AND NOT Exists ([%Sales Document TECO Complete Item], [Sales Document Item Key])
AND ApplyMap ('PO Material Map', [Sales Document Item Key], 'N/A') = %Material_MATERIAL;

 

If I can use the calculated column instead of  ApplyMap ('PO Material Map', [Sales Document Item Key], 'N/A') the result does not match.

 

Please suggest.

 

Thanks