Fact Tables
Una uses several fact tables to store different types of data. Each table serves a specific purpose in the data model. [...S_Segments] represents a column for every segment associated with that fact table.
| Name | Pattern | Purpose / Description | Key Columns / Notes |
|---|---|---|---|
| Metrics | M_{model} | Stores financial metrics and KPI data | IdScenarioIdKpiIdPeriodIdV_OpeningV_NewV_ExpandV_ChurnV_ClosingV_LIDV_Notes[...S_Segments] |
| Transaction | T_{model} | Each row = deal moving between stages (RevIQ Transaction Table) | IdDealIdDealNameDateInDateOutStageIdMinorStageIdNextStageIdNextMinorStageIdProgressLostPeriodInPeriodOutDaysInStageARRClientIdClientNamePrevStageIdPrevMinorStageIdStandardStageIdNextStandardStageIdPrevStandardStageIdCloseDate[...S_Segments] |
| Bowtie | B_{model} | Aggregated actuals (from T_{model}) or forecasts (via Appg_GenerateForecast_{model}) | IdScenarioIdKpiIdPeriodIdStageIdV_OpeningV_NewV_ExpandV_ProgressV_LostV_ClosingV_Regress[...S_Segments] |
| Statistics | S_{model} | Metrics from B_{model}/T_{model} (e.g., conversion %), used for forecasting | IdScenarioIdKpiIdPeriodIdStageIdTrendValueOriginalValueNeedsForecast[...S_Segments] |
| Cohort | C_{model} | Cohort analysis data | IdScenarioIdKpiIdPeriodIdStageIdV_OverallV_ProgressV_RegressV_Lost[...S_Segments] |
| Virtual Cohort | VCohort_{model} | Virtual cohort data for analysis | IdStageIdDateInPeriodInDealIdClientIdProgressRegressLostARRTotalDays[...S_Segments] |
| Customer Balance | CB_{model} | Customer balance information | IdIsPlugClientIdClientNameScenarioIdKpiIdPeriodIdV_OpeningV_NewV_ExpandV_ChurnV_Closing[...S_Segments] |
| Customer Balance Sync | CBS_{model} | Customer balance sync (for synchronizing data) | IdClientIdKpiIdPeriodIdV_ClosingClientName |
| Write Metrics | WM_{model} | Writeback metrics data | BatchIdMeasureScenarioIdKpiIdPeriodIdValue_IntValue_FloatValue_DateValue_String[...S_Segments] |
| Write Metrics Line Items | WML_{model} | Write metrics line items (detail) | BatchIdMeasureScenarioIdKpiIdPeriodIdLIDDescValue_IntValue_FloatValue_DateValue_String[...S_Segments] |