Hi everyone.
I have a table "receipts" that collects receipts linked to different projects. Every receipt can only be linked to one project. The Receipts table has a Number Field "Amount in Euro".
Now I the Project table, I want to have a Rollup field with the sum of all Amount field. But only those who are linked with the Project im currently in.
What I want to do is add the condition "Where Project is exactly current project". So for Project 1 it filters by that, for Project 2 by that one. But I can only choose one particular project.
Am I missing something or is there another way to do this?
Basically what im trying to do is see the Sum of all incoming and outgoing receipts for every project right within the Project.
Any helps would be greatly appreciated 🙂