|
|||||||
QTIPS - Btree.ExtractWhen using BTREE.EXTRACT it can be useful to get at all those records WITHOUT a value in a field. For example, you may wish to extract all employees for whom the date of birth is not on file. Or conversely you may wish to get at all those employees who have been to University. Calling BTREE.EXTRACT with XREF.PARAMS set to ="" or #"" does not work. Instead, the syntax <="" and >"" must be used. E.G. 0001 PARAM ="DOB":@VM:"<=' ' ": @FM or 0001 PARAM = "UNI":@VM:">' ' ":@FM (Volume 1, Issue 4, Page 3) |
|||||||
| |||||||