> Arrange information / Filter information

In this section

Q: Filter information

Modify filter

See also

Sage 50 Accounts example: Filters

Sage 50 HR example: Filters

Sage 50 Payroll example: Filters

Expressions

Sections

Operators

Filter information

Introduction

Filters remove unwanted information from a report. For example, you could exclude records before a certain date.

A filter is an expression combining a variable and an operator, such as less than or greater than.

Filters are fixed and are always applied to the report. If you want to choose the information to include in the report when it is generated, then use criteria instead of a filter.


You can


Set a filter

  1. You can set a filter on a report, or a section in a report.
  2. In the Modify Filter window, enter the filter conditions. You can enter one or two conditions that compare a variable from your data with a value. This value could be an actual figure, or 1/0 to represent true/false.

    For example, to include customer accounts that are on hold, you might use SALES_LEDGER.ACCOUNT_ON_HOLD Equals 1.

    1. Select the table and variable.
    2. Select how it will be compared to the value; for example, equals, greater than, or less than.
    3. Enter a value.

    Note: If you want to create your own expression as a filter, click Use Advanced Filter.

  3. If you add a second condition; select And if it will be used in conjunction with the previous filter, or select Or if it will be used as an alternative.
  4. To save the filter, click OK.

Go to top