Hi
i need help to do this:
i have an expense report that lists the expenses of a range of dates:
Field on my report in section detail:
date
idinvoice
client
subtotal
tps (calculated =([subtotal]*[databasetps]))
tvq (calculated =(([subtotal]+[databasetps])*[databasetvq]))
total (calculated =[subtotal]+[databasetps]+[databasetvq])
my formulas works on this part of the report but not in the footer where i want to put another calculation:
Footer of the report:
SumSubtotal = sum([subtotal]) (ok it works)
SumTps = sum([tps])
SumTvq = sum([tvq])
SumTotal = sum([total])
so that's my problem sumtps, sumtvq and sumtotal are blank and before the report generate it ask me those values???
is there a way to sum those calculated field on my footer report?
thanks a lot!
i need help to do this:
i have an expense report that lists the expenses of a range of dates:
Field on my report in section detail:
date
idinvoice
client
subtotal
tps (calculated =([subtotal]*[databasetps]))
tvq (calculated =(([subtotal]+[databasetps])*[databasetvq]))
total (calculated =[subtotal]+[databasetps]+[databasetvq])
my formulas works on this part of the report but not in the footer where i want to put another calculation:
Footer of the report:
SumSubtotal = sum([subtotal]) (ok it works)
SumTps = sum([tps])
SumTvq = sum([tvq])
SumTotal = sum([total])
so that's my problem sumtps, sumtvq and sumtotal are blank and before the report generate it ask me those values???
is there a way to sum those calculated field on my footer report?
thanks a lot!