Even in the latest build of Runner 7.1 I cannot get rid of the persistence for the List field to show all of the Concat values used in the Lookup Wizard for the Add page.
Such as in an account number field for a record. The field type is an Integer.
In the Add page of the Form I use the lookup wizard for this field to be able to use a Concat(acctid,' ',name,' ',address,' ',city) for the lookup values.
The User enters the 8 digit Account number and also sees these other values echoed to help visually confirm the correct Account Id (8-digit number).
But I cannot get control of the List page to simply show the Account ID number and nothing more.
PHPRunner persists in showing the entire Concat of number, name, address, city for the Field value on the List page.
Of course, to use the Lookup Wizard you must specify that you want to create separate pages and settings for each view. But it does not matter that I select Text for this Field display on the List page.
It does not matter if I specify that I want just the Text value, just the actual Number stored in this field, to be the List page display.
The List page Text view should be the default but I find the Concat feature bullies its way into the List page no matter how I try to prevent this.
To eliminate it I have to Custom Query that field for the list page. But this should be unnecessary.