Skip to main content
Solved

Count of records not adding up correctly

  • February 6, 2023
  • 3 replies
  • 57 views

Forum|alt.badge.img+2

The bottom one should be a count of 2. Team A and Team B are two fields. I tried COUNT, COUNTA, COUNTALL

Here's the formula

I can't even add a Count to that specific field

Thanks

Best answer by pressGO_design

Duplicate the Team Splits field and turn that new field into a Rollup, then use the COUNTA function in the Rollup.

3 replies

pressGO_design
Forum|alt.badge.img+21

Duplicate the Team Splits field and turn that new field into a Rollup, then use the COUNTA function in the Rollup.


TheTimeSavingCo
Forum|alt.badge.img+31

Yeah it's a weird one sigh.  A possible solution could be to add a `Count` field to the junction table you've got, and then adding a rollup field on your main table with a `SUM(values)`? 

  

Link to base


Forum|alt.badge.img+2
  • Author
  • New Participant
  • February 8, 2023

Duplicate the Team Splits field and turn that new field into a Rollup, then use the COUNTA function in the Rollup.


This worked like a charm! Thank you both for your suggestions.