Is it possible to display a Detail list for a master Field within a Report? The master-detail settings that are available for `Tables` seem to be disabled for `Reports`.
Gary, unfortunately it isn't possible to use master-detail relationships for the reports and charts in the PHPRunner. As workaround you can edit report page on the Visual Editor tab:
switch to HTML mode,
find this code:
<TD class=data>{$row.1FieldName_value}</TD>
where FieldName is your actual field name where foreign key is stored,