Hope someone can help me how to set-up an ERD diagram where you can store calculation methods or formulas.
The user should be able to add accounts:
eg
"points possible"; "ID: 1"
"points earned"; "ID: 2"
but should be also able to enter and keep a calculation out of it eg. score%
which is
"points earned"/"points possible"
or "ID:2 / ID:1"
Here's an example how this is being implemented in salesforce.com
Thanks