i have a report which uses GET to get information from another table. The field i am trying to bring through is an option field, and this works. The only problem is i get 1, 2, 3 etc etc rather than the option name.. How do i get the option string through?
0
Comments
instead rec.optionfield
try
FORMAT(rec.optionfield)
Regards
Claus
http://www.AcumenConsulting.co.nz