Skip to content

Commit be8df93

Browse files
committed
edits
1 parent 601e968 commit be8df93

3 files changed

Lines changed: 13 additions & 13 deletions

docs/reporting-services/report-data/add-a-filter-to-a-dataset-report-builder-and-ssrs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a filter to a Report Builder dataset
33
description: Learn how to add a filter to a dataset to limit the data in a report after the data is retrieved from an external data source.
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 07/24/2024
6+
ms.date: 08/01/2024
77
ms.service: reporting-services
88
ms.subservice: report-data
99
ms.topic: how-to
@@ -36,13 +36,13 @@ To add a filter, you must specify one or more conditions that are filter equatio
3636

3737
:::image type="content" source="../../reporting-services/report-data/media/add-dataset-filter.png" alt-text="Screenshot of the Dataset Properties dialog box on the Filters tab highlighting the add button.":::
3838

39-
1. In **Expression**, enter or select the expression for the field to filter. To edit the expression, select the expression (**fx**) button.
39+
1. In the **Expression** field, enter or select the expression for the field to filter. To edit the expression, select the expression (**fx**) button.
4040

4141
1. From the dropdown list, select the data type that matches the type of data in the expression you created in the previous step.
4242

43-
1. In the **Operator** box, select the operator that you want the filter to use to compare the values in the **Expression** box and the **Value** box. The operator you choose determines the number of values that are used from the next step.
43+
1. In the **Operator** dropdown list, select the operator that you want the filter to use to compare the values in the **Expression** and **Value** field. The operator you choose determines the number of values that are used from the next step.
4444

45-
1. In the **Value** box, enter the expression or value against which you want the filter to evaluate the value in **Expression**. To edit the value, select the expression (**fx**) button.
45+
1. In the **Value** field, enter the expression or value against which you want the filter to evaluate the value in the **Expression** field. To edit the value, select the expression (**fx**) button.
4646

4747
For examples of filter equations, see [Filter equation examples in a paginated report (Report Builder)](../../reporting-services/report-design/filter-equation-examples-report-builder-and-ssrs.md).
4848

@@ -56,13 +56,13 @@ To add a filter, you must specify one or more conditions that are filter equatio
5656

5757
1. Select **Add**. A new blank filter equation appears.
5858

59-
1. In **Expression**, enter or select the expression for the field to filter. To edit the expression, select the expression (**fx**) button.
59+
1. In the **Expression** field, enter or select the expression for the field to filter. To edit the expression, select the expression (**fx**) button.
6060

61-
1. From the drop-down box, select the data type that matches the type of data in the expression you created in the previous step.
61+
1. From the dropdown list, select the data type that matches the type of data in the expression you created in the previous step.
6262

63-
1. In the **Operator** box, select the operator that you want the filter to use to compare the values in the **Expression** box and the **Value** box. The operator you choose determines the number of values used in the next step.
63+
1. In the **Operator** dropdown list, select the operator that you want the filter to use to compare the values in the **Expression** and **Value** field. The operator you choose determines the number of values used in the next step.
6464

65-
1. In the **Value** box, type the expression or value against which you want the filter to evaluate the value in **Expression**. To edit the value, select the expression (**fx**) button.
65+
1. In the **Value** field, type the expression or value against which you want the filter to evaluate the value in the **Expression** field. To edit the value, select the expression (**fx**) button.
6666

6767
For examples of filter equations, see [Filter equation examples in a paginated report (Report Builder)](../../reporting-services/report-design/filter-equation-examples-report-builder-and-ssrs.md).
6868

docs/reporting-services/report-data/add-and-verify-a-data-connection-report-builder-and-ssrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add and verify a data connection in Report Builder
33
description: Learn how to use Report Builder to add and verify a data connection to make sure that the credentials you specify are sufficient.
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 07/24/2024
6+
ms.date: 08/01/2024
77
ms.service: reporting-services
88
ms.subservice: report-data
99
ms.topic: how-to

docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create data connection strings in Report Builder
33
description: Learn how to create data connection strings and learn important information related to data source credentials.
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 07/24/2024
6+
ms.date: 08/01/2024
77
ms.service: reporting-services
88
ms.subservice: report-data
99
ms.topic: conceptual
@@ -82,8 +82,8 @@ Data source expressions are processed at run time or when a report is previewed.
8282

8383
## Related content
8484

85-
- [Intro to Report Data in SQL Server Reporting Services (SSRS)](report-data-ssrs.md)
86-
- [Create and Modify Shared Data Sources](../../reporting-services/report-data/create-modify-and-delete-shared-data-sources-ssrs.md)
87-
- [Create and Modify Embedded Data Sources](../../reporting-services/report-data/create-and-modify-embedded-data-sources.md)
85+
- [Intro to report data in SQL Server Reporting Services (SSRS)](report-data-ssrs.md)
86+
- [Create and modify shared data sources](../../reporting-services/report-data/create-modify-and-delete-shared-data-sources-ssrs.md)
87+
- [Create and modify embedded data sources](../../reporting-services/report-data/create-and-modify-embedded-data-sources.md)
8888

8989
More questions? Try asking the [Reporting Services forum](/answers/search.html?c=&f=&includeChildren=&q=ssrs+OR+reporting+services&redirect=search%2fsearch&sort=relevance&type=question+OR+idea+OR+kbentry+OR+answer+OR+topic+OR+user).

0 commit comments

Comments
 (0)