If anyone uses developer express reports, and knows how to have formulas for text fields in their reports ( like crystal reports formulas ) this would be a great help.

ex crystal:

Code:
IF {rpt_Code.Category} = "AG" THEN
     "AG - Agriculture"
ELSE
IF {rpt_Code.Category} = "IR" THEN
     "IR - Interest Rate"
ELSE