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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Dolly123
Creator II
Creator II

qlik

T1

company code , company name

1000 , syb

2000, qsd

1000, opl

i want show in fact table company code and company name

 

2 Replies
Mark_Little
Luminary
Luminary

Hi
Can you provide some more details on the use case? As currently it looks like a simple load from statement
MayilVahanan

Hi

You can use Mapping concept to bring company name based on company code in fact table. Something like below

MapCompany:

Mapping Load companycode , companyname from urtablename;

 

Load *, ApplyMap('MapCompany', Companycode, 'NA') from urfacttable;

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.