Update Sheets docs: add sheet type, fix functions_operators accuracy#35359
Update Sheets docs: add sheet type, fix functions_operators accuracy#35359
Conversation
- Restructure _index.md around three named types (table, pivot table, sheet) - Move calculated columns and lookup under Table section - Move flexible spreadsheet callout to new Sheet (Preview) section - Add Sheet section: cell references, cross-sheet references, formula overview, error values, examples, cell formatting, and row/column limits - Update functions_operators.md overview to cover both table calculated columns and sheet formulas - Add missing table functions: SUBSTITUTE, REGEXREPLACE - Remove ADD, MINUS, MULTIPLY, DIVIDE (not implemented) - Mark REGEXREPLACE as table calculated columns only (not available in sheets) - Add Sheet functions section with: Text, Logical, Math, Date/time, Lookup & reference, Statistical, Financial, and Info categories - Add operators Example column Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Preview links (active after the
|
…eenshot
- Update overview to introduce three tab types with anchor links
- Restructure Table section intro copy
- Move Sheet (Preview) callout into its section; add flexible_spreadsheet.png
- Move Examples as subsection under Formulas
- Combine Table functions and Sheet functions into a single Functions section
with an Available in column (Table, Sheet, or Table, Sheet)
- Update statistical and math examples to use table column references
where supported (e.g. COUNTIF('Logs'#"status", "error"))
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…Formulas - Standardize all function table column separators to equal widths - Move Examples as a subsection (####) directly under Formulas in Sheet section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…s table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5d821f1ca3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [18]: https://app.datadoghq.com/apm/traces | ||
| [19]: https://www.datadoghq.com/product-preview/additional-advanced-querying-data-sources/ | ||
| [20]: https://app.datadoghq.com/product-analytics/events | ||
| [21]: /sheets/functions_operators#sheet-functions |
There was a problem hiding this comment.
Fix broken anchor for Sheet functions link
The new reference target [21]: /sheets/functions_operators#sheet-functions points to an anchor that does not exist in functions_operators.md (that page has headings like ## Functions, but no ## Sheet functions). As a result, users clicking the “Sheet functions” link in the Sheets page cannot navigate to the intended section, which is a regression in cross-page docs navigation. Update the link to an existing anchor or add a matching heading on the destination page.
Useful? React with 👍 / 👎.
|
https://datadoghq.atlassian.net/browse/DOCS-13757 created for documentation team review |
Summary
_index.mdaround the three named product types (table, pivot table, sheet) — overview now introduces all three upfront, and calculated columns/lookup are grouped under the Table sectionfunctions_operators.mdaccuracy based on the actual function registry in web-ui:ADD,MINUS,MULTIPLY,DIVIDE— these functions don't exist in the codebaseSUBSTITUTE,REGEXREPLACEREGEXREPLACEas table calculated columns only (its scope in the registry istable, notopen)openscope) organized by category: Text, Logical, Math, Date/time, Lookup & reference, Statistical, Financial, InfoTest plan
#sheet-functionsresolves correctly from_index.mdlink🤖 Generated with Claude Code