Percentages in Pivot table

N

Nicky

i have got a query looking at Sales History against Forecast and want to see
the accuracy to forecast as a percentage in a pivot table.
The fields I have are
ActualSales
ForecastQty
Var: IIf([ForecastQty] Is Null,[ActualSales],([ActualSales]-[ForecastQty]))
Perc: [Var]/[ActualSales]

This all works fine if I run the query but when I try and put it into a
pivot Table it doesn't like it and crashes.

Is there a different way to handle this in Pivot tables.

Thank you
 
D

De Jager

Nicky said:
i have got a query looking at Sales History against Forecast and want to
see
the accuracy to forecast as a percentage in a pivot table.
The fields I have are
ActualSales
ForecastQty
Var: IIf([ForecastQty] Is
Null,[ActualSales],([ActualSales]-[ForecastQty]))
Perc: [Var]/[ActualSales]

This all works fine if I run the query but when I try and put it into a
pivot Table it doesn't like it and crashes.

Is there a different way to handle this in Pivot tables.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top