forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdemographicsProjects.query.xml
More file actions
25 lines (25 loc) · 1.03 KB
/
demographicsProjects.query.xml
File metadata and controls
25 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="demographicsProjects" tableDbType="NOT_IN_DB">
<tableTitle>Project Summary</tableTitle>
<columns>
<column columnName="Id">
<isKeyField>true</isKeyField>
<isHidden>true</isHidden>
</column>
<column columnName="categories">
<columnTitle>Study Categories</columnTitle>
</column>
<column columnName="allStudies">
<columnTitle>All Studies</columnTitle>
</column>
<column columnName="subgroups">
<columnTitle>Subgroups/Treatments</columnTitle>
</column>
</columns>
<titleColumn>categories</titleColumn>
</table>
</tables>
</metadata>
</query>