We are proud to share our inclusion in the 2024 Gartner Magic Quadrant for Data Integration Tools. We believe this recognition reflects the differentiated business outcomes CData delivers to our customers.
Get the Report →Build Charts with Workday Data in Clear Analytics
Create dynamic charts and perform analytics based on Workday data in Clear Analytics.
The CData ODBC driver for Workday enables access to live data from Workday under the ODBC standard, allowing you work with Workday data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to use Clear Analytics, a Microsoft Excel Add-In, to connect to Workday as an ODBC source and create queries, tables, and charts (including PivotTables) based on Workday data.
About Workday Data Integration
CData provides the easiest way to access and integrate live data from Workday. Customers use CData connectivity to:
- Access the tables and datasets you create in Prism Analytics Data Catalog, working with the native Workday data hub without compromising the fidelity of your Workday system.
- Access Workday Reports-as-a-Service to surface data from departmental datasets not available from Prism and datasets larger than Prism allows.
- Access base data objects with WQL, REST, or SOAP, getting more granular, detailed access but with the potential need for Workday admins or IT to help craft queries.
Users frequently integrate Workday with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses. Access is secured at the user level, based on the authenticated user's identity and role.
For more information on configuring Workday to work with CData, refer to our Knowledge Base articles: Comprehensive Workday Connectivity through Workday WQL and Reports-as-a-Service & Workday + CData: Connection & Integration Best Practices.
Getting Started
Connect to Workday Data
Configure the ODBC Data Source Name
If you have not already done so, provide values for the required connection properties in the data source name (DSN). You can use the built-in Microsoft ODBC Data Source Administrator to configure the DSN. This is also the last step of the driver installation. See the "Getting Started" chapter in the help documentation for a guide to using the Microsoft ODBC Data Source Administrator to create and configure a DSN.
To connect to Workday, users need to find the Tenant and BaseURL and then select their API type.
Obtaining the BaseURL and Tenant
To obtain the BaseURL and Tenant properties, log into Workday and search for "View API Clients." On this screen, you'll find the Workday REST API Endpoint, a URL that includes both the BaseURL and Tenant.
The format of the REST API Endpoint is: https://domain.com/subdirectories/mycompany, where:
- https://domain.com/subdirectories/ is the BaseURL.
- mycompany (the portion of the url after the very last slash) is the Tenant.
Using ConnectionType to Select the API
The value you use for the ConnectionType property determines which Workday API you use. See our Community Article for more information on Workday connectivity options and best practices.
API | ConnectionType Value |
---|---|
WQL | WQL |
Reports as a Service | Reports |
REST | REST |
SOAP | SOAP |
Authentication
Your method of authentication depends on which API you are using.
- WQL, Reports as a Service, REST: Use OAuth authentication.
- SOAP: Use Basic or OAuth authentication.
See the Help documentation for more information on configuring OAuth with Workday.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
Configure the Data Source in Clear Analytics
- Open Excel and navigate to the CLEAR ANALYTICS ribbon. Once there, open the Data Manager.
- Select Database as the data source.
- In the Set Connection section, click the option to create a new database.
- Select Microsoft ODBC Data Source as the data source and click OK.
- Select the DSN you already configured from the drop-down menu.
- Back on the Set Connection section, select Standard (ANSI ODBC) Query Builder as the SQL Builder Provider and click Next.
- Select the Schema/Owner and choose the domains (tables) that you wish to use in Clear Analytics.
- Prepare your data objects as needed by customizing the display names and descriptions of the tables and columns.
- For the vast majority of the CData ODBC Drivers, you will not set a key date for your domains.
- In the Domain Relations section, add any relational information between tables.
- In the Domain Tree section, create groups for your data and add the available items to the groups.
- Review the summary of your data and click Finish.
Create a Chart with Workday Data
You are now ready to create a chart with Workday data.
Create a New Query
- Click Repository in the CLEAR ANALYTICS ribbon.
- Create a new query.
- Select the columns you wish to retrieve.
- Set the aggregation type for your data (use the blank entry if you do not wish to aggregate the data).
- Set filters and formulas by dragging columns to the lower window.
- Name your query and click Save.
Build a Chart Based on a Query Report
With the query created, you are now ready to execute a report and display a chart.- Click Report Explorer in the CLEAR ANALYTICS ribbon.
- In the Report Explorer pane, click the 'New Report' icon in the toolbar.
- Select the query you just created.
- Name the report and click 'Save and Execute'.
- Click the Results tab within the Report Explorer
- Expand your report and drag the chart to the Excel spreadsheet.
- In the resulting PivotChart window, drag the fields (columns) to the Filters, Legends, Axis (Categories), and Values windows.
With a new data source in Clear Analytics established and a chart created, you are ready to begin analysis of Workday data. With the ODBC Driver for Workday and Clear Analytics, you can perform self-service analytics in Excel with live data, directly from Workday.