I have an order form with columnns for:
qty
item
daily/weekly/montly rates
# of days/weeks/months
daily/weekly/monthly total (qty*rate)
and at the bottom daily/weekly/montly subtotals (#of days/weeks/months * daily/weekly/montly total)
The way my boss wants this to work is:
I enter a qty, say "4" and a daily rate, $500
In the DailyTotal field for that row, the calculation would be $2000
Later, if I add in a number of days, say 4
the calculation in the subtotal at the bottom would be $8000
Clear as mud?
I have the row calcs working fine, its the subtotal field Im having trouble with. It needs to both multiply the # of days by the dailytotal and all each row in the columm together.
I've tried:
sum (ToolOrderTable.Row[*].DailyTotal[*])*days
and other variations on this idea.
any help would be appreciated.
Thanks!
-tina