You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!