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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reg:How to use Mapping

Hi All,

Wishes from Jai.Since I am new to Mapping function I don't know how to use.So if any of you have sample qvw files please share with me

Thanks

Jai

5 Replies
Not applicable
Author

Hi,

Check the attached application.

-Peterson

Not applicable
Author

Hi Dude,

I would like to show the application with out using IF Statment.Since client not familiar with QlikView suddenly they will notice the 'IF' only.Is it possible to replace IF

Not applicable
Author

Hi,

Check this one.

-Peterson

sathishkumar_go
Partner - Specialist
Partner - Specialist

Hi Prakash,

Good to c u in forum!!!!!!!!!!!

In Mapping function, u can take only 2 fields.

1. Keyfield or linking field with another table

2. original field

example:

I have 2 tables

1) Master (Vendorid, Vendor Area)

2) AccountPayable

ApplyMap syntax:

Map1:

Mapping

load

VendorId,

VendorArea

resident

Master;

after

in Account Payable table,

applymap('Map1',VendorId) as VendorArea

I hope you will clear!!!!!!!!!!!

Regards

Sathish

Not applicable
Author

sathish,

please can you elaborate a bit what will this script.