I have a Field (FTE = (WAStandardHours * 52 / AnnualHoursPer1FTE)) that is being calculated based on variables but if WAStandardHours variable is equal to zero which sets the equation to zero, the FTE field displays blank and not zero. How do I "FORCE" it to display zero when it should be?
see code below:
WAStandardHours when value changed FTE = (WAStandardHours * 52 / AnnualHoursPer1FTE)