Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
OK, I'm starting to understand. I think that the issue is that you need to count all the children but just the unique parents.
How about this for an idea.
Make a summary of the Minimum [Record ID#] of the child record. Call it [Record ID# of 1st Child].
Look it up down to the children.
Then have a formula called [# unique Parents]
IF([Record ID#] = [Record ID# of 1st Child],1,0)
Then summarize that field and each parent should only be counted once.
How about this for an idea.
Make a summary of the Minimum [Record ID#] of the child record. Call it [Record ID# of 1st Child].
Look it up down to the children.
Then have a formula called [# unique Parents]
IF([Record ID#] = [Record ID# of 1st Child],1,0)
Then summarize that field and each parent should only be counted once.