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 →Connect to and Query Sage Intacct Data in QlikView over ODBC
Create data visualizations with Sage Intacct data in QlikView.
The CData ODBC drivers expand your ability to work with data from more than 200 data sources. QlikView is a business discovery platform that provides self-service BI for all business users in an organization. This article outlines simple steps to connect to Sage Intacct data using the CData ODBC driver and create data visualizations in QlikView.
The CData ODBC drivers offer unmatched performance for interacting with live Sage Intacct data in QlikView due to optimized data processing built into the driver. When you issue complex SQL queries from QlikView to Sage Intacct, the driver pushes supported SQL operations, like filters and aggregations, directly to Sage Intacct and utilizes the embedded SQL engine to process unsupported operations (often SQL functions and JOIN operations) client-side. With built-in dynamic metadata querying, you can visualize and analyze Sage Intacct data using native QlikView data types.
About Sage Intacct Data Integration
CData provides the easiest way to access and integrate live data from Sage Intact. Customers use CData connectivity to:
- Access Sage Intacct without worrying about API updates or changes.
- Access custom objects and fields in HubSpot with no extra configuration steps involved.
- Write data back to Sage Intacct using embedded Web Services credentials with Basic authentication.
- Use SQL stored procedures to perform functional operations like approving or declining vendors, inserting engagements, and creating or deleting custom objects or fields.
Users frequently integrate Sage Intact with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses.
To learn about how other customers are using CData's Sage Intacct solutions, check out our blog: Drivers in Focus: Accounting Connectivity.
Getting Started
Connect to Sage Intacct as an ODBC Data Source
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
To connect using the Login method, the following connection properties are required: User, Password, CompanyId, SenderId and SenderPassword.
User, Password, and CompanyId are the credentials for the account you wish to connect to.
SenderId and SenderPassword are the Web Services credentials assigned to you by Sage Intacct.
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.
Populate a Chart with Sage Intacct Data
The steps below supply the results of an SQL query to a visualization in QlikView. In this article, you will create a bar chart with the query below:
SELECT Name, TotalDue FROM Customer
- Click File -> Edit Script (or click the Edit Script button in the Toolbar).
- On the Data tab, select ODBC in the Database menu and click Connect.
- Select the DSN (CData SageIntacct Sys) in the resulting dialog.
A command like the following is generated:
ODBC CONNECT TO [CData SageIntacct Sys];
- Enter the SQL query directly into the script with the SQL command (or click Select to build the query in the SELECT statement wizard).
SQL SELECT Name, TotalDue FROM Customer;
Where possible, the SQL operations in the query, like filters and aggregations, will be pushed down to Sage Intacct, while any unsupported operations (which can include SQL functions and JOIN operations) will be managed client-side by the CData SQL engine embedded in the driver.
- Close the script editor and reload the document to execute the script.
- Click Tools -> Quick Chart Wizard. In the wizard, select the chart type. This example uses a bar chart. When building the chart, you have access to the fields from Sage Intacct, typed appropriately for QlikView, thanks to built-in dynamic metadata querying.
- When defining Dimensions, select Name in the First Dimension menu.
- When defining Expressions, click the summary function you want and select TotalDue in the menu.
Finish the wizard to generate the chart. The CData ODBC Driver for Sage Intacct connects to live Sage Intacct data, so the chart can be refreshed to see real-time changes. Live connections are possible and effective, thanks to the high-performance data processing native to CData ODBC Drivers.