I need to create a custom field in a project custom form which displays a sum total of a custom Expense field. | Community
Skip to main content
December 7, 2021
Question

I need to create a custom field in a project custom form which displays a sum total of a custom Expense field.

  • December 7, 2021
  • 1 reply
  • 537 views

I created a custom Expense form which is attached to each expense record within a project. The form has a field called "Capital Expense", which is used to enter a dollar amount. I have custom form attached to the Project Details. On that form I want to have a display-only field which sums up all of the Capital Expense entries in the Expense records under that project. Can I do this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Doug_Den_Hoed__AtAppStore
Community Advisor
Community Advisor
December 7, 2021

Hi Tony,

Unfortunately, the oft-cited phrase is "you can go down, but not up" with such data: there is no native way to aggregate in the fashion you're seeking.

As a proxy, you can create a Numeric Text Field at the Project Level, then periodically review an expense level report that sums and groups by project and (ewww) manually type in the numbers for each appropriate Project. Doing so will at least then allow you to do a proof of concept as to the value of keeping that information at that level (and the cost of your time to do so).

With that cost benefit in hand, you could then consider licensing either Fusion or our UberCalc solution to automatically push the desired data up to the Project level.

Regards,

Doug

secinarotAuthor
December 7, 2021

Thank you for the response