Community
Participate
Working Groups
Description: The operation of changing the function of grandtotal's dataitem should be consistent with the operation of changing the function in dimension's aggregation dialog. Build number: 2.2.0.v20070509-0630 Steps to reproduce: 1, New a crosstab 2, Specify a grandtotal on the crosstab 3, Change the function of grandtotal in dimension's aggregation dialog. And check the XML Source 4, Change the function of grandtotal's data item in crosstab. And check the XML Source Expected result: Step3 and Step4 have the same effect. And the report design should be: <structure> <property name="name">QUANTITY1_Group2/PRODUCT_TYPE</property> <expression name="expression">measure["QUANTITY1"]</expression> <simple-property-list name="aggregateOn"> <value>Group2/PRODUCT_TYPE</value> </simple-property-list> <property name="aggregateFunction">count</property> </structure> Actual result: Step4 will miss to write the: <simple-property-list name="aggregateOn"> <value>Group2/PRODUCT_TYPE</value> </simple-property-list>
*** This bug has been marked as a duplicate of bug 184808 ***
Closed