This topic is locked

In a grid, link to a chart which displays the data for the grid record only - chart.php?id='$id'

1/26/2024 9:59:29 PM
PHPRunner General questions
1NET author

In a grid ,link to a chart which displays the data for the grid record only - chart.php?id='$id'

a simple <a href='chart.php?id='<php> echo "$id";
'>DISPLAY CHART FOR THIS RECORD</a>

would work however how do you reference the $id and what settings do you need to make in the chart created in PHPRunner to accept to only display data related to the parsed $id

?

admin 1/27/2024

You can use built-in functionality for this. Link your data table and your chart as master-details. It should do the job.