Skip to content

Commit f580f8d

Browse files
committed
Expand ETL/presentation of SIV data
1 parent a9e4e21 commit f580f8d

File tree

1 file changed

+22
-0
lines changed
  • Studies/resources/queries/studies/studyCohorts

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" hidden="false" canOverride="false">
2+
<columns>
3+
<column name="rowId"/>
4+
<column name="studyId"/>
5+
<column name="studyId/description">
6+
<properties>
7+
<property name="columnTitle" value="Study Description"/>
8+
</properties>
9+
</column>
10+
<column name="cohortName"/>
11+
<column name="label"/>
12+
<column name="category"/>
13+
<column name="description"/>
14+
<column name="isControlGroup"/>
15+
<column name="sortOrder"/>
16+
</columns>
17+
<sorts>
18+
<sort column="studyId/studyName" descending="false"/>
19+
<sort column="sortOrder" descending="false"/>
20+
<sort column="cohortName" descending="false"/>
21+
</sorts>
22+
</customView>

0 commit comments

Comments
 (0)