This documentation page assumes that you already have a SeekTable account. Create your free account by signing up.

SAP HANA BI Tool for pivot tables, charts, tabular reports

SeekTable is a self-service SAP HANA BI tool that allows users to create pivot tables, charts, and flat table reports directly from SAP HANA databases:

Building a SAP HANA pivot table in SeekTable

Setup SAP HANA Connection

  1. Click the "Connect to Database" to open a new data cube configuration form.
  2. Choose Data Source Type: SQL-compatible database (this opens SQL Settings section).
  3. Choose Database Connector: SAP HANA
    This connector is based on official SAP HANA .NET client library.
  4. Connection String example:
    Server=hanaServer:30015;UID=JSmith;Password=secret;
    Server Specifies the SAP HANA server address or addresses host:port[, host:port]. If your system contains a failover standby node, then you can specify it as an additional optional address.
    UID Specifies the user name.
    Password Specifies the user password.
    DatabaseName Specifies the name of the database to connect to (SAP HANA Platform only).

    Note: this is an incomplete list of supported SAP HANA connection string properties. For more options see SAP HANA Provider for ADO.NET Connection Properties.