Hello everyone,
I noticed the financial dimension value is not stored in the database, by using the following SQL:
select
dav.* from dimensionAttributeValue as dav
join dimensionAttribute as da
on dav.dimensionAttribute = da.recId
where da.name = ‘Office’
The field [DimensionAttributeValue].[CachedDisplayValue] is shown in the table object on the AOT, but it’s not stored in the database at all, but it’s where the dimension values are rendered in the AX client, but it’s not available by pure SQL. Can anyone say a little bit about this handling way, is there a reason for it?
Thank you,