FCSFiles 'Name' column not a link when displayed via query | Andy Straw | 2012-10-03 11:13 |
Status: Closed | ||
I'm creating queries against the FCSFiles table. The queries work as expected, but in the table of FCSFiles that are displayed as the result of the queries, the value in the "Name" column (which displays the name of the FCS file) is not a link to the FCSFile details, as it is in the built-in FCSFiles table. How do I remedy this? I looked at FCSFiles schema in the schema browser, but couldn't find anything special in the schema or meta data. Note that the "Run" column in my query results _IS_ a link to the run details. A simple query like the following shows what I mean (Run column are links; Name column are NOT links): select FCSFiles.Run, FCSFiles.Name from FCSFiles Please help. Thanks. Andy Straw Univ. of Rochester |
||