By |
How to get ML rank into a UDM? |
msammons 11/6/2011 2:51:21 PM | How do I get ML rank (morning line rank) into a UDM? I see the ML odds, but I need ML rank.
|
jeff 11/6/2011 4:10:34 PM | Playlist File Mode:
Use a Dynamic Filter Code:
Screenshot: http://www.jcapper.com/messageboard/avatars/dyn_mlrank.jpg
(Note: I've ever so crudely highlighted the visual elements in yellow marker that the user needs to click or select to get the job done.)
Basic instructions:
1. On the UDM Wizard Modify Screen, select Filters from the factors drop down.
2. Click the Dynamic Filter Tool button to launch the Dynamic Filter Tool.
3. In the Dynamic Filter Tool, select the following:
a. Morning Line Rank as your factor.
b. All classes and ages as your context.
c. MIN as your behavior
d. 2 as your numeric value
As you select the above, the interface will assemble the filter code for you, displaying it in the small preview window.
4. Double check your work and hit the ADD FILTER button. This will add the filter code to the big preview window.
5. Double check your work (one more time) and hit the SAVE AND CLOSE button. This will close the Dynamic Filter Tool and write your filter code to the UDM Definition.
The above instructions will get you a filter code that makes the UDM avoid ML Favorites. Edit the behavior and numeric value as needed to create filter codes to home in on the desired ML Rank(s) that you want the UDM to handle. Hint: Use multiple filter codes to make the UDM handle a range of ranks... min rank 2 max rank 5 for example.
SQL mode:
AND RANKMLINE > 1
(The above sql expression would make a UDM avoid ML Favorites.)
-jp
.
~Edited by: jeff on: 11/6/2011 at: 4:10:34 PM~
|
msammons 11/6/2011 4:31:39 PM | Works perfectly.
Thank you!
|