![]() |
VOOZH | about |
The CData Excel Add-In for Oracle Eloqua Reporting provides formulas that can query Oracle Eloqua Reporting data. The following three steps show how you can automate the following task: Search Oracle Eloqua Reporting data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as OracleEloquaReportingConnection1, or a connection string. The connection string consists of the required properties for connecting to Oracle Eloqua Reporting data, separated by semicolons.
Oracle Eloqua Reporting supports the following authentication methods:
To perform authentication with a user and password, specify these properties:
To authenticate with the OAuth code grant flow, you must set AuthScheme to OAuth and create a custom OAuth application. For information about how to create a custom OAuth application, see the Help documentation.
Then set the following properties:
When you connect, the driver opens Oracle Eloqua Reporting's OAuth endpoint in your default browser. Log in and grant permissions to the application. When the access token expires, the driver refreshes it automatically.
With the OAuth password grant flow, you can use your OAuth application's credentials alongside your user credentials to authenticate without the need to grant permission manually via a browser prompt. You must create an OAuth app (see the Help documentation) to use this authentication method.
Set the following properties:
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM WHERE = '"&B5&"'","AuthScheme="&B1&";User="&B2&";Password="&B3&";Company="&B4&";Provider=OracleEloquaReporting",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Oracle Eloqua Reporting to get started:
Download NowLearn more:
👁 Oracle Eloqua Reporting IconThe Oracle Eloqua Reporting Excel Add-In is a powerful tool that allows you to connect with live Oracle Eloqua Reporting data, directly from Microsoft Excel.
Use Excel to read, write, and update Oracle Eloqua Reporting 0, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!