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.

Tracking bi-weekly Sprint score through a form and calculating averages

Topic Labels: Base design
Solved
Jump to Solution
1737 2
cancel
Showing results for 
Search instead for 
Did you mean: 
GHR
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi,

I need to create a form for our sprint reviews, in which our partners can anonymously rate their confidence and commitment to the development. I have created the form with no problem, but I would like to track the average rating per question and per sprint, so I can follow the progress over time.

How do I calculate an average grouped by the specific sprint?

AB688B14-1FDA-41AD-A905-5DCFEB0BE14A_1_201_a

1 Solution

Accepted Solutions
Alessio_Monino
9 - Sun
9 - Sun

hi @GHR,
I would suggest separating the structure in two separate tables: one for sprints and one for questionnaire answers. Then you could use a linked record field to link each questionnaire answer to a specific sprint. This would allow you to, from the sprints table, create a rollup field that calculates the average for that particular sprint.

Hope this helps!

Website: alessiomonino.com
Calendly: Calendly - Alessio Monino
Email: alessio.monino@gmail.com

See Solution in Thread

2 Replies 2
Alessio_Monino
9 - Sun
9 - Sun

hi @GHR,
I would suggest separating the structure in two separate tables: one for sprints and one for questionnaire answers. Then you could use a linked record field to link each questionnaire answer to a specific sprint. This would allow you to, from the sprints table, create a rollup field that calculates the average for that particular sprint.

Hope this helps!

Website: alessiomonino.com
Calendly: Calendly - Alessio Monino
Email: alessio.monino@gmail.com

GHR
5 - Automation Enthusiast
5 - Automation Enthusiast

This was exactly what I needed @Alessio_Monino - thanks for the reply!