function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pedro2011pedro2011 

List of Opp IDs to extract data from Salesforce

I have a list of opportunity IDs and want to just display data from the opportunity record for those IDs.  I can see how you read from Salesforce and get data out but how do I use a selective list of IDs and get data out for just those IDs.

kevinedelmannkevinedelmann

What you want to do is an Inner Join.  Go here to see how it is done - http://code.google.com/p/excel-connector/wiki/JoinTables