1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
Files
sqliteviz/Manage-inquiries.md
2022-01-06 22:34:07 +01:00

40 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Manage inquiries
## Organise
You can find all inquiries that you saved in `Inquiries` (fig. 1).
![Fig. 1: Inquiries](./img/Screenshot_my_inquiries.png)
To manipulate one inquiry hover the cursor over the row with the inquiry and
choose the action:
* ![](./img/rename.svg) rename an inquiry
* ![](./img/copy.svg) duplicate an inquiry
* ![](./img/file-export.svg) export an inquiry to JSON file
* ![](./img/delete.svg) delete an inquiry
To edit a query or visualisation settings of an inquiry click on the respective
row. You will be redirected to `Workspace` where the chosen inquiry will be
opened in a tab.
> **Note:** After opening an inquiry there will be no visualisation for it even
> if you specified it and saved. That is so because there is no data to build
> the visualisation. Run the query and all saved chart settings will be applied.
You can also delete or export a group of inquiries to a JSON file. Select
inquiries with checkboxes and press `Delete`/`Export` button above the grid
(fig. 2).
![Fig. 2: Inquiries: a group of inquiries is selected](./img/Screenshot_group.png)
> **Note:** Some operations are not available for predefined inquiries. Read
> [Predefined inquiries][1] for details.
## Import
Click `Import` button on `Inquiries` page to import inquiries from a JSON file
generated by export.
[1]: ../Predefined-inquiries