JenHamilton_Tye
5 years agoQrew Trainee
Use text field to define formula
We have a table with a list of unique goals and I would like the users to define how to calculate their goal themselves. (This table has relationships, a bunch of summary fields they can choose from.)
Field name: How to calculate
Field type: Text
Field Name: Metric Result
Field type: Formula - Number
Formula: [How to calculate]
Record #1
How to calculate: ([Fail]+[Pass])/[Pass]
Record #2
How to calculate: ([Complete]+[Incomplete])/[Incomplete]
Currently the Metric Result field does not work, it gives a save error saying it is expecting a number.
- If I use ToNumber([How to calculate]) the result is 0.
- I could setup a notification and go write in a new part of a nested If or Case formula every time a goal is added, but I'd rather make it self-sustaining.
------------------------------
Jen Hamilton
------------------------------