From 1bab36d8e3882ba7147cced652fa0837a83c1a23 Mon Sep 17 00:00:00 2001
From: moqui-industrial <729502+moqui-industrial@users.noreply.github.com>
Date: Fri, 17 Jul 2026 18:00:52 +0200
Subject: [PATCH] Add TimeDayDimension for sub-day analytics
---
framework/entity/OlapEntities.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/framework/entity/OlapEntities.xml b/framework/entity/OlapEntities.xml
index 033080b72..5096ad8b4 100644
--- a/framework/entity/OlapEntities.xml
+++ b/framework/entity/OlapEntities.xml
@@ -30,6 +30,25 @@ along with this software (see the LICENSE.md file). If not, see
Format: YYYY-MM
+
+ Time of Day Dimension. The natural key is [timeValue]
+
+
+
+ Time of the day in the format: hh:mm:ss
+ Hour of the day (0 - 11). Hour on a 12-hour clock.
+ Military hour of the day (0 - 23). Hour on a 24-hour clock.
+ Extraction of the quarter hours.
+ Minute of the hour (0 - 59).
+ Second of the minute (0 - 59).
+ Minute of the day (0 - 1439).
+ Second of the day (0 - 86399).
+ AM/PM indicator.
+ Indicator of day or night.
+ Abbreviated indicator of day or night.
+ Names of day periods.
+ Abbreviated names of day periods.
+
Currency Dimension. The natural key is [currencyId]