SQL Database IDs for Origin and Consolidation dimension
Hello,
I am trying to "translate" the system elements IDs of Origin and Consolidation dimension.
I found that they are stored in the SQL database with the following IDs.
SELECT distinct [ConsId]
FROM [ONESTREAM_FSK_TEST].[dbo].[vDataRecordAll]
retuns this list
176
-13
62
39
-12
57
37
SELECT distinct [OriginId]
FROM [ONESTREAM_FSK_TEST].[dbo].[vDataRecordAll]
retuns this list
-999
-33
-30
-32
-12
Can you help me reconciling the IDs with the dimension elements?
Thanks in advance
Marcello
