# Reports based on data imported from Redcap

Data that we imported from a Redcap project into a NiDB project can be used to create reports. These reports can be generated based on Redcap data or combining it with the data available in NiDB. The later is covered in the tutorial on [**Analysis Builder**](/nidb/tutorials/analysis-builder.md). The following is an example of creating a report based on the data imported from Redcap.

## Example Report

The following are the steps to create a report based on data imported form redcap.

![](/files/HxXZ2qkd7fcvIaW1SeR2)

### Steps

1. From a project's main page click **Analysis Builder**. The above interface is used to produce reports in **Analysis Builder**.
2. Select the variables to generate the report.&#x20;
3. As we are generating report based on the data that is imported from Redcap, the following variables ***cudit1**, **cudit2***, ***cudit\_3***... are selected which were mapped as an example in the tutorial [**Importing Data from Redcap Project**](/nidb/tutorials/working-with-redcap/importing-data-from-a-redcap-project.md).
4. There are various setting that can be set to generate a report, more details on this in in the Tutorial on Analysis Builder. After the appropriate setting is selected, Press **Update Summary** button.
5. The report similar to the one shown in the figure below will be displayed.
6. Select the output format as .csv if the data is needed to store in a csv file format.

![](/files/uU8aJbnn6uGyLKDDRgMz)

A complex report with more parameters involve can also be created. An Example of such report is available in the tutorial about **Analysis Builder**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neuroinfodb.org/nidb/tutorials/working-with-redcap/reports-based-on-data-imported-from-redcap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
