Hello I am trying to get the sub total of a bunch of entities that have a many-to-one relationship with another entity. I was able to get this to work in a canvas app through the use of filtering and Sum() but don't know if it is even possible with model-driven apps. I first thought of using a Flow but then see that there's no way to send data back to a model-driven app the same way I can with a canvas.
Is this possible with model-driven apps or should I just stick to canvas?
Solved! Go to Solution.
Hi @Mgodby ,
If you want to sum the total field from child entity, you can create a Roll-up field to calculate the aggregation.
The rollups are calculated by scheduled system jobs that run asynchronously in the background. The asynchronous job executes once per hour, attempting to recalculate the rollup attribute. In additional to the hourly system job, users may manually force a system recalculation.
Note: You should have write access on parent entity
Best regards,
Sik
Hi @Mgodby ,
If you want to sum the total field from child entity, you can create a Roll-up field to calculate the aggregation.
The rollups are calculated by scheduled system jobs that run asynchronously in the background. The asynchronous job executes once per hour, attempting to recalculate the rollup attribute. In additional to the hourly system job, users may manually force a system recalculation.
Note: You should have write access on parent entity
Best regards,
Sik
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
185 | |
95 | |
62 | |
59 | |
58 |
User | Count |
---|---|
247 | |
164 | |
93 | |
78 | |
70 |