# Backup & restore report config

Lumel Planning Sheet allows you to import/export the visual configuration as a JSON file. The JSON file can be saved to your local system and also shared with other users.

### Backup report config

1. In the 'Export' tab of the toolbar, click 'Config' in the 'Backup' section. Select 'Backup report config' to backup configurations.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Config1%20(1).png" alt=""><figcaption><p>Backup report config</p></figcaption></figure>

2. A pop-up appears showing a warning, click 'Download'.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Download%20(1).png" alt=""><figcaption><p>Pop-up</p></figcaption></figure>

c) Your visual data will be downloaded in a .JSON format which can be used in other reports.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/json.png" alt=""><figcaption><p>JSON file</p></figcaption></figure>

### 2. Restore report config

To restore and apply the configurations from an exported .JSON file, follow the steps given below:

a) In the 'Export' tab of the toolbar, Click 'Config' in the 'Backup' section. Select 'Restore report config' from the drop-down.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/restore%20(2).png" alt=""><figcaption><p>Restore report config</p></figcaption></figure>

b) Click 'Upload' and navigate to the location of the exported config file.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Upload.png" alt=""><figcaption><p>Upload .JSON file</p></figcaption></figure>

c) Select the .json format exported file and click 'Open'.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Json.png" alt=""><figcaption><p>Upload .JSON file</p></figcaption></figure>

d) It shows a warning message since we have not mapped the data fields correctly. You can see which fields need to be added.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Warning%20(1).png" alt=""><figcaption><p>Warning message</p></figcaption></figure>

e) As you add the fields, the red cross will turn to green ticks. Click 'Apply'.

{% hint style="info" %}
Even if the added data fields are not an exact match, you can still apply the configurations by clicking on the 'Apply Anyway' option.
{% endhint %}

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Green.png" alt=""><figcaption><p>Adding fields</p></figcaption></figure>

f) Select 'Yes' to apply the imported configuration. Note that this action cannot be undone.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Restore%20config.png" alt=""><figcaption><p>Restoring config</p></figcaption></figure>

h) Your visual gets updated with the configurations from the exported file.

<figure><img src="https://github.com/lumelinc/PowerTableDocs/blob/main/.gitbook/assets/Restored%20file.png" alt=""><figcaption><p>Restored configuration</p></figcaption></figure>

{% hint style="info" %}
Another option to reuse report configurations is using the Enterprise Themes feature. You can easily create and add custom themes to the repository which can be accessed by others in the organization.

Note however that not all the configurations can be saved as a theme. Only the properties in general, hierarchy and number tabs of display settings, toolbar options in Report+, and a few others can be saved.
{% endhint %}


---

# 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.fabricplan.com/planning-sheets/export-and-import-reports-backup.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.
