![]() |
VOOZH | about |
Claris FileMaker is a low-code database application development tool that allows users to create custom apps for managing and organizing data. It combines a powerful relational database engine with an intuitive interface, enabling both technical and non-technical users to design and deploy applications across desktop, web, and mobile platforms.
In this article, we'll explore how to use the CData ODBC Driver for SQL Analysis Services in FileMaker to connect to SQL Analysis Services data.
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, provide authentication and set the Url property to a valid SQL Server Analysis Services endpoint. You can connect to SQL Server Analysis Services instances hosted over HTTP with XMLA access. See the Microsoft documentation to configure HTTP access to SQL Server Analysis Services.
To secure connections and authenticate, set the corresponding connection properties, below. The data provider supports the major authentication schemes, including HTTP and Windows, as well as SSL/TLS.
Set AuthScheme to "Basic" or "Digest" and set User and Password. Specify other authentication values in CustomHeaders.
Set the Windows User and Password and set AuthScheme to "NTLM".
To authenticate with Kerberos, set AuthScheme to NEGOTIATE. To use Kerberos delegation, set AuthScheme to KERBEROSDELEGATION. If needed, provide the User, Password, and KerberosSPN. By default, the data provider attempts to communicate with the SPN at the specified Url.
By default, the data provider 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.
You can then access any cube as a relational table: When you connect the data provider retrieves SSAS metadata and dynamically updates the table schemas. Instead of retrieving metadata every connection, you can set the CacheLocation property to automatically cache to a simple file-based store.
See the Getting Started section of the CData documentation, under Retrieving Analysis Services Data, to execute SQL-92 queries to the cubes.
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.
Once you configure the CData ODBC Driver for SQL Analysis Services, you can connect to live SQL Analysis Services data in FileMaker and use it in your applications. In this section, we'll walk through the steps to connect live SQL Analysis Services data to FileMaker.
You can download and install the latest version of FileMaker Pro for your Mac/Windows/Linux systems here: https://www.claris.com/resources/downloads/.
Follow the steps below to easily import SQL Analysis Services data using the ODBC import feature:
You have now successfully imported SQL Analysis Services data into FileMaker Pro using the CData ODBC Driver for SQL Analysis Services. To perform incremental updates, change the import order to "Update" or use "Replace" based on your use case.
You can sort and aggregate data, as well as calculate summary functions while browsing tables. To manipulate the view of data at design time, complete the following steps:
Follow the steps below to group column values and display summaries, as shown in the screenshot:
Use the following steps to create a simple bar chart showing the total NumberOfEmployees for each Industry:
Download a free 30-day trial of the CData ODBC Driver for SQL Analysis Services to integrate SQL Analysis Services data into Claris FileMaker and work with SQL Analysis Services data in your FileMaker applications.
Reach out to our Support Team if you have any questions.
Download a free trial of the SQL Analysis Services ODBC Driver to get started:
Download NowLearn more:
π SQL Server Analysis Services IconThe SQL Analysis Services ODBC Driver is a powerful tool that allows you to connect with live data from SQL Analysis Services, directly from any applications that support ODBC connectivity.
Access Analysis Services report data like you would a database, through a standard ODBC Driver interface. Supports Direct Query and MDX query capabilities.