Filtering egos, alters, ego-alter ties, alter-alter ties, etc.

Post date: Jul 02, 2012 8:55:0 PM

E-Net Data Filtering

Filter criteria consist of boolean phrases such as Size > 100. The syntax basically follows SQL Where clauses.

One thing to note: When you have string (i.e., textual) values, you must use single quotes to reference them, as in ID = 'Smith'. For numeric variables you

do not use the quotes. How do you know which of your variables are textual? Look at variable names in the data grids. The EGO program uses

UPPERCASE to represent string variables, and lowercase for numeric variables.

Filter Comparison Operators

Filter Logical Operators

Filter Arithmetic Operators

Filter String Functions

Filter Date/Time Functions

Other Filter Functions and Operators