Hi there,
There is probably a solution I am not seeing here because I can no longer see the forest for the trees so to speak - if anyone has any advise it would be most appreciated! I have scoured support/community but cannot seem to figure it out.
I have one table where the primary field may have duplicate entries for the same entity. For example, assume we have Table A:
Mon - 13 units
Tue - 25 units
Wed - 5 units
…etc
Mon - 54 units
Tue - 18 units
…etc etc
From the above, over a period of time each day of the week will have more and more entries. So how best to add up all the units for each day i.e. what is the total for units for ‘Monday’ for all time?
My understanding is that, on another table (Table , I would need to link a single record to each ‘Monday’ record on Table A, then create a rollup field and use the SUM() function on the Units field from Table A. But this involves having to manually add in the link for each Monday with each new week. And if I already have a list that has a lot of data I have to go through and manually link them one by one.
Is there any way of automatically linking ALL records from Table A with a matching primary field? I.e a link to ‘Monday’ in Table B that includes all records with Monday as their primary field, thus adding new entries automatically?
I do not think this is possible, but perhaps there is some change I can make with the way I am structuring my data that I could change and take a different approach? It may be obvious to someone out there, as I have developed a block!
Many thanks for your help in advance!
Sam