Is there a way to show original field value in list

PHPM20

Hi all, I use lookup table feature in add / edit for a value of a field, for example custid,name,phone and this is ok as user can fine via a modal form, but In list of that same table I just want to show custid so not make the list too wide with all that info,

Is this possible or maybe add it as a tooltip value ?

regards

You may try to set the field’s DisplayValueSeparator property as , read the topic Lookup Table → Option Template in the help file.

Thanks, worked great.

regards