# Exporting, Sharing & Copying Reports

With reports, you can organize and analyze data related to documents, objects, and processes in your Vault. This article teaches you how to export, share, and copy reports. Learn more about Vault's reporting functionality in [Reporting Overview](/en/lr/3631/).

## Exporting Reports

If you need to conduct further analysis and processing on your data outside of Vault, you can choose to export a report. Vault supports four formats for export: PDF, CSV (comma-separated values), text (TXT) and Excel (XLSX). When you export a report to a CSV or TXT file, you can open the file in Excel. You can also [export a report to an Excel template](/en/lr/59850/).

### How to Export Reports

  1. From the **Reports** page or report viewer, choose either **Export to CSV**, **Export to Text**, **Export to Excel**, or **Export to PDF** from the report's **Actions** menu. If exporting to Excel, select the formatting options in the Excel Export Options dialog and click **Export**.
  2. A dialog opens while Vault processes your request. You can choose to cancel the request from this dialog. The dialog closes automatically when the file is ready.
  3. Depending on your computer's configuration, the file may download automatically or you may have to choose to save it.

<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: Vault will not include the following characters in the file name of an export: <code class="language-plaintext highlighter-rouge">&lt; &gt; : "" / \ | ? *</code></p>
    </div>
  </div>
</div>



### Export Options {#export-options}

When creating or editing a report, you can select the following formatting options for text fields in exported tabular reports under **Advanced Options > Export Options**:

* **Fit PDF export columns to one page** fits all columns to a single page width.
* **Include full text long text fields** exports all text in long text fields.
* **Include full text for rich text fields** exports all text in rich text fields. To also add HTML markup in the export, select the **Include HTML tags** checkbox.

The options to include full text fields are only available for selection on reports with long or rich text field columns.

### Excel Export Options

When exporting to Excel, you can select the following formatting options:

* **Data Only** exports the report data without formatting.
* **Formatted** exports the report with the report view formatting, including colors, headings, group headers and aggregate counts, and subheader rows.
  * **Collapse report groups** exports the collapsed report. This option is only available on grouped tabular reports.
  * **Add a cover page** exports the report with the _Excel Coverpage_ sheet, which includes information about the exported report data, such as the report name, Vault name, domain name, filters, [tags](/en/lr/3631/#tags), and more.
* **Template** exports the report to the configured [Excel template](/en/lr/59850/).

### Limits

The following limitations apply to exporting reports:

* If your Vault uses localization settings, you can export to a TXT file.
* If your Vault does not use localization settings, you can export to a CSV file.
* PDF is only available for tabular reports.
* Only reports with up to 250,000 rows can be exported to Excel using the _Data Only_, _Formatted Excel_, and _Excel Template_ formatting options.
* Exporting to PDF removes all hyperlinks.
* Vault only exports 100,000 records to PDF. If your report contains over 100,000 records, you must export to CSV or TXT.
* Vault only exports 250,000 records to Excel. If your report contains over 250,000 records, you must export to CSV or TXT.
* Only grouped tabular reports can be exported with collapsed groups.

### Recently Run Reports

When exporting a tabular report, Vault searches the [cache](/en/lr/3614/#view) for a recently run report by the same user and with the same definition. If the report already exists, Vault will use that report and will not rerun it during the export. Otherwise, Vault runs the report during the export.

### Groups & Summary Calculations

Vault only includes individual records in your export, and does not export groups or summary calculations (count, average, etc.).

### PDF Exports

When you export as PDF, Vault adds page numbers and a cover page. All reports use the [_Report Export Cover Page_](/en/lr/38684/) template. Additionally, users can modify column widths for PDFs in Edit mode in the report builder.

By default, Vault fits all columns to a single page width. To change this, clear the **Fit PDF export columns to one page** checkbox in the report's _Advanced Options_ section.

### Removing Links

You can choose to exclude vault links when exporting tabular and matrix reports. To remove report links, select the **Remove links** checkbox in the _Advanced Options_ section.

## Copying Reports

You can use the **Copy Record** option to create a new report based on an existing report.

### How to Copy Reports {#copying-reports}

  1. From the report's **Actions** menu, choose **Copy Record**.
  2. The **Make a Copy** dialog opens. Enter a **Name** and (optional) **Description** for the new report.
  3. Click **Continue**.
  4. The report editing page opens. From here, you can [make changes to the new report](/en/lr/3606/).
  5. When you finish editing, click **Run** or **Save**. Note that if you click **Run**, you have the option to **Continue Editing** or to **Save**.

## Sharing Reports {#sharing-reports}

Vault uses [Dynamic Access Control](/en/lr/46041/#DAC-reports) to manage user access and share reports. Some users may have automatic access to reports through [Custom Sharing Rules](/en/lr/46041/#custom-sharing-rules) based on the _Report Administrators_ and _Report Owners_ [System-Provided Groups](/en/lr/3200/#system-provided-groups), or through additional Custom Sharing Rules configured by an Admin. You can also [share a report][8] with specific users or groups via manual assignment.

### How to Share Reports {#share}

  1. From the report's **Actions** menu, click **Sharing Settings**.
  2. On the **Sharing Settings** page, click **Add**.
  3. In the **Add Manual Assignment** dialog, select the desired [role][10] and the user or groups to add to it.
  4. Click **Save**. Assigned users or groups can immediately access the report.

To remove a user or group from a role, click **Remove** from the **Actions** menu for that user or group in the _Access via Manual Assignment_ section. Note that _Read-only_ users will never appear in the **Users and Groups** drop-down.

### Sharing Roles {#roles}

When sharing a report, you can assign users to _Editor_ or _Viewer_ roles. You must have an _Editor_ or _Owner_ role to assign users to roles for a given _Report_ object record:

* **Viewer**: Viewers have read-only access to reports. They can only run and view the report, or make a copy of it. If the report has run-time input filters, viewers can enter filter criteria. When viewers want to make changes to a report, they can copy it and make their edits in the duplicate version.
* **Editor**: Editors can modify, share, and delete a report. They have all the same rights as the user who created the report.
* **Owner**: Owners have all of the permissions of editors and viewers. Only owners can assign other users or roles to be _Owners_, or edit the schedule of flash reports.

### Report URLs

Web actions can help improve the reporting experience by allowing users to access reports directly from objects and documents. To ensure web actions can be migrated across Vaults successfully, users can view reports using either their existing URL, which contains the report ID, or using a URL where the report's API name replaces the report ID. Admins can [define web actions](/en/lr/21270/) for accessing reports.

 [1]: #copying-reports
 [8]: #share
 [10]: #roles
