| 34 | ---- |
| 35 | Experiment conducted (Jeff):[[br]] |
| 36 | Went into the database and chose to update a column in the Onyx metadata table for the Briccs project...[[BR]] |
| 37 | update onyx set c_COLUMNDATATYPE = 'N' where c_name = 'history_AF_onset' ; [[br]] |
| 38 | Went into the workbench and refreshed the ontology tree. Dragged the history_AF_onset leaf into a group. [[br]] |
| 39 | It would not allow me to set a value ('Set value...' was greyed out / disabled). [[br]] |
| 40 | Being neurotic, I then tried: [[br]] |
| 41 | update onyx set c_operator = '=' where c_name = 'history_AF_onset' [[br]] |
| 42 | Restarted the workbench just to be sure. No change![[br]] |
| 43 | |
| 44 | If you want to set a value for a term in a query, you obviously need to do more than this. |
| 45 | ---- |
| 46 | |