Forum Discussion
ChristianW
OneStream Employee
4 years agoHere 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
3 years agoNew Contributor III
Hi ChristianW,
This works perfect!
Is there any change to join the names with descriptions?
Example: Acc1 - Expenses
Thanks
Raf
- ChristianW3 years ago
OneStream Employee
Hi Raf
Yes, you can loop the rows in the business rule and add the descriptions for the needed dimension members.
Cheers
- RafMarques3 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 years ago
- 2 years ago