Skip to main content
Solved

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


Forum|alt.badge.img+4
  • New Participant
  • 4 replies

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?

Best answer by Alessio_Monino

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

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+11
  • Participating Frequently
  • 160 replies
  • Answer
  • April 5, 2022

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


Forum|alt.badge.img+4
  • Author
  • New Participant
  • 4 replies
  • April 11, 2022

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


Reply