Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Check the attached application.
-Peterson
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
Hi,
Check this one.
-Peterson
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
sathish,
please can you elaborate a bit what will this script.