table link - child records |
2/10/2012 1:30:16 PM |
PHPRunner General questions | |
S
srfrancesco author
hi, |
|
W
|
wpl 2/28/2012 |
Hello, |
![]() |
Sergey Kornilov admin 2/28/2012 |
I guess you need to modify child table SQL Query adding the same WHERE clause to filter data. |
W
|
wpl 2/28/2012 |
I guess you need to modify child table SQL Query adding the same WHERE clause to filter data.
|
![]() |
Sergey Kornilov admin 2/28/2012 |
I talking about modifying SQL Query right in PHPRunner, on SQL Query screen. |
W
|
wpl 2/28/2012 |
I talking about modifying SQL Query right in PHPRunner, on SQL Query screen.
|
S
|
srfrancesco author 2/29/2012 |
Sergey, well, I know this will work. But I think this is a question of dynamically filtering the details tables.
|
W
|
wpl 2/29/2012 |
Hi, I solved the problem adding select count in sql and using a search string for detail table link(for filtering), overriding the variables in list page event after record processed: $record [tab_a_childnumber'] with query select count results and $record ["tab_a_dtablelink_attrs"] with search string url to force sql in detail table list
|