Skip to content

Commit d0a48ca

Browse files
authored
Merge pull request MicrosoftDocs#4904 from MicrosoftDocs/matp-2362173
Matp 2362173
2 parents 55d8289 + f519a5b commit d0a48ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

powerapps-docs/maker/data-platform/custom-picklists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a choice| Microsoft Docs
3-
description: Step-by-step instructions for how to create an choice.
3+
description: Step-by-step instructions for how to create a choice.
44
author: lancedMicrosoft
55
manager: kvivek
66
ms.service: powerapps
@@ -88,7 +88,7 @@ Choices can be created in two ways, either from the **Choices** list within the
8888

8989
## Global and local choices
9090

91-
By default, Choices are created as Global Choices which allows them to be reused across multiple tables. Under the **View more** option when creating a new Choice you can chose to make an Choice **Local**. This option is only available when creating an Choice while adding a column, and not through the **Choices** list. Local choices can only be used by the table and column they are created against, and cannot be reused on other tables. This approach is only recommended for advanced users that a specific need for a local choice .
91+
By default, Choices are created as Global Choices which allows them to be reused across multiple tables. Under the **View more** option when creating a new Choice you can chose to make a Choice **Local**. This option is only available when creating a new Choice while adding a column, and not through the **Choices** list. Local choices can only be used by the table and column they are created against, and cannot be reused on other tables. This approach is only recommended for advanced users that a specific need for a local choice .
9292

9393
> [!IMPORTANT]
9494
> Once a choice is created as local or global, this cannot be changed.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ search.app:
2323
- PowerApps
2424
- D365CE
2525
---
26-
2726
# Define rollup columns that aggregate values
2827

2928
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
@@ -65,7 +64,8 @@ Each Rollup column creates two accessory columns with *<columnname>*`_date
6564
|3|OtherError|The column value calculation failed due to an internal error. The following run of the calculation job will likely fix it.|
6665
|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.|
6766
|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.|
67+
|6|LoopDetected|The column value calculation failed because a recursive loop was detected in the hierarchy of the row.|
68+
| 7 | CurrencyMissing | The column value calculation failed because the required field currency is missing. |
6969

7070
<a name="BKMK_calculations"></a>
7171

@@ -88,7 +88,7 @@ To view rollup jobs:
8888

8989
### Calculate Rollup Column
9090

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.
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 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.
9292

9393
## Online recalculation option
9494
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)