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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use Subquery in tSalesforceInput component

Hi, Can i use a subquery in tSalesforceInput component to extract Account along with its Contacts. For Example -(select id, Name, (select id, FirstName, LastName from Contacts) from Account) and what should be the Schema defined in the component to read all the Contacts related to a particular Account.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi 
You need to extract data from the two modules and do a join on tMap.


Regards
Shong