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

Teradata BI Tool for pivot tables, charts, tabular reports

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

Building a Teradata pivot table in SeekTable

Setup Teradata 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: Teradata.
    This connector is based on official Teradata .NET client library.
  4. Connection String example:
    Data Source=teradataHost;Database=db;User Id=user;Password=password;
    Data Source The Teradata server name, or equivalently the DBC Name or TDPID.
    User Id The Teradata user id.
    Password The Advanced SQL Engine password.
    Database The database selected as the default database when a Teradata connection is opened.
    Port Number Specifies the TCP/IP port number that the .NET Data Provider for Teradata uses for connection to the Teradata Gateway.
    Account String Identifies an individual user account, and is associated with a specific User Id. The account identifier can be up to 30 characters long.
    Disable Token Cache Disables the use of the OIDC Token Cache.

    Note: this is an incomplete list of supported Teradata connection string properties. If you need to use specific connection settings, please check the ".NET Data Provider For Teradata" documentation or contact us for assistance.