home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / datamage.zip / HELPFILS.ZIP / SELECTNM.HLP < prev    next >
Text File  |  1989-06-21  |  4KB  |  86 lines

  1. "SELECT RECORDS BY NUMERIC AND DATE COMPARISON HELP"
  2.  
  3. "NUMERIC RECORD SELECTION"
  4.  
  5. "When records are selected by numeric comparison,  a  data pertinent to"
  6. "the record is targeted to be compared to a test value.  The comparitor"
  7. "and target may be keyboard entries,  another data,   or one of the two"
  8. "counters the program  provides for each record.  The purpose of record"
  9. "selection, whether numeric or alpha comparison is used,  is to discon-"
  10. "tinue the processing of those records not  adhering  to the  specified"
  11. "parameters; to exclude them from the current group."
  12.  
  13. "In a datafile detailing products sold there is  a  segment  containing"
  14. "the current price of the item.  Its' number is three.   To work with a"
  15. "group of records selling for a dollar or more we need to  exclude  the"
  16. "items whose price is $.99 or less. To do so, we use the select-numeric"
  17. "routine.  Menus guide you through the setup of the  EXCLUSIVE SORT you"
  18. "need to perform."
  19.  
  20. "First of all you will select the target of the OPERATION.  If you have"
  21. "done previous exclusive sorts you may, until you use a  counter field,"
  22. "sort the entire file and add the survivors (records passing your test)"
  23. "to the current group, ending up with a group of records that match one"
  24. "of multiple criterion."
  25.  
  26. "When you  store  the  results of a calculation in a counter  field you"
  27. "will lose the option of adding records to the group; new records would"
  28. "not have had their counters computed as the rest."
  29.  
  30. "Since we have done no previous  record selects no option of target for"
  31. "our operation will be offered on the screen; it must be all records."
  32.  
  33. "Then select as the target of the SORT the data in number three: price."
  34.  
  35. "In  this  case  our  comparitor is the same for all records, though it"
  36. "needn't be. It is a keyboard entry of 1.00.   So,  the data in segment"  
  37. "three in all  records  will be compared to the same value: 1."
  38.  
  39. "Finally we must choose  a  comparison mode. Use equal to/greater than."
  40. "We could also use .99 as comparitor and  greater than as the  process."
  41.  
  42. "Before the datafile is read and processed the program re-displays your"
  43. "input and allows you to re-specify the sort  parameters  if  you  have"
  44. "made keying or logic errors."
  45.  
  46. "When you return to browse the records not passing your test  will  not"
  47. "be displayed.  Nor will subsequent calculations, sorts, prints,  finds"
  48. "or total/averages include the non-survivors.  For all intents and pur-"
  49. "poses these records are not in the file until you press F11."
  50.  
  51.  
  52. "TIME-SLICE RECORD SELECTION"
  53.  
  54. "To create a group of records having a date field that lies between two"
  55. "specified dates press F8 as if the target of your select were numeric."
  56.  
  57. "When you select the first target field as a date field the rest of the"
  58. "prompts associated with the select records numeric routine will be re-"
  59. "placed with prompts offering you the option of entering or  specifying"
  60. "dates or date fields instead of numeric data/fields."
  61.  
  62. "The time-slice is identified in two passes:   1. Select records having"
  63. "their dates in the target field on or after  ( => )  the desired start"
  64. "date.   2.   Select records having their dates in the desired field on"
  65. "or before the desired cutoff date."
  66.  
  67.  
  68.  
  69. "AFTER THE SORT:"
  70.  
  71. "After the select routine has completed it's work  you  will  return to"
  72. "BROWSE.  The records whose target date did not  fall between the spec-"
  73. "ified dates will no longer appear  on  the screen,  in printouts,  nor"
  74. "will subsequent operations on the group affect the rejected records."
  75.  
  76. "The data you used as the target of your sort will be  displayed in the"
  77. "secondary screen area so you may visually confirm the results  of  the"
  78. "process. To remove it from the browse screen press F18, then three."
  79.  
  80. "You may do as many record selects as necessary to define  your  group."
  81.  
  82. "It may SEEM that another feature this program could offer  would be to"
  83. "perform multiple selects simultaneously. In fact, you would be  LOSING"
  84. "a very important feature UNIQUE to the DATAMAGE by doing so:  You have"
  85. "an opportunity to see the affect of each and every operation done."
  86.