Forum Discussion
ChristianW
Valued Contributor
Here is something I used for a custom IC matching report:
'Retrieve the data for the first query
Dim subQueryDataTable As DataTable = BRApi.Import.Data.FdxExecuteDataUnit(si, cubeName, $"E#{entityName}.Base", "local", scenarioTypeId, $"S#{scenarioName}", $"T#{timeName}", "YTD", True, "Flow='None'", 4, True)
And here is the explanation for the parameters:
RafMarques
2 years agoNew Contributor III
Hi ChristianW,
This works perfect!
Is there any change to join the names with descriptions?
Example: Acc1 - Expenses
Thanks
Raf
- ChristianW2 years agoValued Contributor
Hi Raf
Yes, you can loop the rows in the business rule and add the descriptions for the needed dimension members.
Cheers
- RafMarques2 years agoNew Contributor III
You're right Chris.
I can loop and either add another dataTable field or concatenate after getting the description.
Was wondering if there was an "option" to turn descriptions on/off 🙂 - maybe an enhancement.
Thanks
Raf
Related Content
- 3 months ago
- 2 years ago