handle null value in Fast Formula
Summary
handle null value in Fast FormulaContent
Experts,
How do we handle null value in Fast Formula?
example :
IF (Employee_name is not null)
then
(
)
above is no working.
I need is not null checking
0