prestoncabe / dmn-benefit-toolbox

Scaffolding for modeling public benefits' eligibility logic with Decision Model and Notation (DMN)
2 stars 1 forks source link

Implement Non null functions #8

Closed prestoncabe closed 3 months ago

prestoncabe commented 4 months ago

See: https://cloud.trisotech.com/help/feel-functions/nn.html

prestoncabe commented 4 months ago

@kbon1083 You could start with one of these functions? sum, count, min, or max might be easiest?

These are similar to built-in DMN functions, but they account for nulls.

prestoncabe commented 3 months ago

turns out that the Kogito/Drools FEEL implementation already supports "non null" versions of these functions.

Fullscreen_7_23_24__11_48 AM