Skip to content

Instantly share code, notes, and snippets.

@goude
Last active December 12, 2018 16:37
Show Gist options
  • Save goude/8332236 to your computer and use it in GitHub Desktop.
Save goude/8332236 to your computer and use it in GitHub Desktop.
How do you create a calculated column in Tibco Spotfire to count occurences of a specific character in a string from another column?
Len(RXReplace([Column 1], "[^x]", "", "g"))
Replace x with the character you wish to count.
@freiermuth
Copy link

Thank you for this, was incredible helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment