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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

apply map

hi

i want to add  this InvoiceQty and QtyOrdered by using apply map function

so i tried here

InvoiceQty:

Mapping LOAD ItemNumber,

                          InvoiceQty

Resident Invoice;

test1:

LOAD ItemNumber,

          ApplyMap('InvoiceQty',QtyOrdered) as newqty

Resident Orders;    

but the result is it only showing QtyOrdered data.

what am i doing wrong any suggestions?

14 Replies
arulsettu
Master III
Master III
Author

here it is

ashfaq_haseeb
Champion III
Champion III

Its corrupted I believe,

Can you attach it again

Regards

ASHFAQ

arulsettu
Master III
Master III
Author

ok

ashfaq_haseeb
Champion III
Champion III

Hi

What I see is you have multiple quantities for one ItemID.

By default applymap will take first value.

Have a look at below post for further clarification

http://community.qlik.com/message/534391#534391

Regards

ASHFAQ

Not applicable

Thanks