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
namannaman 

salesforce excel connector

I need to know about following conditions.

1) I need to run a query on excel connector with where clause and IN operator.

Ex - select id from pricebookentry where id IN (set of ids)

2) I need to apply AND condition in excel connector query.

Ex - select id from pricebookentry where pricebookid=1234 and product id=34455.

Please suggest the way to do this.
kevin lamkevin lam
Have you looked at the online user guide?

http://code.google.com/p/excel-connector/w/list