Saltar al contenido principal

LookupNumericField

This function returns live event data from a table and field. Note that this function's possible table/field combinations are listed separately in the drag/drop area. "UNCERTBUDGETLINEITEMS" table items refer to fields in the 'Contributing Items' dialog. "CALPNTS" table items refer to fields in the Test Points grid for the current test point of the calibrated gage. For instance, LookupNumericField("CALPNTS," "RESULT1") would return the 'As Found' value as a Numeric. "EVENTS" table items refer to fields for the current Event. For instance, LookupNumericField("EVENTS," "EVENT_TEMP") would return the current Event Temperature (assuming you have already entered Temp. for your Event before performing test point entry). Returns a Numeric.

For assistance finding the appropriate field, see the Quick Field Reference topic. |