Specifying the data to retrieve from Salesforce.com
Once the report connects to a Salesforce.com instance, you create a data set and write a SQL query to specify what data rows to retrieve. The driver translates the SQL query to a SOQL query before sending it to Salesforce.com for execution. SOQL (Salesforce Object Query Language) is Salesforce.com’s query language for accessing data, and is similar to SQL. You cannot write a SOQL query in the data set editor.
How to specify what data to retrieve from a database in Salesforce.com
1  
2  
1  
In Data Source Selection, select the Actuate JDBC Salesforce.com data source to use. Data Set Type displays Select Query.
2  
3  
In New Data Set, in Query Text, type a SQL statement that indicates what data to retrieve. Figure 11-2 shows an example of a query specified in the data set editor.
Figure 11-2  
3  
4  

Additional Links:

Copyright Actuate Corporation 2012