22
Views
3
Comments
Solved
Where's Aggregate editor?

Hi!

Another newbie question.

I found this post from 2021 but still haven't managed to understand it after reading the documentation. It's showing how to edit an attribute, not an aggregate.

https://www.outsystems.com/forums/discussion/70577/how-do-you-access--aggregate-editor/

The lesson is asking me to open aggregate editor in order to select an Entity and then adding a source.

"Advanced Aggregates Exercise" lesson of "Becoming a Web Developer" course.

Solution

Hi,

This is an aggregate editor:


You start the aggregate editor by adding an aggregate to a screen, block or action, or by double clicking on an existing aggregate.

For more information see:
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/handling_data/queries/aggregate/

Regards,

Daniel

Hello Renato,

Welcome to OutSystems   :)

If you want add record to data base you mentioned link is the best answer.

If you want to add database aggregate to screen then follow these steps,

1. Right click on the screen / block in which you want to add the entity

2. Click on Fetch Data from resource

3. You will able to see the screen like below

4. Here you can directly fetch the entity from the Database 

5. After that you can add the filter you want to.

Hope this helps,

Komal

Solution

Hi,

This is an aggregate editor:


You start the aggregate editor by adding an aggregate to a screen, block or action, or by double clicking on an existing aggregate.

For more information see:
https://success.outsystems.com/documentation/11/reference/outsystems_language/data/handling_data/queries/aggregate/

Regards,

Daniel

Thank you both! :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.