You need to sign in to do that
Don't have an account?

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.
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