![]() |
VOOZH | about |
The CData Excel Add-In for Wave Financial provides formulas that can edit, save, and delete Wave Financial data. The following three steps show how you can automate the following task: Search Wave Financial 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 WaveFinancialConnection1, or a connection string. The connection string consists of the required properties for connecting to Wave Financial data, separated by semicolons.
You can connect to Wave Financial by specifying the APIToken You can obtain an API Token using the following steps:
If you wish, you can connect using the embedded OAuth credentials. See the Help documentation for more information.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Invoices WHERE Status = '"&B2&"'","InitiateOAuth="&B1&";Provider=WaveFinancial",B3)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Wave Financial to get started:
Download NowLearn more:
👁 Wave Financial IconThe Wave Financial Excel Add-In is a powerful tool that allows you to connect with live Wave Financial data, directly from Microsoft Excel.
Use Excel to read, write, and update Wave Financial Accounts, Customers, Products, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!