forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathweight.query.xml
More file actions
23 lines (22 loc) · 844 Bytes
/
weight.query.xml
File metadata and controls
23 lines (22 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="weight" tableDbType="TABLE">
<columns>
<column columnName="Id">
</column>
<column columnName="date">
<isHidden>true</isHidden>
</column>
<column columnName="weight">
<columnTitle>Weight (kg)</columnTitle>
<formatString>0.####</formatString>
</column>
<column columnName="dataSource">
<columnTitle>Data Source</columnTitle>
</column>
</columns>
</table>
</tables>
</metadata>
</query>