Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Pairing type from the animal History reports with appropriat… #1116

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<sort column="date" descending="true"/>
</sorts>
<filters>
<filter column="eventtype" operator="notin" value="General comment;Pair monitor"/>
<filter column="eventType" operator="notin" value="Bio dam reunite;C-sx reunite;Nonlactating foster;Lactating foster"/>
</filters>
</customView>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<customView xmlns="http://labkey.org/data/xml/queryCustomView">
<columns>
<column name="Id"/>
<column name="lowestCage"/>
<column name="Id/demographics/gender"/>
<column name="otherIds"/>
<column name="date"/>

<column name="eventtype"/>
<column name="remark"/>
<column name="goal"/>
<column name="outcome"/>
<column name="enddate"/>
<column name="endeventType"/>
<column name="separationreason"/>
<column name="observation"/>
<column name="duration"/>
<column name="remark2"/>
<column name="performedby"/>
<column name="taskid"/>
<!--<column name="history"/>-->
</columns>
<sorts>
<sort column="date" descending="true"/>
</sorts>
<filters>
<filter column="eventType" operator="notin" value="Bio dam reunite;C-sx reunite;Nonlactating foster;Lactating foster;General comment;Pair Monitor"/>
</filters>
</customView>