This topic is locked

Master-Detail Table

3/19/2007 10:53:13 PM
PHPRunner General questions
E
evan_ad2000 author

Hi,
I was wondering if I can configure the Master-Detail table. I now have 2 tables that are linked, Assembly and AssemblyBuild. I linked them using the Master-Detail function. Assembly is the Master and AssemblyBuild is the Detail. In AssemblyBuild, There are 3 attributes, AssemblyPartNumber, ComponentPartNumber and Designator. Can I add another column to display either the AssemblyName or ComponentName in the Detail Table? Or how can I customize a detail table?
Evan

J
Jane 3/20/2007

Evan,
you can do the following:

  • create custom view on the Datasource tables tab and join Detail table and fields from Master table in this view on the Edit SQL query tab
  • or display values from Master table using ListOnLoad event on the Events tab.