Filter

In many parts of RACE RESULT 12 you will find a textbox to enter a filter. A filter is an expression that returns true or false. It is based on the comparision, array, and logical operators.

Field names will be in square brackets and values (apart from numbers) in double quotation marks. For example:

[LastName]="Miller"

If you would like to connect several filters, you can use the logical operators AND and OR:

[LastName]="Miller" AND [City]="New York"