Measure objects contain aggregate functions that map to facts in the database. They represent the metrics by which you want to compare dimensions. Measure objects are semantically dynamic, meaning that the values they return in a query vary depending on the dimension and attribute objects that are used with them.
You can see that two separate queries, using the same Sales Revenue measure object, but different dimension objects, result in the measure returning different values.
The most regularly used aggregates are:
Sum
Count
Average
Maximum
Minimum
However, there are others that can be used. The full set of aggregate functions is held in the Numeric functions selection list of the SQL expression editor dialog box.
You can check the High Precision property associated with the Numeric Data Type for applications supporting high precision number formats . An example of this is the IEEE 754-2008 Decimal Floating Point format supported in SAP BusinessObjects Web Intelligence 4.2 and higher. With this property checked in the measure object, the application using the universe can use its high precision number format to improve the precision of its calculations.
Note
Calculations in high precision format consume more memory and take longer to execute. Only check this property for the measures of the business layer where high precision calculations are necessary.