- biGENIUS-X Knowledge Base
- Generators
- Default Terms
-
Getting Started
-
General Overview
-
Application Modules
- Administration
- Global Features
- Solutions
- Projects
- Branches
- Source Systems
- Dataflow Modeling - Overview
- Dataflow Modeling - Wizard Steps
- Dataflow Modeling - Terms
- Dataflow Modeling - Term Mapping
- Dataflow Modeling - Relationships
- Relationship Modeling
- Generate Artifacts
- Project Settings
- Data Marketplace
-
Generators
-
Discovery application
-
Best Practices
-
FAQs
-
Product Release Notes
-
Legal Documents
BG_Sequence
Description
The Default Term named BG_Sequence contains the Business Key value of a row in a Multi-Active Satellite.
Format
The BG_RowHash is an int.
Value
The value in the Default Term BG_Sequence should be distinct for each row and can be the value of:
- A Source Term if it fulfills the requirement (is different for each row)
- A calculation with a ROW NUMBER function if no Source term can be used. Example:
ROW_NUMBER() OVER(PARTITION BY BusinessEntityID ORDER BY PhoneNumber)