Re: Entity engine, sql functions: MAX() MIN() AVG() and etc.

2011-08-05 Thread Rishi Solanki
Look into the entitymodel.xml view entities. You will see the alias entity-alias= name= and function=avg or count or max or min or sum. For this you need to set the flag group-by=true on field for which you want to see the max or min or avg. so that it will work on that set only. HTH! Rishi

[jira] [Created] (OFBIZ-4362) MapKey for CMS content cannot be updated

2011-08-05 Thread Manuela Gruendlinger (JIRA)
MapKey for CMS content cannot be updated Key: OFBIZ-4362 URL: https://issues.apache.org/jira/browse/OFBIZ-4362 Project: OFBiz Issue Type: Bug Components: content Affects Versions: SVN

[jira] [Updated] (OFBIZ-4362) MapKey for CMS content cannot be updated

2011-08-05 Thread Manuela Gruendlinger (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manuela Gruendlinger updated OFBIZ-4362: Attachment: OFBIZ-4362_update_cms_mapkeys.patch The patch passes on all parameters

[jira] [Commented] (OFBIZ-4361) Any ecommerce user has the ability to reset anothers password (including admin) via Forget Your Password

2011-08-05 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080073#comment-13080073 ] BJ Freeman commented on OFBIZ-4361: --- as was addressed in the email thread on the user

[jira] [Commented] (OFBIZ-4361) Any ecommerce user has the ability to reset anothers password (including admin) via Forget Your Password

2011-08-05 Thread BJ Freeman (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13080082#comment-13080082 ] BJ Freeman commented on OFBIZ-4361: --- as some history I have five instances of ofbiz

cdyne

2011-08-05 Thread Jacques Le Roux
Hi, I really wonder if CdyneServices.java should be in commons or rather in commonext. It looks like an application util to me. Jacques

Re: Entity engine, sql functions: MAX() MIN() AVG() and etc.

2011-08-05 Thread biletnikov
Thank you very much. On Fri, Aug 5, 2011 at 11:41 AM, Rishi Solanki [via OFBiz] ml-node+3720708-983638428-170...@n4.nabble.com wrote: Look into the entitymodel.xml view entities. You will see the alias entity-alias= name= and function=avg or count or max or min or sum. For this you need to