Skip to content

v1.9.0 — File-backed Calculation Bank

Choose a tag to compare

@TrueCrimeDev TrueCrimeDev released this 14 Jul 00:37
· 7 commits to main since this release

Added

  • Calculation Bank now loads from your own .twbl files. Click the + button in the Calculation Bank section header to add one or more bank files (e.g. bank.twbl) — the list persists across sessions, and each file can be removed with its trash button.
  • Every calculation row has two hover actions: → insert places the formula (with its // Title header) into the active file at the cursor, and copy puts it on the clipboard.
  • With no files configured, the workspace _calc_bank.twbl still loads as before.

Fixed

  • Hardened the formula syntax highlighter against pathological formulas in imported bank files (removed an unbounded expansion loop).

Bank file format

Calculations separated by blank lines, each starting with a // Title comment line:

// Profit Ratio
SUM([Profit]) / SUM([Sales])

// Age Label
STR([Age])

Install

code --install-extension tableau-language-support-1.9.0.vsix --force

(.zip is the same archive; rename to .vsix if your browser saved it that way.)