The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Sai_Maganti
4 years agoContributor II
FdxExecuteCubeView Function
What is the purpose of timeMemFilter, entityMemFilter and scenarioMemFilter parameters for the below function as these will be defined in the cube view?
Is there a way to extract aggregated membe...
ChrisLoran
OneStream Employee
4 years agoHello,
The additional arguments in the FDX query [ timeMemFilter, entityMemFilter, scenarioMemFilter] are so that you can run the same cube view multiple times with all the distinct combinations of Time/Entity/Scenarios that you specify. This would be useful if you have a cube view that looks at a Single Time Period, Single Entity, Single Scenario , and you wanted to 'materialise' it multiple times for various combinations of time/entity/scenarios. The results from each cube-view iteration would get appended in the table. Otherwise you would have to create a potentially monster-sized cube view just for the purposes of data extraction. The list of distinct combinations of Time/Entity/Scenario in this list you supply, are iterated in parallel (up to the maximum threads you specify).
Stan
OneStream Employee
2 years ago
Related Content
- 2 years ago
- 3 years ago
- 4 months ago