ousoonerjoe
Programmer
I am working on an accounting report and have run into an issue. I have 3 fields: CurrAmt, FutureAmt, Discount. I need to report the individual values as well as a Grouped Value. How can this be accomplished in a Report Field?
for example:
As always, any suggestions are welcome. Thank you.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.
for example:
Code:
[u]CurrAmt[/u] [u]FutureAmt[/u] [u]Discount[/u]
100.00 0.00 1.00
0.00 120.00 0.00
50.00 0.00 2.00
0.00 20.00 10.00
0.00 25.00 5.00
Current Discount: 3.00
Future Discount : 15.00
As always, any suggestions are welcome. Thank you.
"If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now.