We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15:TotalDebt number[2] computed_by { return if(QualifyingMonthlyPitia != undefined, QualifyingMonthlyPitia, 0) + if(OtherMonthlyDebts != undefined, OtherMonthlyDebts, 0) }
This returns undefined if the value was never originally set. Once the value is set to undefined the != undefined check works as expected.
!= undefined
The text was updated successfully, but these errors were encountered:
I wasn't able to reproduce this :/ maybe we can come up with a test that demonstrates this
Sorry, something went wrong.
cbelsole
No branches or pull requests
This returns undefined if the value was never originally set. Once the value is set to undefined the
!= undefined
check works as expected.The text was updated successfully, but these errors were encountered: