Skip to content

Commit

Permalink
Created a new SciShield data set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohsudev committed Jan 31, 2024
1 parent 5fefd60 commit 6022a3a
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="SciShield_Data" tableDbType="TABLE">
<tableTitle>SciShield Data</tableTitle>
<columns>
</columns>
</table>
</tables>
</metadata>
</query>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<customView xmlns="http://labkey.org/data/xml/queryCustomView">
<columns>
<column name="employeeid"/>

<column name="requirementname"/>
<column name="date"/>
<column name="processed"/>
<column name="comment"/>

</columns>
<sorts>
<sort column="employeeid" descending="false"/>
<sort column="requirementname" descending="false"/>
<sort column="date" descending="true"/>
</sorts>
</customView>
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<query xmlns="http://labkey.org/data/xml/query">
<metadata>
<tables xmlns="http://labkey.org/data/xml">
<table tableName="SciShield_Reference_Data" tableDbType="NOT_IN_DB">
<tableTitle>SciShield Reference Data</tableTitle>

<columns>
<column columnName ="rowId">
<isHidden>true</isHidden>
</column>
<column columnName="value">
<columnTitle>Host Name</columnTitle>
</column>
<column columnName="endDate">
<columnTitle>End Date</columnTitle>
</column>
<column columnName="objectid">
<isHidden>true</isHidden>
</column>
<column columnName="columnName">
<fk>
<fkTable>ComplianceHostIdentifier</fkTable>
<fkColumnName>value</fkColumnName>
<columnTitle>Column Name</columnTitle>
</fk>
</column>

<column columnName="Label">
<isHidden>true</isHidden>
</column>

<column columnName="sort_order">
<isHidden>true</isHidden>
</column>
</columns>
</table>
</tables>
</metadata>
</query>

0 comments on commit 6022a3a

Please sign in to comment.