Перейти к основному контенту
Поддержка
Войдите с помощью учетной записи Майкрософт
Войдите или создайте учетную запись.
Здравствуйте,
Выберите другую учетную запись.
У вас несколько учетных записей
Выберите учетную запись, с помощью которой нужно войти.

Примечание:  Мы стараемся как можно оперативнее обеспечивать вас актуальными справочными материалами на вашем языке. Эта страница переведена автоматически, поэтому ее текст может содержать неточности и грамматические ошибки. Для нас важно, чтобы эта статья была вам полезна. Просим вас уделить пару секунд и сообщить, помогла ли она вам, с помощью кнопок внизу страницы. Для удобства также приводим ссылку на оригинал (на английском языке) .

В этой статье

Обзор

When you design a Microsoft Office InfoPath form template, you can use filters to limit the choices that users can make when they fill out a form that is based on that form template. A filter is a set of conditions that is applied to data to display a subset of that data. You can use filters to display a subset of the data from a источник данных, which reduces the number of records that are displayed in a control.

Use a filter whenever you need to display a subset of the data that is returned by a query that is based on criteria selected by a user. That criteria can be an item that is selected in another control (such as a list box, combo box, drop-down list box, or text box) that is bound to a field in the data source.

For example, imagine that you are creating a form template that will be used to track the products from several suppliers. If you display all the products from all your suppliers, the list can be very long. To solve this problem, you can use a filter that enables your users to select a supplier from the list and view only that supplier's products. When a user selects a supplier from the list box, a filter is applied to the repeating table to show only the products from the selected supplier. If the user selects another supplier, the repeating table is updated with the products from the other supplier.

Совет: If you know that your users will require a consistent subset of a query result, modify your query to return only this subset instead of using a query to retrieve all the data and then applying a filter to create a subset. Your users will experience faster form load times and spend less time waiting for query results because the query returns only the data from the external source that you need.

To show your users that a filter is applied to data, the filter icon Значок фильтраappears when the user moves the mouse pointer over the filtered data.

Because filters limit the number of items that are displayed to a user, they can be applied only to the following types of controls:

  • Окна со списками

  • Drop-down list boxes

  • Combo boxes

  • Repeating tables

  • Repeating sections

Top of Page

Совместимость

Filters can be used only in form templates that are designed to be filled out in InfoPath. Filters are not available in browser-compatible form templates. If you are using a list box and a repeating table in a browser-compatible form template, consider using conditional formatting instead of filters. Find links to more information about how to use conditional formatting in the See also section.

Top of Page

Set a filter for a list box, drop-down list box, or combo box

To configure a filter in a list box, you need either a list box, drop-down list box, or combo box control in your form template that is bound to a data source with a подключение к данным. You cannot filter data that has been entered manually into a control by using the Control Properties dialog box.

Set a filter for a list box, drop-down list box, or combo box

  1. Right-click the control that you want to modify, and then click Control Properties on the shortcut menu.

  2. Click the Data tab..

  3. Выполните одно из указанных ниже действий.

    • To use the values from a data source, click Look up values in the form's data source.

    • To use the values from a data connection, click Look up values from an external data source and then, in the Data Source list, click the data connection that you want to use.

  4. Click Select XPath Изображение кнопкиnext to the Entries box.

  5. In the Select a Field or Group dialog box, click the field or group that contains the fields that provide the values for the control, and then click Filter Data.

  6. In the Filter Data dialog box, click Add.

    Примечание: If you want to add a condition to an existing filter, click the filter that you want, and then click Modify.

  7. In the first box in the Specify Filter Conditions dialog box, click the name of the field whose data you want to filter.

  8. In the second box, click the type of filter that you want to use.

  9. In the third box, click the type of condition that you want to apply to the filter, and then type the condition.

  10. To configure more than one condition for the filter, click And, and then do one of the following:

    • To apply the existing condition and the new condition to your filter, click and, and then add your new condition.

    • To apply either the existing condition or the new condition to your filter, click or, and then add the additional condition.

  11. Click OK to close the dialog boxes.

  12. To test your changes, click Preview on the Standard toolbar, or press CTRL+SHIFT+B. The form template opens in a new window.

  13. In the preview window, select different values in the filter control to test that it is working correctly.

    The filter is not working correctly

    If the values in the control that contains a filter are not correct, either because there are too many values or not enough values, try the following:

    • If you are using multiple conditions in your filter, remove all but one condition in order to check that the correct values are returned from that single condition. If the first condition returns the correct values, then add another condition, and test it.

    • Filters make a distinction between uppercase and lowercase characters. If you want to display data that begins with an uppercase or lowercase character, create a filter with an uppercase letter condition, select or in the Specify Filter Condition dialog box, and then create a lowercase letter condition.

    • If the filtered values are exactly opposite of what you expect, for example the products from all of the suppliers display instead of the products from a single supplier, change the filter type in the condition. For example, if your condition uses the filter type is equal to and you are getting too many products, try using the filter type is not equal to.

Top of Page

Set a filter for a repeating section or repeating table

To configure a filter in a repeating section or repeating table, you need to include a section or table in your form template that meets the following requirements:

  • The repeating section or table is bound to a repeating field or group.

  • The repeating section or table contains at least one control that is bound to a field that has a data connection.

For example, you can use a text box control in a repeating section to display the data in a field.

Set a filter for a repeating section or repeating table

  1. Right-click the Repeating Table or Repeating Section label that appears below the table or section on the form template, and then click Control Properties on the shortcut menu.

  2. Click the Display tab.

  3. Click Filter Data.

  4. In the Filter Data dialog box, click Add.

    Примечание: To add a condition to an existing filter, click the filter that you want, and then click Modify.

  5. In the first box in the Specify Filter Conditions dialog box, click the name of the field whose data you want to filter.

  6. In the second box, click the type of filter that you want to use.

  7. In the third box, click the type of condition that you want to apply to the filter, and then type the condition.

  8. To configure more than one condition for the filter, click And, and then do one of the following:

    • To apply the existing condition and the new condition to your filter, click and, and then add your new condition.

    • To apply either the existing condition or the new condition to your filter, click or, and then add the additional condition.

  9. Click OK two times to close the open dialog boxes and return to the Control Properties dialog box.

  10. To display a special filter icon Значок фильтраto the user, which indicates that the data in the repeating section or repeating table has been filtered, click Show filter icon to indicate filtered items on the Display tab in the Control Properties dialog box.

  11. To test the filter and make sure that it is working correctly, click Preview on the Standard toolbar. The form template opens in a new window.

  12. In the preview window, select different values in the filter control to test that it is working correctly.

    The filter is not working correctly

    If the values in the control that contains a filter are not correct, either because there are too many values or not enough values, try the following:

    • If you are using multiple conditions in your filter, remove all but one condition in order to check that the correct values are returned from that single condition. If the first condition returns the correct values, then add another condition, and test it.

    • Filters make a distinction between uppercase and lowercase characters. If you want to display data that begins with an uppercase or lowercase character, create a filter with an uppercase letter condition, select or in the Specify Filter Condition dialog box, and then create a lowercase letter condition.

    • If the filtered values are exactly opposite of what you expect, for example the products from all of the suppliers display instead of the products from a single supplier, change the filter type in the condition. For example, if your condition uses the filter type is equal to and you are getting too many products, try using the filter type is not equal to.

Top of Page

Нужна дополнительная помощь?

Нужны дополнительные параметры?

Изучите преимущества подписки, просмотрите учебные курсы, узнайте, как защитить свое устройство и т. д.

В сообществах можно задавать вопросы и отвечать на них, отправлять отзывы и консультироваться с экспертами разных профилей.

Были ли сведения полезными?

Насколько вы удовлетворены качеством перевода?
Что повлияло на вашу оценку?
После нажатия кнопки "Отправить" ваш отзыв будет использован для улучшения продуктов и служб Майкрософт. Эти данные будут доступны для сбора ИТ-администратору. Заявление о конфиденциальности.

Спасибо за ваш отзыв!

×