Notifications
Announcements
No record found.
I need to write a select clause or build a view to get DisplayValue field from DimensionAttributeValue table and the corresponding Name value which come from the table name in BackingEntityType field of DimensionAttribute table.
Anyone have some ideas?
Hi,
you can use the DefaultDimensionView and look for the values using the dimension's name.
Regards,
Adrià Ariste - Senior technical consultant @ Axazure - Read my blog!
If you have DefaultDimension then you can use DefaultDimensionView to get the required data. If it is LedgerDimension then you can use DimensionAttributeLevelValueAllView along with DimensionAttribute to get your required data.
I mean, the Name of Dimension values, not of Dimension types.
Like this:
I need select '001' value with 'Home' value, not 'BusinessUnit' value
If the dimension has a backing entity (like Customer, Project, etc.) you can just get the value from that entity table, otherwise you need to find the value from the DimensionFinancialTag table in the following way:
select firstonly dimensionAttribute where dimensionAttribute.Name == DIMENSIONAME join dimensionAttributeDirCategory where dimensionAttribute.RecId == dimensionAttributeDirCategory.DimensionAttribute && dimensionAttributeDirCategory.DirCategory join dimensionFinancialTag where dimensionFinancialTag.FinancialTagCategory == dimensionAttributeDirCategory.DirCategory && dimensionFinancialTag.Value == DIMENSIONVALUE;
On DefaultDimensionView, you can see a display method "dimensionDiscription". This will return what you need. So you can still use DefaultDimensionView for your dimension values.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 611 Most Valuable Professional
André Arnaud de Cal... 529 Super User 2025 Season 2
Sohaib Cheema 285 User Group Leader