Returns the number of Entity dimension members that have various combinations of locking and process statuses for the given Scenario, Year, Period, and Entity dimension members.
Syntax
<HsvICM>.GetMonitorICSummary lScenario, lYear, lPeriod, varalEntitiesIDs, plUnlockedNotStarted, plLockedNotStarted, plUnlockedStarted, plLockedStarted
Argument | Description |
---|
lScenario | Long (ByVal). The member ID of the Scenario dimension member. |
lYear | Long (ByVal). The member ID of the Year dimension member. |
lPeriod | Long (ByVal). The member ID of the Period dimension member. |
varalEntitiesIDs | Long array (ByVal). The member IDs of the Entity dimension members. |
plUnlockedNotStarted | Long. Returns the number of Entity dimension members that have an Unlocked locking status and a Not Started process status. |
plLockedNotStarted | Long. Returns the number of Entity dimension members that have a Locked locking status and a Not Started process status. |
plUnlockedStarted | Long. Returns the number of Entity dimension members that have an Unlocked locking status and a Started process status. |
plLockedStarted | Long. Returns the number of Entity dimension members that have a Locked locking status and a Started process status. |