Wiki Lists are a way to store non-clinical data in a convenient table format.
In the Wiki, click Lists.

Wiki lists are stored as tables in the database, so they are both searchable and reportable.
Click Add to create a new list, or double-click an existing list to view or edit.
View or Edit a Wiki List
- Search: Begin typing to search the wiki list.
- If Highlight is selected, matching entries will highlight yellow and the list will automatically scroll to the first match.
- If Filter is selected, only the matching entries will display as unmatching entries are filtered out.
- Adv Search: Click to launch the Advanced Search window.

- Select a column or columns to limit the search to only those columns.
- Click OK. Search will change to Advanced Search in the Edit Wiki List window.
- Click Clear to return to the normal search.
- Include Hidden Columns: Check to include any columns marked as hidden.
List:
- Rename: Click to rename the currently selected wiki list.
- History: Click to view a history of edits made to the selected list.

- Click an item in the Wiki List History column to view the Old and New Revisions.
- Revert: Click to revert the wiki list to the version selected in the Wiki List History column.
Columns:
- L / R: Select a column, then click to move the column to the left or right.
- Edit: Click to edit. The Edit Wiki List Headers window will open. See below for details.
- Add: Click to add a new column.
- Delete: Select a column, then click to delete.
Rows:
- Add: Click to add a new row. The Edit Wiki List Item window will open. See below for details.
- Similarly, double-click on an existing row to make edits.
Edit Wiki List Headers

Each column can be entered as a free text field, or a pick list item.
- For free text, highlight the column, then leave the Pick List Options section blank.
- For a Pick List, highlight the column, then click Add to add pick list options.
- To remove a pick list option, highlight the item then click Remove.
Hide Column: Highlight a column, then click to mark it as hidden. Hidden columns retain information and can be viewed as needed in the wiki list.
Click OK to save changes.
Note: When you first create a list, there will be a static column on the left named "tablename" Num. This is the primary key column and cannot be moved or renamed. It can be changed in width or hidden.
Edit Wiki List Item

Click into a value field to enter data. Type to enter free text, or use the dropdown to select from the pick list.
Click OK to save changes. Click Delete to delete the row.
Generate a Query
Each wiki list represents a table in the database named using the follow format: wikilist_listname. You can generate a query from a wiki list using User Query. Example: "SELECT * FROM wikilist_employeename"