Hey @Daniel_Goris,
I guess that you have already created the link to field between the two table right?
So if not you have to. Then in the table you want to display the totals you have to create a new “Roll up” field based on that specific link to field. Then you can chose the fields from the second table you wan to add in your totals and choose in aggregation “sum(values)”
You can also request totals based on conditions.
Please try this and tell us if it work. For any further help do not hesitate to text us back.
Yours sincerely,
Dimitris Goudis
Hey @Daniel_Goris,
I guess that you have already created the link to field between the two table right?
So if not you have to. Then in the table you want to display the totals you have to create a new “Roll up” field based on that specific link to field. Then you can chose the fields from the second table you wan to add in your totals and choose in aggregation “sum(values)”
You can also request totals based on conditions.
Please try this and tell us if it work. For any further help do not hesitate to text us back.
Yours sincerely,
Dimitris Goudis
hi Dimitris, thanks for your response. I actually made a little test base, linked and with rollup function, and it works like a charm. The only difference is that one of the fields in my original base is a formula combining a few values in another field - could that be the issue?
Thanks agian, help is much appreciated.
hi Dimitris, thanks for your response. I actually made a little test base, linked and with rollup function, and it works like a charm. The only difference is that one of the fields in my original base is a formula combining a few values in another field - could that be the issue?
Thanks agian, help is much appreciated.
What do you mean it combines data?
If this formula sums the data then its not an issue but in case you want to request text values then the sum(values) will not work…
To be honest I didn’t get what exactly is the difference in your real system
Thanks
What do you mean it combines data?
If this formula sums the data then its not an issue but in case you want to request text values then the sum(values) will not work…
To be honest I didn’t get what exactly is the difference in your real system
Thanks
in the real one i have as example in one field:
double room
double room with balcony
This data comes from our property management system via Zapier.
In the next field, a formula combines these two into one room type: double room (I have several of these instances where i need to simplify the original data a bit in order to get the overview we need).
That one i then want to link to another table where i can analyse performance per room type: rollup revenue, look at occupancy, calculate yield per square meter and so on.
Hope that clarifies? I can make a few screenshots when i am back at my desk.
Thanks again!
D
in the real one i have as example in one field:
double room
double room with balcony
This data comes from our property management system via Zapier.
In the next field, a formula combines these two into one room type: double room (I have several of these instances where i need to simplify the original data a bit in order to get the overview we need).
That one i then want to link to another table where i can analyse performance per room type: rollup revenue, look at occupancy, calculate yield per square meter and so on.
Hope that clarifies? I can make a few screenshots when i am back at my desk.
Thanks again!
D
Without investigation at all in your case, I can tell you than with roll up you can request the unique counting of the values. But if you want to sum up all those values separately based on their value you may set a formula that will convert those text values into numbers in order to be doable to sum them in rollup aggregation.
Try the solution in a test base but with exact case and then we can see what is the best option for you. Feel free to text me dm at any time.
Thanks