L
Lex Short
I have unsuccessfully tried to create a group subtotal in a report. I need the report to add together the amounts in only that group.
I have the following expression in the report:
=IIf(Now()>[Begin Date],((Month([End Date])-Month([Begin Date])+1)-(Month(Now())-Month([Begin Date])))*[Monthly Amount],[Inv Amount])
In the group footer I have a text box that says
source: same formula as listed above
Running sum: Over Group
The result is a running total for the whole report instead of per group.
If I change it to
Running sum: No
Then the result is the amount of the last record on the page.
How can I get the report to show the subtotal for that expression per group?
Many thanks for your help!
EggHeadCafe - Software Developer Portal of Choice
Secure Session State Transfer: ASP to ASP.NET
http://www.eggheadcafe.com/tutorial...e-1ef18cbb92e1/secure-session-state-tran.aspx
I have the following expression in the report:
=IIf(Now()>[Begin Date],((Month([End Date])-Month([Begin Date])+1)-(Month(Now())-Month([Begin Date])))*[Monthly Amount],[Inv Amount])
In the group footer I have a text box that says
source: same formula as listed above
Running sum: Over Group
The result is a running total for the whole report instead of per group.
If I change it to
Running sum: No
Then the result is the amount of the last record on the page.
How can I get the report to show the subtotal for that expression per group?
Many thanks for your help!
EggHeadCafe - Software Developer Portal of Choice
Secure Session State Transfer: ASP to ASP.NET
http://www.eggheadcafe.com/tutorial...e-1ef18cbb92e1/secure-session-state-tran.aspx