We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e4e21 commit f580f8dCopy full SHA for f580f8d
1 file changed
Studies/resources/queries/studies/studyCohorts/.qview.xml
@@ -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