Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Transaction Patterns » Calculated fields
Re: Calculated fields [message #4284 is a reply to message #4282] Tue, 24 June 2014 04:08 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2352
Registered: April 2006
Location: Surrey, UK
Senior Member
No, the framework cannot do such things for you automatically, you have to write the code yourself.

When reading from the database you can build the calculation into the SQL statement such as:
SELECT product_id, unit_price, quantity, SUM(unit_price * quantity) AS extended_price ...


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: eMail sent automatically
Next Topic: Dropdown list
Goto Forum:
  


Current Time: Fri Jul 19 17:15:25 EDT 2024

Total time taken to generate the page: 0.03520 seconds