L
Leslie W.
Good Morning!
I have the following expression built:
OHPerc: NZ([SumIHours],0)/NZ([WorkHours],0)
In the properties I have it formatted to show ##%
My problem is sometimes the numerator is 0, and when it calculates, all I
see is %. I would like the formula to show me 0%, if possible.
I tried this IIF statement to no avail:
OHPerc:
IIf((NZ([SumIHours],0)/NZ([WorkHours],0))>0,(NZ([SumIHours],0)/NZ([WorkHours],0)),0)
Appreciate the help! Thanks!
I have the following expression built:
OHPerc: NZ([SumIHours],0)/NZ([WorkHours],0)
In the properties I have it formatted to show ##%
My problem is sometimes the numerator is 0, and when it calculates, all I
see is %. I would like the formula to show me 0%, if possible.
I tried this IIF statement to no avail:
OHPerc:
IIf((NZ([SumIHours],0)/NZ([WorkHours],0))>0,(NZ([SumIHours],0)/NZ([WorkHours],0)),0)
Appreciate the help! Thanks!