This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[1777042] Error walking route

Hi - this is v7.1.2. See comment below.
Parents
  • Examples of the object references all configured the same way: In all three cases, I get different results if I use the base property instead of a virtual property - even though all three base columns are decimal.

    With base property:

    region_id.description --> no errors, but returns 0 for every row
    country_id.description --> throws "Datatype (Decimal) is not supported!"
    emptype_id.description --> throws "Datatype (Decimal) is not supported!"

    With virtual property converting base property to string:

    VRT_region_idAsString.description --> no errors, but returns empty strings
    VRT_country_idAsString.description --> works fine, returns populated strings
    VRT_emptype_idAsString.description --> works fine, returns populated strings
Reply
  • Examples of the object references all configured the same way: In all three cases, I get different results if I use the base property instead of a virtual property - even though all three base columns are decimal.

    With base property:

    region_id.description --> no errors, but returns 0 for every row
    country_id.description --> throws "Datatype (Decimal) is not supported!"
    emptype_id.description --> throws "Datatype (Decimal) is not supported!"

    With virtual property converting base property to string:

    VRT_region_idAsString.description --> no errors, but returns empty strings
    VRT_country_idAsString.description --> works fine, returns populated strings
    VRT_emptype_idAsString.description --> works fine, returns populated strings
Children
No Data