I’m facing a simple challenge with two linked tables. Table1 serves as the parent record, and Table2 holds the child records. My goal is to display the average rating from Table2 onto Table1.
Within each Table2 record, there are 6 distinct numeric ratings. I’m looking for a solution to calculate the overall average rating across these six values, enabling me to roll up and present it on Table1.
Any suggestions or solutions would be greatly appreciated. Thanks a bunch!