-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: document alerts inbox delivery, add-in settings, detach/delete, and edit detection #11761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -168,15 +168,38 @@ targets the wrong cell. | |||||||||||||
| <img src="https://ucarecdn.com/c8d490c6-80bf-44fe-9233-45121a7c4088/" /> | ||||||||||||||
| </Frame> | ||||||||||||||
|
|
||||||||||||||
| If a placement's written cells come back empty — for example, someone deleted | ||||||||||||||
| them by hand — the spreadsheet home shows a **No data** tag next to it. Opening | ||||||||||||||
| the pane also checks whether the cells it wrote still hold what was last | ||||||||||||||
| written; if any have been typed over or cleared since, it shows a notice with | ||||||||||||||
| an option to jump straight to the changed cells, which clears the next time you | ||||||||||||||
| run the exploration. Neither check catches rows or columns inserted above the | ||||||||||||||
|
Comment on lines
+174
to
+176
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Same wording at |
||||||||||||||
| block — that's the anchor limitation described above. | ||||||||||||||
|
|
||||||||||||||
| Use the row menu's **Detach** or **Delete** to stop working with an exploration | ||||||||||||||
| in this document. **Detach** removes it from this spreadsheet only — it stays | ||||||||||||||
| in your Cube Cloud workspace and in any other document it's placed in. | ||||||||||||||
| **Delete** removes it everywhere it's been placed. Both offer to clear the | ||||||||||||||
| written cells, which is checked by default. | ||||||||||||||
|
|
||||||||||||||
| If an exploration has filters applied, an admin can turn on **Show applied filters | ||||||||||||||
| in reports** (Settings → Spreadsheet Add-ins) to make the filter state | ||||||||||||||
| visible on the sheet itself. When enabled, a summary of active filters is | ||||||||||||||
| added above the table, and filtered columns are marked "(filtered)" in | ||||||||||||||
| their header, both when the exploration is inserted and after **Refresh**. | ||||||||||||||
| their header, both when the exploration is inserted and after **Refresh**. Each | ||||||||||||||
| user can override this for themselves from the add-on's own **Settings**. | ||||||||||||||
|
|
||||||||||||||
| Saved explorations also appear in the Cube Cloud workspace. See | ||||||||||||||
| [Saving explorations][ref-explorations] for details. | ||||||||||||||
|
|
||||||||||||||
| ## Add-on settings | ||||||||||||||
|
|
||||||||||||||
| Open **Settings** from the add-on's menu to set personal preferences: whether | ||||||||||||||
| selecting a sheet jumps the pane to its exploration and vice versa, whether an | ||||||||||||||
| exploration runs automatically, whether duplicate values in the result are | ||||||||||||||
| suppressed, and the per-user override of **Show applied filters in reports** | ||||||||||||||
| described above. | ||||||||||||||
|
|
||||||||||||||
|
|
||||||||||||||
| [link-google-sheets]: https://workspace.google.com/products/sheets/ | ||||||||||||||
| [link-marketplace-listing]: https://workspace.google.com/u/0/marketplace/app/cube_cloud_for_sheets/641460343379 | ||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new inbox sentence leaves one question open that this page otherwise answers carefully: the Recipients section above says Also send to can hold arbitrary custom email addresses that aren't account users. Those addresses can't have an in-app inbox, so "the recipient's in-app notification inbox" is true only for the user recipients. Worth scoping it explicitly so a reader configuring a custom address doesn't expect an inbox entry.
(Only apply if that scoping matches the behavior in
cubedevinc/cubejs-enterprise#14489— I can't read that repo to confirm.)