Help

Re: How to subtract from a value using groups and subgroups

577 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Mark_Brigham
4 - Data Explorer
4 - Data Explorer

Hi,
I’m trying to add a budget value to a table so that all subsequent entries deduct from that amount. I’m using groups and subgroups and would like each entry to subtract from a budget whilst showing the total value spent against budget

1 Reply 1
Jono_Prest
6 - Interface Innovator
6 - Interface Innovator

Hi @Mark_Brigham,

Welcome to the community!

I have a few suggestions for your problem. Perhaps the simplest thing would be to have a formula field in your table that divides the value by your total budget. For example let’s say your budget is $5000 and you have a field called “Value” where you specify the dollar value of that particular entry. The formula would be: {Value}/5000 (formatted to a percentage.) Then when you group your entries you can use the sum aggregator to see the percentage of budget spent from that particular group.

You could also create another table purely for calculations. You could for instance create a summary record with a linked field to your values table, link all your entries in your values table to this particular summary record and then you can use roll up fields to do calculations based on certain conditions via the linked table.