SelectRows and advanced display options

LabKey Support Forum (Inactive)
SelectRows and advanced display options Ben Bimber  2011-03-22 10:29
Status: Closed
 
In a dataregion, labkey has a fairly sophisticated handling of display values. for example, if a column is a lookup, labkey will generally resolve that lookup and display the lookup's display value instead of the raw value. It also automatically shows URLs. LABKEY.Query.selectRows() returns information about a query. the response of this API includes the URL for columns, if defined. It appears as an additional property named something like: "_labkeyurl_title".

Is there any way to get more detailed information about lookups and display columns? For example, it would be really useful if selectRows also returned the properties like "_labkeydisplay_title", which would be the display value.

This comes up b/c I am trying to create a reusable details panel. Ideally this would show the same thing as a dataregion, except the row is pivoted. Thanks for the help.