I have created a question in Oracle Policy Modeling with a drop-down type, where I have entered values to calculate a score based on the selected option. For example:
value display
1 abcd
2 xyz
After submission, I want to display the selected display name (e.g., "abcd" or "xyz") on the summary screen. However, I am currently seeing the value ("1" or "2") instead of the display name.
How can I achieve this so that the display name is shown in the summary screen?
Please suggest any steps if I can achieve this.