Jump to Content
Pebble StreamJoin Zen's Slack
DocumentationRecipesCommunity Discussions
v1.0

Join Zen's SlackLog InPebble Stream
Log In
v1.0DocumentationRecipesCommunity Discussions

Enterprise Documentation

  • Getting Started with Pebble Stream
  • Spreadsheet Design Best Practices
  • Writing Performant Spreadsheets
  • Supported Spreadsheet Functions
  • Runtime API
    • Clojure
    • C#
    • JavaScript
    • Java
  • Release Notes

Directives

  • Transformative Directives
    • from
    • cartesian-product
    • join
    • outer-join
    • filter
    • sort
    • group
    • group-unique
    • group-sum
    • group-ratio
    • header-map
    • split
  • Annotative Directives
    • allowed-values
    • div/0
    • do-not-compile
    • fail
    • grouped
    • header-count
    • hint
    • identical-columns
    • ignore
    • not-blank
    • out
    • sorted
    • unique
    • warn
  • Generative Directives
    • match-rows
    • stop

Zen Documentation

  • Introduction
  • Best Practices
  • Getting Started with Zen for Google Sheets
    • Things to take note
    • Setup 101
  • Features
    • Worksheet Styling & Theming
    • Preferences
  • Directives
    • from
    • match-rows
    • cartesian-product
    • join
    • outer-join
    • filter
    • group
    • sort
  • Troubleshooting
  • Feedback
  • Release Notes
Powered by 

identical-columns

This directive validates that columns in the referenced sheets have the same values.

Suggest Edits
pebblestream:identical-columns:Sheet1[: ...]

Every column in Sheet1 ... with the same header name as this one must have the same values as this one.

Example

Updated 11 months ago