Commit 07a43dc
docs(ui): state where a dashboard global filter's
`## Global Filters` on the dashboards page explained `name`, date defaults and
`filterBindings`, but never said where a filter's `field` is looked up. The two
halves of the answer were written on the validation reference page in adjacent
paragraphs (`content/docs/deployment/validating-metadata.mdx:44-58`) and their
asymmetry was never named: dimensions resolve against the dataset, filter fields
against the dataset's object, so the same field can be filterable and not
group-by-able on one dataset.
Adds one section to the page authors actually read when writing `globalFilters`,
stating both resolution targets side by side, the two error-severity lint rules
that enforce them, the `filterBindings: { name: false }` opt-out, and a caveat
scoping the statement to the authorable surface.
Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW8
Co-authored-by: Claude <noreply@anthropic.com>field resolves (#16266)1 parent fc3fb7c commit 07a43dc
1 file changed
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
363 | 399 | | |
364 | 400 | | |
365 | 401 | | |
| |||
0 commit comments