View Full Version : Report Total


mithani
06-12-2007, 08:22 PM
Hi Friend,

I have made purchase order report. For each row, I am getting amount by calculating =[unitRate] * [Quantity] and its working perfect.

At the end I want to show total value. I have mentioned =sum([unitRate] * [Quantity]) but showing #Error... any clue

thanks

mithani

gemma-the-husky
06-13-2007, 01:48 AM
you need to have the total: [unit rate] * [quantity] as a column your query, then you can sum the total with no problem

mithani
06-13-2007, 03:07 AM
dear gemma,

Thanks man. I have tried but still showing error.

any idea

mithani

Rich
06-13-2007, 03:37 AM
Where on the Report are you doing the Sum?

mithani
06-13-2007, 04:54 PM
hi rich,

Yes I am doing on report.

mithani
06-13-2007, 08:04 PM
please help me

mithani
06-13-2007, 10:23 PM
i made it..... thanks