Chart showing numeric value and text description for each unique ESPRaceShape:
ESPRaceShape -
Number Text Description ------ ----- ----------- 1 EEE 3 or more E horses 2 EE 2 E horses 3 E 1 E horse, 0 EP horses 4 E-EP 1 E horse, 1 or more EP horses 5 EP-EP 0 E horses, 2 or more EP horses 6 EP 0 E horses, 1 EP horse, 0 P horses 7 EP-P 0 E horses, 1 EP horse, 1 or more P horses 8 P-P 0 E horses, 0 EP horses, 2 or more P horses 9 P 0 E horses, 0 EP horses, 1 P horse 10 P-S 0 E horses, 0 EP horses, 1 P horse, 1 or more S horses 11 S 0 E horses, 0 EP horses, 0 P horses, 1 or more S horses
Adding ESPRaceshape in a UDM is easy. (Just specify min and max numeric value.)
SQL Mode In SQL Mode, adding the following line to the UDM Definition would make the UDM flag ESP Race Shape "EEE" only:
AND ESPRACESHAPE = 1
Adding the following two lines would make the UDM flag ESP Race Shape "EEE and EE" only:
AND ESPRACESHAPE >= 1 AND ESPRACESHAPE <= 2
PlayList File Mode For a PlayList File Mode UDM, with the UDM you want to work with pulled up in the Modify UDM Screen of the UDM Wizard:
1. Open the Factors drop down and select ESPRaceShape.
2. Check the Test Box to activate that factor.
3. Key in values for min and max numeric value.
4. Hit the SAVE button.
That's it!
Hint: Use the numeric values from the ESPRaceShape chart posted above. (1= EEE, 2=EE, 3=E, etc.)
Link to Screenshot: http://www.JCapper.com/Messageboard/Avatars/ESPRaceShape.jpg
Note: The above linked to screenshot illustrates adding a factor constraint for ESPRaceShape to a PlayList File UDM. Min val is 1 and max val is 2. (Causing the UDM to flag ESPRaceShapes 1 and 2 or EEE and EE only.)
-jp
.
|