How do I average several fields?

Hello,

I’m busy creating a page where the results of an evaluation are displayed.

In this evaluation there are 6 notes present (these notes are in my database). I’d like to average these scores and display them on my page, but I can’t figure out how to do it.

I’ve looked at various topics and a few videos on the Bubble YouTube channel, but it doesn’t really meet my needs… Could someone point me in the right direction?

Here’s how the different notes are displayed. Of course they are in number format in the database :slight_smile:

Capture d’écran 2024-05-12 à 16.53.50

Right now your picture is referencing just one.

So when you get them all, you can use :average to average a list of values.
(And “each item’s #value”) to get a list of numbers.

So if the list is in a repeating group here’s an example:

Repeating Group A’s List of grades: Each items Number: Average.

This topic was automatically closed after 70 days. New replies are no longer allowed.