I am not a fan of this behavior but the LogicalToOdbc method does not convert the ValueList to DisplayList like the LogicalToDisplay method does.
You have 2 Options:
1) you can use %External(FieldName) in the query, that will give you the DislayList value
2) you can write your own LogicalToOdbc method that does the same as the LogicalToDisplay does
- Log in to post comments