CopyProps

Description

Copies employee properties from BegBalance into all time periods.

Formula

FIX ([Scenario], [Version], [Department], [Year], @CHILDREN("New Employees"), @LEVMBRS("Period", 0), "Local", "HSP_InputValue")
"Start Month" (
	"Grade" = "BegBalance"->"Grade";
	"FTE" = "BegBalance"->"FTE";
	"Position" = "BegBalance"->"Position";
	"Tax Region" = "BegBalance"->"Tax Region";
	"Employee Type" = "BegBalance"->"Employee Type";
	"Pay Type" = "BegBalance"->"Pay Type";      
	"Salary Basis" = "BegBalance"->"Salary Basis";      
	"Salary Rate" = "BegBalance"->"Target Rate" + "BegBalance"->"Market Adjustment";
	"Target Rate" = "BegBalance"->"Target Rate";
	"Market Adjustment" = "BegBalance"->"Market Adjustment";            
	IF ("Salary Basis" == 2)
		"Hours per week" =  "BegBalance"->"Hours per week";
	ENDIF
);
CALC DIM ("Account");
ENDFIX