[jboss-jira] [JBoss JIRA] (DROOLS-1548) Fix bug with filter selection operator
Matteo Mortari (JIRA)
issues at jboss.org
Mon May 8 12:32:00 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403096#comment-13403096 ]
Matteo Mortari commented on DROOLS-1548:
----------------------------------------
This JIRA will address for the general issue of accessor as per example :
{code:java}
max( NBA Pacific.wins )
{code}
And the attached DMN decision "Positions of Los Angeles teams" will be corrected (was originally wrong) as:
{code:java}
index of(NBA Pacific.city, "Los Angeles")
{code}
> 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list