![]() |
Admin 10/10/2007 |
Alan, 1) Ability to combine fields to display in the dropdown You can do that already. Choose Custom expression in Display field box. 2) Ability to specify a lookup combining more than one table (ie using SQL join) 3) Order by on more than one column
|
A
|
alang author 10/10/2007 |
Thanks Alexey - I can see how the database view could provide all three features BUT:
|
![]() |
Admin 10/11/2007 |
Alan,
|
J
|
jbujosa 2/3/2009 |
Alan, please see my answers below. You can do that already. Choose Custom expression in Display field box. I recommend you to create a database view with JOIN ad ORDER BY you need using CREATE VIEW command. Then use this view as a lookup table in PHPRunner. We'll think how to add this feature to PHPRunner. Possibly we'll allow to choose Custom Views as a Lookup tables.
|
J
|
Jane 2/4/2009 |
Hi, |