This topic is locked

Report with Drilldown

11/7/2008 3:13:00 PM
PHPRunner General questions
M
mrhappy author

I am still very new to PHPRunner, so far, so good.
I have a report that comes up perfectly but only shows minimal details, as I want. How can I make it so that when the report comes up you can click on any line item and have it bring up a full view of the line item including all fields desired?
Thanks!

T
thesofa 11/8/2008

that's not a report, it is a list page!

J
Jane 11/10/2008

Hi,
to set up line as link to the view page change HTML code on the Visual Editor tab manually.

Here is just a sample:

<tr onclick="window.location.href='tablename_view.php?editid1={$FieldName_value}';" ...>

...

</tr>