This topic is locked

Filtering Child table

10/5/2009 12:59:23 PM
PHPRunner General questions
P
Phil_G author

Hello All
I started using PHPRunner and am very impressed indeed! What I have done in 24 hours would probably take me weeks normally!
My question is this:
How can I pass parameters to a child table to filter the records? I have a master table based on a SQL Server view with GROUP BY and MAX() fields. I want the child records to be filtered according to one of the MAX() values.
Is it also possible to do this with unrelated tables, i.e. produce a link for each record that opens up an unrelated table, but filtered according to some passed parameters?
Any help appreciated
Philippe

J
Jane 10/6/2009

Philippe,
I suppose you want to set up master-detail relationships between these tables.

Here is a helpful article:

http://www.xlinesoft.com/phprunner/docs/master-detailes.htm