Hello,
I use PHPRunner 41974.
I have a view page with details visible. (master-details).
Now I want to add a button (or the default filter option) to filter only the details on that view page.
If I create a default filter on the details-list page with page-designer it is not visible.
If I create a filter on the details list page with "before SQL" I get details of all master records:
example: $strWhereClause = "level=1;"
I would like to leave the view page intact and only filter the details with that button.
BTW: the layout of the view page does not allow working with a dashboard.
Does anyone have an idea how?
gr Jacques