You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Template variables are already a powerful tool for filtering an entire dashboard based on creator-selected metadata. Nested Variables take this further by allowing you to create dependent relationships between them. This enables you to:
10
+
11
+
- Create parent/child relationships: Form a tree-like structure for multi-level filtering.
12
+
- Reuse and dynamically change variables: Efficiently filter data based on other variables' selections.
13
+
14
+
## Key features [#key-features]
15
+
16
+
- Parent/Child relationships: Establishes hierarchical links between variables.
17
+
- Dynamic data changes: Automatically updates displayed data.
0 commit comments