×
The 2025 Client Survey is now open! Responses will be accepted up until 10/31. Please feel free to share this link within your organization and we thank you in advance for your participation!

Finding studyDataset table 'prefix' for Dev purposes

LabKey Support Forum (Inactive)
Finding studyDataset table 'prefix' for Dev purposes jeckels  2017-09-21 14:18
Status: Closed
 
Hi Dennis,

The number after the 'c' and before the 'd' in the table name is the RowId of the container record, in decimal.

There's a semi-secret way to resolve this to the container - you can use "__rX" as the container name in a URL to get to the container with RowId X.

For example:

http://localhost:8080/labkey/project/__r111/begin.view?

would take you to the container for your demographics dataset.

Thanks,
Josh