Skip to content

Commit 147847f

Browse files
authored
Sharing a Dashboard (#1700)
1 parent 7ec66cf commit 147847f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

docs/en/guides/20-cloud/10-using-databend-cloud/01-worksheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import EllipsisSVG from '@site/static/img/icon/ellipsis.svg'
88

99
Worksheets in Databend Cloud are used to organize, run, and save SQL statements. They can also be shared with others in your organization.
1010

11-
## Creating Worksheets
11+
## Creating a Worksheet
1212

1313
To create a new worksheet, click on **Worksheets** in the sidebar and select **New Worksheet**.
1414

@@ -33,13 +33,13 @@ The query result shows in the output area. You can click **Export** to save the
3333
- If you enter multiple statements in the SQL input area, Databend Cloud will only execute the statement where the cursor is located. You can move the cursor to execute other statements. Additionally, you can use keyboard shortcuts: Ctrl + Enter (Windows) or Command + Enter (Mac) to execute the current statement, and Ctrl + Shift + Enter (Windows) or Command + Shift + Enter (Mac) to execute all statements.
3434
:::
3535

36-
## Sharing Worksheets
36+
## Sharing a Worksheet
3737

3838
You can share your worksheets with everyone in your organization or specific individuals. To do so, click **Share** in the worksheet you want to share, or click **Share this Folder** to share a worksheet folder.
3939

4040
![Alt text](@site/static/img/documents/worksheet/share.png)
4141

4242
In the dialog box that appears, select the sharing scope. You can copy and share the link with the intended recipients, who will also receive an email notification. Please note that if you choose the **Designated Members** scope, recipients must click the link you share for the sharing to be successful.
4343

44-
- To view the worksheets shared with you, click **Worksheets** in the sidebar, then click the **Shared with Me** tab on the right.
44+
- To view the worksheets shared with you by others, click **Worksheets** in the sidebar, then click the **Shared with Me** tab on the right.
4545
- When you share a worksheet with others, they can execute the SQL statements in it if they have the necessary permissions, but they won't be able to make any edits to the statements.

docs/en/guides/20-cloud/10-using-databend-cloud/02-dashboard.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Dashboards
33
---
44
import StepsWrap from '@site/src/components/StepsWrap';
55
import StepContent from '@site/src/components/Steps/step-content';
6+
import EllipsisSVG from '@site/static/img/icon/ellipsis.svg';
67

78
Dashboards are employed to present query results through a variety of chart types, including **scorecards**, **pie charts**, **bar charts**, and **line charts**. These charts are generated from the query results. You have the option to create a chart based on the query result after executing a query in a worksheet. Refreshing a dashboard allows you to re-execute the queries corresponding to the charts, thereby updating the charts with the latest results.
89

@@ -44,6 +45,20 @@ Please note that these aggregation functions assist in summarizing and revealing
4445
After generating a chart from the query results in a worksheet, please avoid running other queries in the same worksheet, as doing so might result in the chart becoming unavailable on the dashboard.
4546
:::
4647

48+
## Sharing a Dashboard
49+
50+
You can share your dashboards with everyone in your organization or specific individuals. To do so, click the ellipse button <EllipsisSVG/> on the dashboard you want to share, then select **Share**.
51+
52+
![alt text](@site/static/img/documents/dashboard/dashboard-share.png)
53+
54+
When sharing a dashboard, you can choose one of the following permission levels to control how others can access it:
55+
56+
- **Read Only**: View the dashboard but cannot make changes or run queries to retrieve the latest results.
57+
- **Execute**: Run queries to retrieve the latest results or interact with the dashboard without modifying it.
58+
- **Edit**: Modify the dashboard, including changing queries and how the dashboard reflects the results.
59+
60+
To view the dashboards shared with you by others, click **Dashboards** in the sidebar, then click the **Shared with Me** tab on the right.
61+
4762
## Tutorials
4863

4964
- [Dashboarding COVID-19 Data](/tutorials/databend-cloud/dashboard)
Loading

0 commit comments

Comments
 (0)