Hai, Can someone help build the microflow for Grand Total of Pendapatan

0
I have a database entity as a picture below and the design like this, I want to make the total income that has been registered into the total income that has been registered.
asked
1 answers
1

Put a data view inside your list view and change its data source to Microflow.

The microflow itself looks like this

 

In your case Child would be Pendapatan and Parent is Itempendapatan. Make sure when creating a new Child(Pendapatan) that you select an already existing Parent(Itempendapatan) using a Reference Selector!

 

Be sure to check out the Rapid Developer Learning path or This question similar to yours if you want more information on this

answered