I am trying to create a sheet in which the latest data from the child rows is presented in the Parent row so the most current info is always displayed in a collapsed row view. I have several columns I need to "pull into the parent row. I successfully got everything to work as desired. As soon as I tried to copy the hierarchy with the same Parent-child formulas- I got hit with the Circular Reference error as well as a Blocked error. Everything worked perfectly until I tried to copy it over for the next set. Is there anyway around this. The formulas are all based on the specific Parent child relationship for each group and should not be impacted by a completely different group. Here is an example of one of the formulas:
=IF(COUNT(CHILDREN(Patient@row)) > 0, INDEX(COLLECT(Insurer:Insurer, [Date From Hidden]:[Date From Hidden], MAX(COLLECT([Date From Hidden]:[Date From Hidden], [Valid Date]:[Valid Date], 1))), 1), "")