I’m attempting to use the Rollup feature for the first time, and it isn’t working as expected. I have a very simple design – A campaign table that will display rolled-up data from an Invoice table.
Campaign Table:
Here are the settings for one of my Rollup fields:
Invoice Table:
I want the rows of the Invoice table to aggregate based on Campaign ID/Record ID.
Unfortunately, you can see that it is only linking one of the invoice rows – not both of the qualifying Campaign IDs.
What am I doing wrong?