docs: document dimension links β modeling + dashboard cell menu#11148
Merged
keydunov merged 14 commits intoJun 26, 2026
Conversation
β¦+ external URLs)
β¦oard is per-link)
β¦ired-order note
β¦ product); keep the cell menu
β¦solution Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
keydunov
reviewed
Jun 24, 2026
Member
|
Should we have a dashboard linking section on a dashboard page that is not related to data modeling but is a dashboard exploration main page? |
Per review: the exhaustive cell-menu / keyboard-gesture writeup was more than the table chart doc needs. Keep the one user-facing point β data-model links surface in the cell menu alongside Copy value / Drill down β and drop the gesture list and the redundant trailing paragraph.
β¦ (CUB-557) Per review: surface dashboard-to-dashboard linking on the dashboards exploration page (not only the data-modeling reference). Explains drill-in (`dashboard:`) and external (`url:`) cell links from an explorer's perspective, and points to the slug section + Dimensions β Links for authoring.
Contributor
Author
|
Good call β added a Linking between dashboards section to π€ Addressed by Claude Code |
keydunov
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents the "Links between dashboards" feature (CUB-557; built on the merged links primitive #10852, in cube-core since v1.6.53) on both sides β authoring and consumption.
Authoring (data modeling)
docs/data-modeling/dimensions.mdxβ new## Linkssection:linksis a list (a dimension can declare several), a per-link parameter table (urlordashboardper link), Icons (Tabler names), Setting a dashboard slug, and Behavior (per-row resolution via a synthetic<dim>___link_<name>_urldimension, null omission, drill-in vs external, equality filters, graceful unknown-slug handling). Notes the v1.6.53 requirement and that adashboard:params[].keyis a target-view member (a cube path auto-resolves to it).reference/data-modeling/dimensions.mdxβlinksis a list;dashboardvalue is the target dashboard's slug (deployment-scoped); icon name format.Consumption (dashboard UI)
docs/explore-analyze/charts/chart-types/table.mdxβ new## Cell menu: left-click selects + opens a menu (data-model links / drill-in / Copy value / Drill down); Cmd/Ctrl-click β new tab; Shift-click selects; right-click β native browser menu. (Also keeps the real## Inline barsStyle-tab control; the previously-documented per-column "Display as Link/Image" was removed β it isn't in the product.)docs/explore-analyze/dashboards/index.mdxβ## Dashboard slug(stable, deployment-unique identifier set in the options sidebar; no required order between model and dashboard; renaming a referenced slug updates the model links).The modeling and table-cell-menu pages are cross-linked.
Notes
Docs-only. Companion to the Cube Cloud feature PR cubedevinc/cubejs-enterprise#12540. (Re-opened as a fresh PR after the prior fork was deleted; same content.)