Hey! I am build an app for my mom and she is a teacher. Basically I have a data base with the sutdentes name and their grades. I need to check every single item from database to see where the name is the same and then, i need do sum other attribute from the same entity. I Know I can sum an attribute but I dont Know how I sum the grades when the name is the same. Please help :)
Hi Gonçalo,
You just need to: 1. Group by name 2. Add the Sum to the attribute you want to sum.
Here you can find a step by step with screenshots on how to do that.
Hope it helps.
Regards,João
Check this Videos:
https://www.outsystems.com/training/courses/132/advanced-aggregates/?LearningPathId=18
https://www.outsystems.com/training/courses/126/aggregates-101/?LearningPathId=18
On youtube you can watch in Portuguese:
https://www.youtube.com/watch?v=tjN2hVv8GTY&list=PLY-9oEzuBhdeqnuD66kykLg-779qOiM3K&index=1
if you want to sum attributes in the same "row", you can follow this steps
open the aggregate and create a new attribute
add formula
select the attributes
and that's it