S
sanshah01
Hi,
I have a database of the following columns based on which a Pivot is
created. There are various other parameters/Columns by which Sales,
Margin are broken down. Each month may have hundreds of lines.
The below is just a simple overview.
Period Account Customer Type Country Amount
Jan Sales x A TK 10
Jan Margin x A TK 3
Jan Sales y B DF 25
Jan Margin y B DF 15
Feb
Mar
The Pivot layout is in the following way
Page : Period - This enables the user to choose the period for Sales
and Margin.
Row : Country + Customer + Type
Column : Account
Data : Amount
I have add Margin% as a calculated field (Margin/Sales).
The problem is :
1. How do I format it as a % within the pivot so that even if the pivot
is changed, the %format stays. Currently the number format is
"General".
2. In the Margin% column, the Total taken by the Pivot by type or by
customer is the total of the percentages mentioned above rather than
actually calculating the percentage of the total margin and total
sales. This gives incorrect percentages. How do I avoid that.
Regards
Sandip.
I have a database of the following columns based on which a Pivot is
created. There are various other parameters/Columns by which Sales,
Margin are broken down. Each month may have hundreds of lines.
The below is just a simple overview.
Period Account Customer Type Country Amount
Jan Sales x A TK 10
Jan Margin x A TK 3
Jan Sales y B DF 25
Jan Margin y B DF 15
Feb
Mar
The Pivot layout is in the following way
Page : Period - This enables the user to choose the period for Sales
and Margin.
Row : Country + Customer + Type
Column : Account
Data : Amount
I have add Margin% as a calculated field (Margin/Sales).
The problem is :
1. How do I format it as a % within the pivot so that even if the pivot
is changed, the %format stays. Currently the number format is
"General".
2. In the Margin% column, the Total taken by the Pivot by type or by
customer is the total of the percentages mentioned above rather than
actually calculating the percentage of the total margin and total
sales. This gives incorrect percentages. How do I avoid that.
Regards
Sandip.