Forum Discussion
Thanks for your reply Sai,
The challenge is we have a weekly application profile and then the data is not stored in the DataRecord tables but in the BinaryData tables. And those have the binary column i need to read.
I do have another solution which is not ideal but working. I run an FDX query from a business rule with a filter on the data values. That is working but it feels a bit extreme for a fairly simple query.
I just wanted to propose a fdx query for this request. Accessing the data table directly is not a sustainable way of doing it.
- Sai_Maganti4 years agoContributor II
Ah thanks and noted Christian. Are you able to provide some samples of FDX BR queries? I tried to find some help in the documentation and there is nothing much.
- ChristianW4 years agoValued 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:
- nizar3 years agoNew Contributor
Hi Christian,
can you please give us an exemple with reel value ?
i am strugle with this parametre, didn't find the correct syntaxt to get it.
scenarioTypeId
thanks
Related Content
- 3 months ago
- 12 months ago