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
+9-9
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Create or edit filters in model-driven app views | MicrosoftDocs"
3
3
description: "Learn how to create and edit filters or views for your app"
4
-
keywords: ""
4
+
keywords: "expression builder"
5
5
ms.date: 2/04/2020
6
6
ms.service: powerapps
7
7
ms.custom:
@@ -30,13 +30,13 @@ 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. Which filters are applied 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 Filters editor in the view designer. Use the Filters editor to add or edit filters for any fields in the view entity or any fields in a related entity.
33
+
The filters in a Power Apps view are important to the value provided by the view. Which filters are applied 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 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
37
37
-[Edit or remove a filter condition](create-edit-view-filters.md#edit-or-remove-a-filter-condition)
38
38
39
-
-[Open the filter editor](create-edit-view-filters.md#open-the-filter-editor)
39
+
-[Open the expression builder](create-edit-view-filters.md#open-the-expression-builder)
40
40
41
41
-[Add conditions to a filter](create-edit-view-filters.md#add-conditions-to-a-filter)
42
42
@@ -70,16 +70,16 @@ In this topic, you create or edit filters by performing the following tasks:
70
70
71
71
8. To remove a condition, select Remove filter. The condition is removed without confirmation.
72
72
73
-
### Open the filter editor
73
+
### Open the expression builder
74
74
75
75
- On the View properties panel, select **Edit filters**.
1. In the filters editor, select **Add > Add row**.
82
+
1. In the expression builder, select **Add > Add row**.
83
83
84
84
2. Select a field for the condition.
85
85
@@ -96,7 +96,7 @@ In this topic, you create or edit filters by performing the following tasks:
96
96
97
97
### Add a group condition to a filter
98
98
99
-
1. In the filters editor, select **Add > Add group**.
99
+
1. In the expression builder, select **Add > Add group**.
100
100
101
101
2. Select the relational operator **Or** for the group. **And** is the default relational operator.
102
102
@@ -113,7 +113,7 @@ In this topic, you create or edit filters by performing the following tasks:
113
113
114
114
### Add a related entity to a condition
115
115
116
-
1. In the filters editor, select **Add > Add related entity**.
116
+
1. In the expression builder, select **Add > Add related entity**.
117
117
118
118
2. Select a field from the related entity for the condition. You can select fields that have a Many to One, One to Many, or Many to Many relationships with the view entity.
119
119
@@ -126,7 +126,7 @@ In this topic, you create or edit filters by performing the following tasks:
126
126
127
127
### Group conditions of a filter
128
128
129
-
1. In the filters editor, select the checkbox for the conditions that you want to group.
129
+
1. In the expression builder, select the checkbox for the conditions that you want to group.
130
130
131
131
2. Select the More commands menu for one of the conditions, and select **Make group**.
0 commit comments