Skip to content

Commit d339694

Browse files
committed
Doc for expression builder feature (Power Apps maker)
Revised per review, updated TOC with topic
1 parent 5b7b45e commit d339694

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

powerapps-docs/maker/TOC.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,8 @@
10181018
href: ./model-driven-apps/create-edit-views-app-designer.md
10191019
- name: Choose and configure columns in views
10201020
href: ./model-driven-apps/choose-and-configure-columns.md
1021+
- name: Create or edit filters in app views
1022+
href: ./model-driven-apps/create-edit-view-filterss.md
10211023
- name: "How to guides: Views"
10221024
items:
10231025
- name: How to make grids editable

powerapps-docs/maker/model-driven-apps/create-edit-view-filters.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create or edit filters in model-driven app views | MicrosoftDocs"
33
description: "Learn how to create and edit filters or views for your app"
4-
keywords: ""
4+
keywords: "expression builder"
55
ms.date: 2/04/2020
66
ms.service: powerapps
77
ms.custom:
@@ -30,13 +30,13 @@ search.app:
3030

3131
<a name="BKMK_CreateOrEditViewFilters"></a>
3232

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

3535
In this topic, you create or edit filters by performing the following tasks:
3636

3737
- [Edit or remove a filter condition](create-edit-view-filters.md#edit-or-remove-a-filter-condition)
3838

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)
4040

4141
- [Add conditions to a filter](create-edit-view-filters.md#add-conditions-to-a-filter)
4242

@@ -70,16 +70,16 @@ In this topic, you create or edit filters by performing the following tasks:
7070

7171
8. To remove a condition, select Remove filter. The condition is removed without confirmation.
7272

73-
### Open the filter editor
73+
### Open the expression builder
7474

7575
- On the View properties panel, select **Edit filters**.
7676

7777
> [!div class="mx-imgBorder"]
78-
> ![Filters editor](media/edit-create-filters.png)
78+
> ![Expression builder](media/edit-create-filters.png)
7979
8080
### Add conditions to a filter
8181

82-
1. In the filters editor, select **Add > Add row**.
82+
1. In the expression builder, select **Add > Add row**.
8383

8484
2. Select a field for the condition.
8585

@@ -96,7 +96,7 @@ In this topic, you create or edit filters by performing the following tasks:
9696

9797
### Add a group condition to a filter
9898

99-
1. In the filters editor, select **Add > Add group**.
99+
1. In the expression builder, select **Add > Add group**.
100100

101101
2. Select the relational operator **Or** for the group. **And** is the default relational operator.
102102

@@ -113,7 +113,7 @@ In this topic, you create or edit filters by performing the following tasks:
113113

114114
### Add a related entity to a condition
115115

116-
1. In the filters editor, select **Add > Add related entity**.
116+
1. In the expression builder, select **Add > Add related entity**.
117117

118118
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.
119119

@@ -126,7 +126,7 @@ In this topic, you create or edit filters by performing the following tasks:
126126
127127
### Group conditions of a filter
128128

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

131131
2. Select the More commands menu for one of the conditions, and select **Make group**.
132132

0 commit comments

Comments
 (0)