how to save only one field for two shown with the Lookup wizard
This topic is locked
how to save only one field for two shown with the Lookup wizard
6/17/2020 10:50:02 AM
PHPRunner General questions
C
caese author
Hello! I want to display in the Lookup wizard two fields (with concat) to make easier for the user to select, but I need only one of the fields to be recorded.
Sample: In the list, the user see John - John Doe , Peter - Peter Smith, etc. and select the first. I want to save only John. Is this possible? Thanks in advance.
Yes. I did not correctly explain the problem. The data is saved well in the table, but in the space for the lastname it displays the data in the concat( name,' - 'lastname) format. What I need, once selected, is that it shows only the name. Thanks