Accumulate/Collect can't be used in queries
-------------------------------------------
Key: JBRULES-1153
URL:
http://jira.jboss.com/jira/browse/JBRULES-1153
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Edson Tirelli
Assigned To: Mark Proctor
query "Count possible cell values"( $row, $col )
# A superclass or interface can be used to match any derived classes
$count : Number() from accumulate( $a : AbstractCellValue( row == $row, col == $col
),
count( $a ) )
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira