Formulas generally don't return a null, and since you didn't post what's in the formulas, you shouldn't expect meaningful help here.
to check for null, use:
if
isnull({@SubBorrwrDateFetch})
and
isnull({@subMasterDateFetch})
and
isnull({@SubUnitDateFetch}) then
Excpchk
else
Excpchk := "Yes"
btw, using a formula to state
Excpchk := Excpchk
is redundant, there's nor reason to set something to equal what it already equals.
I suggest that you try posting technical requirements and th environment rather than a fragment of the requirements, you would likely benefit from some architectural advice as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.