21
Views
3
Comments
Solved
React web change aggregate result
Question

Hi,

I want to change the value of the aggregate result.
I cannot add property on aggregate result to achieve it, because it needs to go through a server action to get the output.
In the traditional web, i can do in preparation, for loop the aggregate result, change the value before display it to user, does anyone know how can i do it in react web development?

2026-01-19 17-09-56
Carlos Lessa
 
MVP
Solution

WEI LUN WONG wrote:

Hi,

I want to change the value of the aggregate result.
I cannot add property on aggregate result to achieve it, because it needs to go through a server action to get the output.
In the traditional web, i can do in preparation, for loop the aggregate result, change the value before display it to user, does anyone know how can i do it in react web development?

Hi Wei Lun Wong, you can use "Fetch data from other sources"

This create a flow like the preparation where you can use it to do what you need

You can use also the events to manipulate your aggregate

Hope I could help you

Best Regards

Carlos Lessa

UserImage.jpg
WEI LUN WONG

Hi Carlos,
Thanks. I can do in "Fetch data from other sources" for my case.

2026-01-19 17-09-56
Carlos Lessa
 
MVP

WEI LUN WONG wrote:

Hi Carlos,
Thanks. I can do in "Fetch data from other sources" for my case.

Good I could help you, good codes


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