![]() |
VOOZH | about |
The CData Excel Add-In for SAP Business Warehouse provides formulas that can query SAP Business Warehouse data. The following three steps show how you can automate the following task: Search SAP Business Warehouse 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 SAPBusinessWarehouseConnection1, or a connection string. The connection string consists of the required properties for connecting to SAP Business Warehouse data, separated by semicolons.
To connect to SAP Business Warehouse, set the URL property to a valid SAP Business Warehouse server base URL. The driver must connect to SAP Business Warehouse instances hosted over HTTP with XMLA access.
The driver supports the following authentication schemes via the AuthScheme property:
By default, the driver attempts to negotiate SSL/TLS by checking the server's certificate against the system's trusted certificate store. To specify another certificate, see the SSLServerCert property for the available formats.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Sales WHERE Country = '"&B5&"'","URL="&B1&";AuthScheme="&B2&";User="&B3&";Password="&B4&";Provider=SAPBusinessWarehouse",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for SAP Business Warehouse to get started:
Download NowLearn more:
👁 SAP Business Warehouse IconThe SAP Business Warehouse Excel Add-In is a powerful tool that allows you to connect with live SAP Business Warehouse data, directly from Microsoft Excel.
Use Excel to read, write, and update SAP Business Warehouse Tables, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!