Am using a LOV in a form like below,
Display | Value
------- | -------
A | 1
------- | -------
B | 2
------- | -------
C | 3
------- | -------
As you know in a select list display value is the showing value but actual save value is value. The data saved in the data table from this table has the value. But when I display all the data in a table I want to show the display value instead of the saved value. Select list values are from a LOV. Can I use the same LOV to show display value inside the table.? and how.?