LPL - Field not display value of zero

Author
Messages
PD
Veteran Member
Posts: 58
Veteran Member

    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)

    Ragu Raghavan
    Veteran Member
    Posts: 469
    Veteran Member
      maybe add a "display as text" in the form that you want to show this?
      ---