I have a pivot table which is used for sales analysis. My data table has multiple lines associated with an order. My pivot table summarizes the lines (captures the main line and discounts associated with that). In my data section, the pivottable correctly calculates the NET USD AMOUNT, which is a sum of 3 line items (1 sales and 2 discount line items) off my data table. However if I want to get this amount in foreign currency, by dividing by the exchange rate (also a field in the date table), I get the sum of the NET USD AMOUNT/sum of the Exchange rate, where I really don't want the sum of the Exchange rate, just want it once. I created the above incorrect formula in Formulas/Calculated Field in Pivot Table menu.
Any ideas on how to handle this within Pivottable? I could change my program that creates the datafile, but am concerned about what problems that may cause.
Any ideas on how to handle this within Pivottable? I could change my program that creates the datafile, but am concerned about what problems that may cause.