Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
A much more full proof way is to simply make a formula Rich text field. It will need to calculate to Blank or calculate to a red warning message.
For example
If([Total Cost Weight ] > 1, "Total Cost Weight cannot exceed 100%")
Then you can have a form rule to abort the save if the Total Cost Weight] >; 1
For example
If([Total Cost Weight ] > 1, "Total Cost Weight cannot exceed 100%")
Then you can have a form rule to abort the save if the Total Cost Weight] >; 1