Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
April 9th: The AI Roadmap: 6 Landmarks for AI-ready Data and Analytics: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Writting Select (SQL) for Salesforce Tasks (Open activities)

Dears,

I am trying to retrieve information regarding the Salesforce Open Activities objects, but I am having problems making a load statement for that, in which only the data regarding the open activies for the object "Service Center Audit" can be retrieved.

The Salesforce admins have answered with this statement:

SELECT (SELECT SELECT AccountId, ActivityDate,   Description, Owner.Name, Status, Subject, What.Name, Who.Name  FROM OpenActivities Order By ActivityDate ASC, LastModifiedDate DESC LIMIT 500) FROM Service_Center_Audit__c

Does anyone know how to do that?

Thank you,

Julio César Lourenço

1 Reply
Not applicable
Author

Hello, you can not make a relationship table within salesforce from qlikview.

Sebas