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