Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

APPLY MAP

Hi,

How can I implement mapping with two different objects in salesforce ?

Can anyone please help me out with this.

Thanks,

9 Replies
sunny_talwar

Can you provide some sample data of how the actual data looks like?

Anonymous
Not applicable
Author

I have 2 objects, Lead and User from salesforce.
I want to show Username(From user) mapping with OwnerId(From Lead).

Not applicable
Author

Not applicable
Author

manojkulkarni
Partner - Specialist II
Partner - Specialist II

try the something like below code

map1:

mapping

load

UserID, Name

from users ;

Load OwnerId,

ApplyMap ( 'map1', OwnerId )

From Lead;

Anonymous
Not applicable
Author

While creating dashboard, there is no value being shown in the field.

manojkulkarni
Partner - Specialist II
Partner - Specialist II

can you post the application

Anonymous
Not applicable
Author

This is my qvf.

Anonymous
Not applicable
Author