- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 12:24 AM
Hello guys,
Please someone to help with an issue. I would like to display the label of one of my multiple choice in the RIMT and Task description.
When I set MultipleChoice.getDisplayValue(), it returns the name of the value and not its label.
Have a look on the images I attached in this message.
Thanks for your returns
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 01:07 PM
Hi Jeff,
Try this and see if it works:
MultipleChoice.getGlideObject().getQuestion().getLabel()
Thanks,
Joe S

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 01:07 PM
Hi Jeff,
Try this and see if it works:
MultipleChoice.getGlideObject().getQuestion().getLabel()
Thanks,
Joe S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 07:59 AM
Thanks Joe S