AndreaPahor
6 years agoQrew Cadet
How do I get a Formula Numeric filed to display null not 0?
I need a formula numeric field (called No of Vehicles) to return null and not 0 when a condition is met:
If ([No of Techs/Vehicle] = null, null)
The full formula for this field (No of Vehicles) is:
If ([No of Techs/Vehicle] = null, null,
If ([Vehicle per technician] = "Yes", ToNumber([No of Technicians]),
If ([Vehicle per crew] = "Yes", ToNumber([No of Crew])
))
Note:
No of Techs/Vehicle is a formula numeric field
Vehicle per technician is a text - multiple choice field
Vehicle per crew is a text - multiple choice field
Thanks in advance for any help!
------------------------------
Andrea Pahor
------------------------------
If ([No of Techs/Vehicle] = null, null)
The full formula for this field (No of Vehicles) is:
If ([No of Techs/Vehicle] = null, null,
If ([Vehicle per technician] = "Yes", ToNumber([No of Technicians]),
If ([Vehicle per crew] = "Yes", ToNumber([No of Crew])
))
Note:
No of Techs/Vehicle is a formula numeric field
Vehicle per technician is a text - multiple choice field
Vehicle per crew is a text - multiple choice field
Thanks in advance for any help!
------------------------------
Andrea Pahor
------------------------------