![]() |
VOOZH | about |
The CData Excel Add-In for Zuora provides formulas that can query Zuora data. The following three steps show how you can automate the following task: Search Zuora 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 ZuoraConnection1, or a connection string. The connection string consists of the required properties for connecting to Zuora data, separated by semicolons.
Zuora uses the OAuth standard to authenticate users. See the online Help documentation for a full OAuth authentication guide.
In order to create a valid connection with the provider you need to choose one of the Tenant values (USProduction by default) which matches your account configuration. The following is a list with the available options:
Two Zuora services are available: Data Query and AQuA API. By default ZuoraService is set to AQuADataExport.
The Data Query feature enables you to export data from your Zuora tenant by performing asynchronous, read-only SQL queries. We recommend to use this service for quick lightweight SQL queries.
LimitationsAQuA API export is designed to export all the records for all the objects ( tables ). AQuA query jobs have the following limitations:
LimitationsThe procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Invoices WHERE BillingState = '"&B6&"'","OAuthClientID="&B1&";OAuthClientSecret="&B2&";Tenant="&B3&";ZuoraService="&B4&";InitiateOAuth="&B5&";Provider=Zuora",B7)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Zuora to get started:
Download NowLearn more:
👁 Zuora IconThe Zuora Excel Add-In is a powerful tool that allows you to connect with live Zuora data, directly from Microsoft Excel.
Use Excel to read, write, and update Zuora. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!