[jboss-jira] [JBoss JIRA] Created: (JBRULES-1153) Accumulate/Collect can't be used in queries
Edson Tirelli (JIRA)
jira-events at lists.jboss.org
Thu Aug 30 20:31:18 EDT 2007
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
More information about the jboss-jira
mailing list