Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Substring in Tableau

To find substring of string column,

1. Create a calculated field in tableau
2. mid function can be used to extract the necessary characters.

Example
mid('Forget Code',3,8)


Output
get Code


Syntax
mid(string, start_index, [number of characters])