I'm trying to add the following derived field to the SupervisorChart.SupervisorChartDirectoryView list but it only seems to be showing me 1 number instead of the 0.600 as I'm expecting. What am I doing wrong?
ASPFTE is a DerivedField
type is Decimal size 7.3
precision is 3
if (NodeType.Supervisor)
if (SingleSupervisor)
return Supervisor.first ActiveAssignmentIsSupervisorWorkAssignment.FTE
else
return Supervisor.ActiveAssignmentIsSupervisorWorkAssignment.FTE
else
if (NodeType.Subordinate or NodeType.DottedLine)
return WorkAssignment.FTE
else
return JobRequisition.FTE
Example of Screen for employee who is 0.600: