You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Using the ProductMarginReport example, the model doesn't need to store both margin_percentage and absolute_margin because it is easily calculable using a method within the model. However, I don't see how to incorporate such derived or value-added methods as columns in a report. I have a lot of existing models with similar derived data methods.