]
Edson Tirelli updated DROOLS-1548:
----------------------------------
Attachment: Ex_6_1.dmn
Fix bug with filter selection operator
--------------------------------------
Key: DROOLS-1548
URL:
https://issues.jboss.org/browse/DROOLS-1548
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.0.0.CR3
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Fix For: 7.1.0.Final
Attachments: Ex_6_1.dmn
The attached model is not completely working. This is likely to the fact that the filter
selection operator is not working. E.g.:
{code}
max( NBA Pacific.wins )
{code}
Should return the team with the most wins in the {{NBA Pacific}} list of teams.