calculate two fields
Hello,
I need to get the sum of two field (like: sum_net + sum_vat =
sum_total)!
Is there a possibility to get that result without any coding? The two
fields (sum_net; sum_vat) are in one band and i need the result in the
same band!
Thanks for any help!
Uwe Pätzold
www.softelligence.de
uwe.paetzold@softelligence.de
I need to get the sum of two field (like: sum_net + sum_vat =
sum_total)!
Is there a possibility to get that result without any coding? The two
fields (sum_net; sum_vat) are in one band and i need the result in the
same band!
Thanks for any help!
Uwe Pätzold
www.softelligence.de
uwe.paetzold@softelligence.de
This discussion has been closed.
Comments
1. Use RAP, the run-time Pascal environment included with RB Enterprise.
OR
2. Use SQL to create a calculated field
Select
(sum_net + sum_vat) As sum_total
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com