lauriesamh
Technical User
I'm using CR8.5 and am trying to link a dat file using datflex to another system table. The problem I'm having is that the field I'm linking to (person_id) is a String length 8 in the dat file and a String length 9 in the other table. I want to edit the link in the SQL Query tool, however it is greyed out. Any ideas how to edit the link
where
person_id = substring (person_id Other table,1,8)
Thanks
where
person_id = substring (person_id Other table,1,8)
Thanks