Crystal Docs
English
English
  • Welcome
  • Fundamentals
    • Crystal
    • Crystal Topics
  • Crystal Advisor
    • Access to Crystal
      • Signup
      • Login
      • Discover the Advisor
        • Notifications
        • Account
    • Talk to Your Data
      • Conversation
        • Request Topics
          • Entity-Based Conversation
          • Context Memory
          • Autocomplete
        • Request a Data Analysis
        • Disambiguation
    • Explore Your Data
      • Suggestions
      • Topics Overview
      • Filter Topics
      • Ask Topics
      • Past Questions
      • Change Chart
    • Analyze Your Data
      • Automated Insights
      • Insight Analysis
      • Alerts
        • Anomaly Detection
        • Threshold Monitoring
        • Topic Scheduling
      • Forecasting (Beta)
    • Report and Discuss Your Data
      • Export Topic
      • Share Topic
      • Data Storytelling
    • Customize Your Experience
      • Choose Language
      • Choose Theme
    • Crystal on Mobile
      • Siri & Shortcuts
    • Crystal on Microsoft Teams
      • Download Crystal on Teams
  • Crystal Console
    • Configure Crystal
      • Discover the Console
      • Choose Project Settings
      • Prepare Your Data
    • Create Topics
      • Topic Creation: Overview
      • Topic Creation: Connect
        • Supported Data Sources
        • Supported Data Fields
        • Manage Data Sources
        • Tutorials for Specific Data Sources
          • Connect Google Sheets
          • Connect Google BigQuery
          • Build a Web Connector
      • Topic Creation: Configure
        • Objectives and Visualizations
        • Data Binning
        • Configure Custom Entities
        • Configure Key Values
        • Modify Data Table
      • Topic Creation: Filter
      • Topic Creation: Train
      • Topic Creation: Topic Details
      • Topic Creation: Set Permissions
      • Topic Creation: Review and Publish
      • Specifc Visualizations Guides
        • Build a List Table
        • Build a Single Line Chart
        • Build a Multi-Line Chart
        • Build a Ranking Table
      • Topic Creation: Custom Topic Titles
      • Topic Statuses
      • Data Preview
      • Manage Your Entities
    • Manage Users
      • Discover the Users Area
      • Invite Users to Crystal
        • Invite Users Manually
        • Invite Users via Identity Providers
          • Enable the Microsoft Identity Provider
          • Enable the Google Identity Provider
      • Create and Manage Groups
      • Manage Permissions
  • Limitations
    • Limitations on Crystal Advisor
    • Limitations on Crystal Console
  • Support
    • Support on Crystal Advisor
    • Support on Crystal Console
  • Release Notes
    • 2024
      • Crystal Web
        • Crystal Web v2.59
        • Crystal Web v2.58
        • Crystal Web v2.57
        • Crystal Web v2.56
      • Crystal Mobile
        • Crystal Mobile v3.1.7
        • Crystal Mobile v3.1.6
        • Crystal Mobile v3.1.5
        • Crystal Mobile v3.1.4
        • Crystal Mobile v3.1.3
        • Crystal Mobile v3.1.2
        • Crystal Mobile v3.1.1
        • Crystal Mobile v3.1.0
        • Crystal Mobile v3.0.39
        • Crystal Mobile v3.0.38
    • Archive
      • 2023
        • Version 2.55
        • Version 2.54
        • Version 2.53
        • Version 2.52
        • Version 2.51
        • Version 2.50
        • Version 2.49
        • Version 2.48
        • Version 2.47
        • Version 2.46
        • Version 2.45
        • Version 2.44
        • Version 2.42
        • Version 2.41
        • Version 2.40
        • Version 2.39
        • Version 2.38
      • 2022
        • Version 2.37
        • Version 2.35
        • Versions 2.29-2.30
        • Versions 2.27-2.28
        • Version 2.26
        • Versions 2.24-2.25
        • Version 2.23
        • Version 2.22
        • Version 2.21
        • Version 2.20
        • Version 2.19
        • Version 2.18
        • Version 2.17
      • 2021
        • Version 2.15
        • Version 2.14
        • Version 2.13
        • Version 2.12
        • Version 2.11
        • Version 2.10
        • Version 2.9
        • Version 2.8
        • Version 2.7
        • Version 2.6
        • Version 2.5
        • Version 2.4
        • Version 2.3
        • Version 2.2
        • Version 2.1
Powered by GitBook
On this page
  • crystal Attribute Type List
  • PostgreSQL
  • MySQL
  • Microsoft SQL Server
  • Oracle
  • IBM DB2
  • Amazon Redshift
  • SAP Hana
  • Azure Synapse
  • MongoDB
  • Google BigQuery

Was this helpful?

  1. Crystal Console
  2. Create Topics
  3. Topic Creation: Connect

Supported Data Fields

This page is currently under review. Stay tuned!

PreviousSupported Data SourcesNextManage Data Sources

Last updated 1 year ago

Was this helpful?

In this page, you will find the complete list of Data Fields supported for each .

crystal Attribute Type List

First of all, let's recap the Data Field supported by Crystal.

Type
Notes

Categorical

Used mainly for filter dimensions. crystal will not perform calculation (e.g. Sum or average) on these formats.

Numeric

Used mainly for main entities that need aggregations and numerical filters.

Date & Time

Used for time dimension (filter entity). If not formatted accordingly, crystal will not be able to show data with a time perspective.

Boolean

Used for entities that can assume binary values

Now, let's deep dive into each Data Source!

PostgreSQL

Type
Format

Categorical

  • char

  • character varying

  • character

  • text

  • varchar

Numeric

  • bigint

  • decimal

  • double precision

  • integer

  • money

  • numeric

  • real

  • smallint

Date & Time

  • date

  • timestamp

Boolean

  • boolean

MySQL

Type
Format

Categorical

  • char

  • character

  • varchar

  • tinytext

  • text

  • mediumtext

  • longtext

  • blob

  • enum

  • set

Numeric

  • tinyint

  • smallint

  • integer

  • int

  • bigint

  • decimal

  • numeric

  • float

  • real

  • double precision

  • double

Date & Time

  • date

  • time

  • datetime

  • timestamp

  • year

Boolean

  • boolean

Microsoft SQL Server

Type
Format

Categorical

  • char

  • varchar

  • text

  • nchar

  • nvarchar

  • ntext

  • uniqueidentifier

Numeric

  • bigint

  • decimal

  • int

  • money

  • numeric

  • smallint

  • smallmoney

  • tinyint

  • float

  • real

Date & Time

  • date

  • datetime

  • datetime2

  • datetimeoffset

  • smalldatetime

  • time

Boolean

  • bit

Oracle

Type
Format

Categorical

  • varchar2

  • nvarchar2

  • char

  • nchar

  • varchar

Numeric

  • number

  • float

  • long

  • int

  • decimal

  • real

Date & Time

  • date

  • timestamp

Boolean

  • raw

IBM DB2

Type
Format

Categorical

  • CHAR

  • VARCHAR

  • CLOB

  • BINARY

  • VARBINARY

  • BLOB

Numeric

  • SMALLINT

  • INTEGER

  • BIGINT

  • DECIMAL

  • REAL

  • DOUBLE

  • DECFLOAT

Date & Time

  • DATE

  • TIME

  • TIMESTAMP

Boolean

  • BOOLEAN

Amazon Redshift

Type
Format

Categorical

  • char

  • nchar

  • bpchar

  • character

  • varchar

  • nvarchar

  • character varying

  • text

Numeric

  • int2

  • int

  • int4

  • int8

  • numeric

  • float4

  • float8

  • float

  • bigint

  • decimal

  • double precision

  • integer

  • numeric

  • real

  • smallint

Date & Time

  • date

  • timestamp

Boolean

  • boolean

  • bool

SAP Hana

Type
Format

Categorical

  • nvarchar

  • varchar

  • shorttext

  • alphanum

Numeric

  • bigint

  • integer

  • smallint

  • tinyint

  • decimal

  • smalldecimal

  • double

  • real

  • float

Date & Time

  • date

  • time

  • timestamp

  • seconddate

Boolean

  • boolean

Azure Synapse

Type
Format

Categorical

  • char

  • varchar

  • nchar

  • nvarchar

Numeric

  • bigint

  • decimal

  • int

  • money

  • numeric

  • smallint

  • smallmoney

  • tinyint

  • float

  • real

Date & Time

  • date

  • datetime

  • datetime2

  • datetimeoffset

  • smalldatetime

  • time

Boolean

  • bit

MongoDB

Type
Format

Categorical

  • string

Numeric

  • double

  • decimal

  • int

  • long

Date & Time

  • date

  • timestamp

Boolean

  • boolean

Google BigQuery

Type
Format

Categorical

  • string

Numeric

  • integer

  • float

  • numeric

  • bignumeric

Date & Time

  • date

  • datetime

Boolean

  • boolean


Data Source