How do I assign a key within my Database that is devired from a DataPoint?
How do I assign a key within my Database that is derived from the value of a DataPoint?
Assigning the datapoint value as the key of a database entry requires that the point name be assigned to the column entry. This column will need to be set as the Key and the value of the point evaluated using the transform mechanism.
| Field | Value | Description |
| Item | Pointname | Assigns the datapoint from the data browser tree in the Configure ODBC Database Logging window |
| Property | <key> | Designates that the column is the table key |
| Transform | eval(x) | Evaluates the datapoint |