Forum Discussion
- MarkShnier__You
Qrew Legend
you cannot edit a summary field or a lookup field or a formula field. But, if you need to have the choice to override the value, you can make a new field called [Summary xyz override], (deselect treat blank as zero) and then have a new field called [Summary field final] with the formula
IF(not IsNull([[Summary xyz override]),[Summary xyz override],[Summary field])
- normanohQrew Member
Thank you!