Hi,
I would like to create a Pivot Table where I have say four rows all in column format.
They are Broker, Portfolio, Port ID, Rate(decimal).
The data is Amounts in dollars.
You have many variations across these four fields but for illustration and more particular to address my problem here is an example:
Broker is A, Portfolio is B, Port Id is 100 and Rate is .45.
I have set the table up such that it only gives me the Total for Broker.
Carrying on with the example:
There are 13 records of A,( each worth 1000), they all have Portfolio B and Port ID of 100 as well as a Rate of .45
The total for Broker in this example is 13000.
I create a calculated field and it reads...due Broker=amount*rate
and
I get: (.45*13)*13000=76050 (it is 13 times too big)
when
I am expecting .45*13000=5850.
Is there a way to set up the pivot table such that I can have it do the latter calculation or is it better to just create columns in the underlying data and do the calculation there?
Thanks for the many lessons I am learning here.