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
+26-24
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. 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.
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 entity in 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
@@ -52,90 +52,92 @@ In this topic, you create or edit filters by performing the following tasks:
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.
1. In the expression builder, 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
86
86
3. Select a conditional operator.
87
87
88
88
4. Select a comparison value.
89
89
90
-
Some filter conditions do not require a comparison value for the condition. For example, the operator **Contains data**does not require a comparison value. With other filter conditions, you choose the comparison value from an option set. For example, the status field has an option set that contains the values Active and Inactive.
90
+
Some filter conditions don't require a comparison value for the condition. For example, the operator **Contains data**doesn't require a comparison value. With other filter conditions, you choose the comparison value from an option set. For example, the **Status** field has an option set that contains the values **Active** and **Inactive**.
You can select **Collapse** to display the group as a conditional expression.
113
113
114
114
### Add a related entity to a condition
115
115
116
-
1. In the expression builder, select **Add > Add related entity**.
116
+
1. In the expression builder, select **Add** > **Add related entity**.
117
117
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.
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