Sai_Maganti
3 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 members as a table for the Account and all the UD1 to UD8 dims. Cube views have a limitation of 4 dims on the rows. This is required for an auto feed using OS REST api calls for an external system. We can export base data, dim structures using api calls and perform the aggregations in the external system but wanted to explore the option of aggregated data exports.
BRApi.Import.Data.FdxExecuteCubeView(
si,
cubeViewName,
entityDimName,
entityMemFilter,
scenarioDimName,
scenarioMemFilter,
timeMemFilter,
nvbParams,
includeCellTextCols,
useStandardFactTableFields,
filter,
parallelQueryCount,
logStatistics
)