Skip to content

Commit 126feab

Browse files
authored
Merge pull request #6327 from MicrosoftDocs/Mattp123-patch-3
Revising steps for accuracy
2 parents 047dcfe + b6b0512 commit 126feab

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Define rollup columns with Power Apps | MicrosoftDocs"
33
description: "Learn how to define rollup columns"
44
ms.custom: ""
5-
ms.date: 01/23/2020
5+
ms.date: 05/05/2022
66
ms.reviewer: ""
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "conceptual"
@@ -26,8 +25,6 @@ search.app:
2625
---
2726
# Define rollup columns that aggregate values
2827

29-
30-
3128
Rollup columns help users obtain insights into data by monitoring key business metrics. A rollup column contains an aggregate value computed over the rows related to a specified row. This includes regular tables and activity tables such as emails and appointments.
3229

3330
In more complex scenarios, you can aggregate data over the hierarchy of rows. As an administrator or customizer, you can define rollup columns by using the customization tools in Power Apps, without needing to write code.
@@ -78,10 +75,11 @@ The rollups are calculated by scheduled system jobs that run asynchronously in t
7875

7976
To view rollup jobs:
8077

81-
1. While viewing the **Common Data Services Default Solution** edit the URL, removing everything after `dynamics.com` and refresh the page.
82-
2. In the **Settings** area, select **System** > **System Jobs**.<br />![Navigate to system jobs.](media/navigate-system-jobs.png)
78+
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select the environment you want.
79+
1. Select **Settings** (gear) > **Advanced settings**.
80+
1. Select **Settings** > **System Jobs**.<br />![Navigate to system jobs.](media/navigate-system-jobs.png)
8381
1. In the view selector, choose **Recurring System Jobs**.
84-
2. To quickly find a relevant job, you can filter by the System Job type: **Mass Calculate Rollup Field** or **Calculate Rollup Field**.
82+
1. To quickly find a relevant job, you can filter by the System Job type: **Mass Calculate Rollup Field** or **Calculate Rollup Field**.
8583

8684
### Mass Calculate Rollup Field
8785

@@ -218,4 +216,4 @@ Certain table forms, such as Account or Contact, out-of-the-box, contain the as
218216
[Define and query hierarchically related data](define-query-hierarchical-data.md)<br />
219217

220218

221-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
219+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)