Hi,
if you display a Board cube in a DataView and group it by an entity, then a sum is always formed for the values from the cube.
Is there also a way to form an AVG(), MAX() or MIN() on the individual values instead of the sum, so that an average or a maximum value is obtained from the individual cube values?
I would like to map the SQL aggregate functions to the database columns via a cube.
Is this possible?