!!EF - Fiscal To Date Element Value

EF (Fiscal to Date Element Value) refers to the element value for the fiscal period to date. This is commonly used if fiscal periods do not match calendar months, and the fiscal value is required for a calculation.

This only includes closed pays in history, and does not include the current payrun value of the Element.

Statement:			Let Pension hours be equal to the fiscal hours worked then exit.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
00010	LET	PC	296	EQ	EF	REG HOURS			99999	
99999	EXIT								99999	

Statement:		Let Pension hours be equal to total fiscal hours (fiscal-to-date plus current pay period) worked then exit.

||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||	Else GoTo
00010	LET	V	FISCAL END	EY	$S	PERIOD-START-DATE	A	+3M	00020	
00020	LET	V	HOURS TO FISCAL END	ELPL	ET	REG HOURS	V	FISCAL END	00030	
00030	LET	PC	296	ADD	EF	REG HOURS	V	HOURS TO FISCAL END	99999	
99999	EXIT								99999