I am trying to convert the key name to the full name from a list.
Here is the code:
IF (IsNull({SHIPPING_ITEM.SHIPPING_TYPE}))
THEN ListDescription ("SHIP_TYPE",{SHIPPING_ITEM.SHIPPING_TYPE})
ELSE ""
The "SHIP_TYPE" is a list item and points to the full description of the key. ie key is STORE_SUP description is Store Supplies.
This code is not working for this report but works for others using different tables/fields etc. Any thoughts???
Here is the code:
IF (IsNull({SHIPPING_ITEM.SHIPPING_TYPE}))
THEN ListDescription ("SHIP_TYPE",{SHIPPING_ITEM.SHIPPING_TYPE})
ELSE ""
The "SHIP_TYPE" is a list item and points to the full description of the key. ie key is STORE_SUP description is Store Supplies.
This code is not working for this report but works for others using different tables/fields etc. Any thoughts???