Pbowen,
here is an example of a simple decode statement using the oracle version or reportsmith:
DECODE("PS_JOB"."EMPL_TYPE",'S','Salary','H’,'Hourly')
The Xlattable table that holds all the description, doesn't have a value to translate Empl_Type. Therefore IF you want...