You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/create-edit-view-filters.md
+13-11
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ search.app:
30
30
31
31
<aname="BKMK_CreateOrEditViewFilters"></a>
32
32
33
-
The filters in a Power Apps view are important to the value provided by the view. The filters you apply <!--note from editor: Edit suggested.-->determine which records appear in the list by default. You can add or edit a filter for the columns that you include in a view by selecting the column and selecting **Filter by**. You can also use the expression builder in the view designer. Use the expression builder to add or edit filters for any fields in the view entity<!--note from editor: Does this mean "entity in the current view"? I find "view entity" leads me down the wrong path, but maybe this won't be confusing for your readers.--> or any fields in a related entity.
33
+
The filters in a Power Apps view are important to the value provided by the view. The filters you apply determine which records appear in the list by default. You can add or edit a filter for the columns that you include in a view by selecting the column and selecting **Filter by**. You can also use the expression builder in the view designer. Use the expression builder to add or edit filters for any fields of the entityin the current view or any fields in a related entity.
34
34
35
35
In this topic, you create or edit filters by performing the following tasks:
36
36
@@ -47,17 +47,17 @@ In this topic, you create or edit filters by performing the following tasks:
47
47
-[Group conditions of a filter](create-edit-view-filters.md#group-conditions-of-a-filter)
48
48
49
49
## Edit or remove a filter condition
50
-
<!--note from editor: In these procedures, edits to "View properties" assumes that string is in the UI. If it isn't, it should just be "view properties", regular type.-->
50
+
51
51
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
52
52
53
53
2. Expand **Data**, select **Entities**, select the entity that you want, and then select the **Views** tab.
54
54
55
-
3. Select a view to open it. The **View properties** panel lists existing filters.
55
+
3. Select a view to open it. The view properties panel lists existing filters.
@@ -115,17 +115,19 @@ In this topic, you create or edit filters by performing the following tasks:
115
115
116
116
1. In the expression builder, select **Add** > **Add related entity**.
117
117
118
-
2. Select a field from the related entity <!--note from editor: Is something missing here? I'd expect you'd need to choose the related entity before you select one of its fields.-->for the condition. You can select fields that have a many-to-one, one-to-many, or many-to-many relationship with the view entity.<!--note from editor: I made these relationships regular type, but if they're literally in the UI they should be bold.-->
118
+
2. Select a field from the current entity that is related to another entity. The entity related to the field is shown in parenthesis. You can select fields that have a many-to-one, one-to-many, or many-to-many relationship with the related entity.
119
119
120
-
3. Select a conditional operator.
120
+
3. Select a field of the related entity for the condition.
0 commit comments