Skip to content

Commit bf08a4c

Browse files
committed
Revised per 2362173
1 parent 87770f7 commit bf08a4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

powerapps-docs/maker/data-platform/define-rollup-fields.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Each Rollup column creates two accessory columns with *<columnname>*`_date
6565
|3|OtherError|The column value calculation failed due to an internal error. The following run of the calculation job will likely fix it.|
6666
|4|RetryLimitExceeded|The column value calculation failed because the maximum number of retry attempts to calculate the value was exceeded due to high number of concurrency and locking conflicts.|
6767
|5|HierarchicalRecursionLimitReached|The column value calculation failed because the maximum hierarchy depth limit for the calculation was reached.|
68-
|6|LoopDetected|The column value calculation failed because a recursive loop was detected in the hierarchy of the row.|
68+
|6|LoopDetected|The column value calculation failed because a recursive loop was detected in the hierarchy of the row.|
69+
| 7 | CurrencyMissing | The column value calculation failed because the required field currency is missing. |
6970

7071
<a name="BKMK_calculations"></a>
7172

@@ -88,7 +89,7 @@ To view rollup jobs:
8889

8990
### Calculate Rollup Column
9091

91-
**Calculate Rollup Field** is a recurring job that does incremental calculations of all rollup columns in the existing rows for a specified table. There is only one **Calculate Rollup Field** job per table. The incremental calculations mean that the **Calculate Rollup Field** job processes the rows that were created, updated, or deleted after the last **Mass Calculate Rollup Field** job finished execution. The default maximum recurrence setting is one hour. The job is automatically created when the first rollup column on a table is created and deleted when the last rollup column is deleted.
92+
**Calculate Rollup Field** is a recurring job that does incremental calculations of all rollup columns in the existing rows for a specified table. There is only one **Calculate Rollup Field** job per table. The incremental calculations mean that the **Calculate Rollup Field** job processes the rows that were created, updated, or deleted after the last **Mass Calculate Rollup Field** job finished execution. The default minimum recurrence setting is one hour. The job is automatically created when the first rollup column on a table is created and deleted when the last rollup column is deleted.
9293

9394
## Online recalculation option
9495
The rollup column on the form displays a calculator image, rollup value, and the time of the last calculation. To recaclulate, select the calculator image, and then select the **Recalculate** button that appears.

0 commit comments

Comments
 (0)