aut-fill values are not displayed in table vew
Posted: 2014-04-26 22:02
Hi, Support
I created three tables: computers, models, and servers, and models has fields id, model_name.
In the 'computers' table, field 'model' lookup table models.model_name, field 'type' uses a option list, and 'name' is varchar.
however, in servers, if I add all fields looking up from 'computers':
server.name lookup computers.name
server.type lookup computer.type, auto-fill
server.model lookup computer.model, auto-fill
the detail view of each server is correct.
in table view, type shows as number id, and model shows nothing
is it a bug? or I did something wrong?
I created three tables: computers, models, and servers, and models has fields id, model_name.
In the 'computers' table, field 'model' lookup table models.model_name, field 'type' uses a option list, and 'name' is varchar.
however, in servers, if I add all fields looking up from 'computers':
server.name lookup computers.name
server.type lookup computer.type, auto-fill
server.model lookup computer.model, auto-fill
the detail view of each server is correct.
in table view, type shows as number id, and model shows nothing
is it a bug? or I did something wrong?