![]() |
VOOZH | about |
The CData Excel Add-In for Anaplan provides formulas that can query Anaplan data. The following three steps show how you can automate the following task: Search Anaplan 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 AnaplanConnection1, or a connection string. The connection string consists of the required properties for connecting to Anaplan data, separated by semicolons.
The driver supports authenticating with Basic, Certificate, or OAuth. In every case, set Region to the region where your Anaplan account data is hosted (e.g., , which is the default).
Set AuthScheme to , then supply your Anaplan User and Password. If your workspace uses single sign-on (SSO), you must be assigned as an Exception User to use Basic authentication.
Set AuthScheme to , then supply the Certificate, CertificateType, and PrivateKey properties (and the matching CertificatePassword / PrivateKeyPassword if either is encrypted). The certificate must be a CA-issued X.509 certificate registered with your Anaplan tenant administrator.
Register a custom OAuth application in Anaplan, then set the following properties:
See the Getting Started chapter of the help documentation for a guide to creating a custom OAuth app and using OAuth.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Sales WHERE Value = '"&B6&"'","OAuthClientId="&B1&";OAuthClientSecret="&B2&";CallbackURL="&B3&";Region="&B4&";InitiateOAuth="&B5&";Provider=Anaplan",B7)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Anaplan to get started:
Download NowLearn more:
👁 Anaplan IconThe Anaplan Excel Add-In is a powerful tool that allows you to connect with live Anaplan data, directly from Microsoft Excel.
Use Excel to read, write, and update Anaplan 0, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!