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: 
Anonymous
Not applicable

Salesforce Manual Query - child relationships

Using tSalesforceInput you can specify a manual query, e.g.
"Select Firstname,Lastname,Account.Name from Contact where Lastname like 'A%'"
How can I access the field Account.Name within an expression in tMap? You don't seem to be able to specify a column name with a '.' in it?
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi
Yes. Talend doesn't support you specify a column name with a '.' in it.
"Select Firstname,Lastname,Account.Name from Contact where Lastname like 'A%'"

Specify the query manually and edit the schema with a column 'Accoount_Name'.
Try this. Can column map the field Account.Name automatically?
Wait for your feedback.
Best regards!
Pedro
Anonymous
Not applicable
Author

It works! Awesome!