GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.28.0
  • Code samples
  • GitHub

AggregatedFact

Home > @gooddata/sdk-code-schemas > v1 > AggregatedFact

v1.AggregatedFact interface

Signature:

export interface AggregatedFact 

Properties

Property

Modifiers

Type

Description

aggregated_as

"MIN" | "MAX" | "SUM"

Aggregation method for the fact. Mapped to sourceFactReference in the API.

assigned_to

string

ID of the source fact this aggregated fact is based on. Mapped to sourceFactReference in the API.

data_type

"INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN"

A column data type in the physical database.

description?

string

(Optional) An optional description of the field.

is_nullable?

boolean

(Optional) Optional flag to indicate if the aggregated fact can contain null values.

null_value_join_replacement?

string

(Optional) Optional value which can be used as replacement for NULL in join conditions.

source_column?

string

(Optional) A column name in the physical database. Optional, equals to id by default.

tags?

Tags4

(Optional)

type

"aggregated_fact"

  • v1.AggregatedFact interface
  • Properties
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use