Hello,
I am trying to evaluate a condition on a date field as > 1 year from the current date.
I was referring to the below post to use the Juel expression >dateTime().minusYears(1),
Dates in DMN
but It is throwing DMN-01002 Unable to evaluate expression for language 'juel': '${>dateTime().minusYears(1)}' error
I tried using the fully qualified name of DateTime, no luck still.
not sure what am I missing here, any help will be highly appreciated
DMN File simulation_sample.dmn (2.9 KB)