LPL - Field not display value of zero

 1 Replies
 1 Subscribed to this topic
 32 Subscribed to this forum
Sort:
Author
Messages
PD
Veteran Member Send Private Message
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 Send Private Message
Posts: 477
Veteran Member
maybe add a "display as text" in the form that you want to show this?