Click here to Skip to main content
15,903,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My formula field(@BillAmt) is declare in group header section & assign the formula is
(Round((Sum({vw_SalesTaxReportEuro.TotalAmount}, {vw_SalesTaxReportEuro.SalesInvoiceNumber})
+ Sum ({vw_SalesTaxReportEuro.Amount}, {vw_SalesTaxReportEuro.SalesInvoiceNumber})
+ {vw_SalesTaxReportEuro.TotEDValue})
- ({vw_SalesTaxReportEuro.OtherChrAmt} + {vw_SalesTaxReportEuro.AdjustedAmount}))
)

This formula field is show correct value & there are 2 rows into reports.
I want to show that the different value of that formula field are summation to another formula field(@TotBillAmt) & assign this field(@TotBillAmt) into group footer section of reports.

How will i solve it???????
Please Please help me anybody....
Posted
Comments
ShaikhM 19-Dec-12 19:36pm    
Check if the formula is resulting in INT or STRING. Could be a string thats why u are not able to sum it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900