EPM Cloud Planning Business Rule not exporting Dynamic Calc members in the file
Hi,
I am trying to export Dynamic Calc parent member (sparse) through business rule but instead of giving the parent member it is exporting the relevant lev 0 member.
SET Commands -
SET AGGMISSG ON;
SET UPDATECALC OFF;
SET CALCPARALLEL 4;
SET DATAEXPORTOPTIONS
{
DataExportLevel All;
DataExportDynamicCalc ON;
DataExportDecimal 4;
DataExportColFormat ON;
DataExportColHeader "Period";
DataExportOverwriteFile ON;
DATAEXPORTNONEXISTINGBLOCKS OFF;
};
FIX
Fix(&CurrMth, &CurrYear, "Status", "Actual", "AR Category")
Status is dynamic calc parent. In the file, instead of showing status in rows it is showing STS 7 (which is the lev 0 member for that specific intersection)
Tagged:
0