jeff 10/30/2010 9:45:13 PM | From the preset filters list: http://www.jcapper.com/presetfilters.asp
Age and Sex Filters:
FilterCode: C5 When this filter is applied, horses that are 5 years in age or older are filtered out of Maiden Claiming Races.
FilterCode: 3O When this filter is applied, horses that are 3 years old are filtered out if they are facing older horses in today's race. The FilterCode is 3O with an alphabetic "O" character not a numeric "0" or zero character.
FilterCode: GENF When this filter is applied, horses with a sex code of f (Fillies) are filtered out.
FilterCode: GENM When this filter is applied, horses with a sex code of m (Mares) are filtered out.
FilterCode: GENC When this filter is applied, horses with a sex code of c (Colts) are filtered out.
FilterCode: GENH When this filter is applied, horses with a sex code of h (Horses) are filtered out.
FilterCode: GENG When this filter is applied, horses with a sex code of g (Geldings) are filtered out.
FilterCode: GENR When this filter is applied, horses with a sex code of r (Ridglings) are filtered out.
If you want to make a playlist file mode UDM flag horses only, you have to filter out the others.
Adding the following filter codes to a playlist file mode UDM is one way to do this:
GENF-GENM-GENC-GENG-GENR
In sql mode, you would use the sex field of the starterhistory table. To make a sql UDM flag only horses, add something like the following line to your sql expression:
AND SEX = 4
-jp
.
~Edited by: jeff on: 10/30/2010 at: 9:45:13 PM~
|