Start a new topic
Answered

For an LOV form field, how do I display both the Code and the Label?

For an LOV form field, how do I display both the Code and the Label?


Best Answer

To display both the LOV Code and Label, go to the Properties of the form field

In the Format tab,  the Display Format can be configured to something like  

code : label

For example, if you have a Y-Yes, N-No for an IsActiveAccount list of value, then the values will appear like this:

Code : Label
Code : Label

or 

Code : Label 
Code : Label 

Because the code and label are tokens, you can use other separators such as 

'code // label' and this will appear as N // No, Y // Yes

1 Comment

Answer

To display both the LOV Code and Label, go to the Properties of the form field

In the Format tab,  the Display Format can be configured to something like  

code : label

For example, if you have a Y-Yes, N-No for an IsActiveAccount list of value, then the values will appear like this:

Code : Label
Code : Label

or 

Code : Label 
Code : Label 

Because the code and label are tokens, you can use other separators such as 

'code // label' and this will appear as N // No, Y // Yes

Login to post a comment