Forum Discussion
sameburn
2 days agoContributor III
Hi grillin7
This is called Relational Blending e.g see Design & Reference guide -> Relational Blending API
You can use either of these api methods (available from a Finance BR or Member formula) in a Dynamic Calc to return that text value e.g.
' GetStageBlendTextUsingCurrentPov
Dim sValue As String = api.Functions.GetStageBlendTextUsingCurrentPov(cacheLevel, cacheName, wfProfileName, fieldList, criteria, fieldToReturn, textOperation)
' GetStageBlendText
Dim sValue As String = api.Functions.GetStageBlendText(cubeName, entityName, scenarioName, timeName, accountName, cacheLevel, cacheName, wfProfileName, fieldList, criteria, fieldToReturn, textOperation)
Both methods are described in detail in the D&R link provided above.
Hope this helps
Sam
Related Content
- 2 years ago
- 3 years ago
- 3 years ago