One of the basic features of BO is that grouping is automatic.
You then come to the problem of the HAVING phrase. This is done by comparing the measure against a CALCULATION.
Theoretically, you simply use the wizard and it's all done for you - but always check the SQL before you run it!
Make sure your measures have SQL aggregation on them.
Sum(table.column). Group Bys will autmatically be done. A measure is rarely correct without this. You can't rely just on the aggregation setting. That one on the 2nd tab simply deals with the objects behavior on a report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.