|
Zotya,
Please note that there are some differences between DynamiCube 2 and DynamiCube 3 syntax / features, especially:
GroupFooterType / Expression defined differently in 3.0
Calculated fields in 3.0 defined differently in 3.0
You can find the list of changes here: http://www.datadynamics.com/forums/59193/ShowPost.aspx
The GroupFooterType functionality in DynamiCube 3 has been changed and improved from DynamiCube 2.5. When a GroupFooterType("x") = DCFCalculated you can supply your own formula using GroupFooterExpression("x"). If you do not specify a GroupFooterType for an intersection, DynamiCube will use the default setting depending on the AggregateFunc of the associated DataField.
See also: http://www.datadynamics.com/Help/DynamiCube3/DynamiCubeLib~Field~GroupFooterExpression.html http://www.datadynamics.com/Help/DynamiCube3/DynamiCubeLib~Field~GroupFooterType.html HOWTO: Create a calculated group footer for a field: http://www.datadynamics.com/forums/87243/ShowPost.aspx INFO: GroupFooterType Property in DynamiCube 3: http://www.datadynamics.com/forums/64794/ShowPost.aspx INFO: Calculated Fields in DynamiCube 3.0: http://www.datadynamics.com/forums/63838/ShowPost.aspx
I've modified your sample to achieve desired result. Please see the attachment.
Thank you, Andrey T.
|