Transfer Out

Description

Transfers an employee out of a department.

Formula

FIX ([Scenario], [Version], [Employees],  [Department], [Year], @LEVMBRS("Period", 0), "Local", "HSP_InputValue")
"Action" 
(
	IF  ("Fiscal TP-Index" == [Month]->"Fiscal TP-Index")
		"Action" = 7;
	ELSEIF  ("Fiscal TP-Index" > [Month]->"Fiscal TP-Index")
		"Action" = #MISSING;
	ENDIF
);
CALC DIM ("Account");
ENDFIX