This content has been marked as final.
Show 2 replies
-
1. Re: Calculation Script
Srini Dhulipalla Feb 9, 2011 8:20 AM (in response to GESYMSB)You can place the below code in the Calculate event of the last cell.
( V1.rawValue + V2.rawValue ) * 2
where V1 and V2 are the names of the fields you want to sum.
Thanks
Srini
-
2. Re: Calculation Script
GESYMSB Feb 12, 2011 11:34 AM (in response to GESYMSB)10000000000 OF THANKS !
Perfect, now do you think you can help me with this.
Most calculations are perfect but look this example:
Sub-total 69.54
Labor 65.00
Tax 6.727 ( Sub + Labor times 0.05 )
Total Service 141.27Total Service, should be .26 and not 27
this is because the tax ( 6.727 )Anyway to fix that micro error ?
Thanks

