Option field in a Report

sabzamsabzam Member Posts: 1,149
Hi,

I have got a field of type Option, and I need to display the contents onto a report. The contents are being correctly displayed but in numbers. What should i do to display the values?

Answers

  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    sabzam wrote:
    Hi,

    I have got a field of type Option, and I need to display the contents onto a report. The contents are being correctly displayed but in numbers. What should i do to display the values?

    Hi

    FORMAT(OptionVar); or STRSUBSTNO('%1',OptionVar);
  • sabzamsabzam Member Posts: 1,149
    Hi Thanks,

    The format has worked perfectly
Sign In or Register to comment.