This topic is locked

Advanced Search Question

1/25/2007 1:57:20 PM
PHPRunner General questions
W
wengen author

Hello,
I have joined the Master & Detail tables so that columns from both tables appear in the list view as follows:
SELECT

`master`.`id`,

`master`.`Company Name`,

`master`.`date`,

`ticker`.`id`,

`ticker`.`name`,

`ticker`.`ticker`,

`ticker`.`type`

FROM

`master` ,

`ticker`

WHERE

`master`.`id` = `ticker`.`id
I want to do a query from the Advanced Search page using selections from both tables like:
Select "date" range (from master table) and "ticker" from the ticker table
Can this be done?
Thanks!
wengen - (a very happy PHPRunner customer)

Alexey admin 1/26/2007

Hi,
sure, this will work.
There is nothing special to do to get this working.

Just make sure both your fields appear on Advanced search page.