Hello All,
I am faced with this weird issue (only in Design Studio) where the measures when aggregated based on a particular dimension show the value NOT_EXIST in case if the dimension values are repeated.
Please consider the below example -
Dim 1 | Dim 2 | Measure 1 | Measure 2 |
---|---|---|---|
A | alpha | 10 | 100 |
A | beta | 20 | 200 |
B | alpha | 30 | 300 |
B | gamma | 40 | 400 |
The above table exists in Oracle DB. Based on this table, I have created a .unx. This .unx is to be used in my Design Studio rep. I add the datasource (this .unx) and Edit Query Specification to include all the columns. Now, when I choose Edit Initial View from the context menu, the new screen shows up the results as below if I select Dim 1 with Measure 1 and Measure 2 -
Dim 1 | Measure 1 | Measure 2 |
---|---|---|
A | NOT_EXIST | NOT_EXIST |
B | NOT_EXIST | NOT_EXIST |
Similarly, when I choose Dim 2, I get the below result set -
Dim 2 | Measure 1 | Measure 2 |
---|---|---|
alpha | NOT_EXIST | NOT_EXIST |
beta | 20 | 200 |
gamma | 40 | 400 |
It seems that when the dimension values are repeated, the measure values are not being aggregated and result shows as NOT_EXIST. Has anyone faced this kind of issue.
Thanks & Rgds,
Sree