Extended Reports
Overview
Summary
Key | Value |
---|---|
Official Name | redcap-extended-reports |
Short Description | Extensions to REDCap's built in Data Exports & Reports functionality. |
Author | John Doe <jdoe@somewhere.edu> |
Homepage URL | https://github.com/lsgs/redcap-extended-reports |
Most Recent Update | 2024-08-28 |
Version Number | v2.3.1 |
Complexity | Medium |
Setup Time | Lengthy |
Viewable by Users? | Yes |
Security Risks | None |
Does data leave REDCap? | No |
Description
Extensions to REDCap's built in Data Exports & Reports functionality:
- Reshape row-per-record: collapse multiple events and/or instances for records to record-level rows
- Reports using SQL queries (administrators only)
- Adds live filter options for "All Data" report on report list page
- Action tag
@REPORT-LABEL='...'
for specifying alternative field label for reports and exports
Reshaped and SQL reports may be viewed in the browser or downloaded in CSV format, including via the API "report" method.
User Notes
Enabling the Module (after installation)
To use this module in REDCap, enable the redcap-extended-reports
module in the External Modules page of your REDCap project.


After selecting "Enable a module", you can search for and enable the Extended Reports module.


Technical Notes
Common Troubleshooting Issues
- SQL Code configuration
Module Setup Notes
- No known extra setup notes