Skip to content

Instantly share code, notes, and snippets.

@erzk
Created June 6, 2016 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erzk/256e46ba627e104ab108787dd33491af to your computer and use it in GitHub Desktop.
Save erzk/256e46ba627e104ab108787dd33491af to your computer and use it in GitHub Desktop.
Postcode Area Regex - Tableau calculated field
// based on calculation from Tableau's website
REGEXP_EXTRACT([Postcode], "([A-Z][A-Z]?)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment