LABKEY.Query.selectRows( ) not respecting the columns config option or ? | kevink | 2013-05-16 13:58 |
Status: Closed | ||
You are getting both columns in this case because we always include the PK columns in the query response, even it if isn't asked for. If the columns array was only "FileId", you'd only see the FileId column in the response. Using DISTINCT on this query is a little funny since the pair of columns will always be unique since RowId is the PK. |
||