Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Displaying team average in interface

Topic Labels: Data Interface Designer
282 1
cancel
Showing results for 
Search instead for 
Did you mean: 
CliffRoss
4 - Data Explorer
4 - Data Explorer

Hi, I'm currently trying to display my teams averages in an interface. In my table, I have a user field where records are assigned to a team member, a date completed field and a status field where the team marks "Complete" when finished.

In my interface, I would like to display the average count completed per day. I know this can be accomplished through lookup/rollup fields but I'm struggling to get it to work properly and would really appreciate some assistance.

1 Reply 1

Try creating a 'Summary' table and link all your data records to a single record there:

Screenshot 2024-12-19 at 10.48.35 AM.png

Screenshot 2024-12-19 at 10.50.17 AM.png

Link to base

 'Num days' has the following formula:

COUNTA(ARRAYUNIQUE(values))

And you can duplicate the base into your own workspace to view the field setups and experiment yourself!