HI,
I want to have a report as below:

To achieve this I have created a Combined request.
The report is based on Week To Date values. I have used the TODATE function to calculate the WTD values
I get the correct results for the first row (Estimated Net Sales) but for the 2nd row (GP Margin %) the percentage value is incorrect.

The column formula is as below:
FILTER(TODATE("Sales Transactions"."Total Sale Profit", "Business Calendar"."Date Retail Fiscal Calendar"."Fiscal Week") USING ("Sales Transaction Type"."Sales Transaction Type Code" = 'SALE')) * 100 /
FILTER(TODATE("Sales Transactions"."Total Sale Net Amount","Business Calendar"."Date Retail Fiscal Calendar"."Fiscal Week") USING ("Sales Transaction Type"."Sales Transaction Type Code" = 'SALE'))
If I add this column formula to a New Analysis I get the value of 41% but here I get 1188 which is incorrect.
The Aggregation rule on the Pivot is selected as SUM for all the 3 columns.
Am I missing something here?
Thanks & regards,
Shantanu