The calculated field formula LEFT("Sales Data", 5) will correctly produce the output "Sales" from the string value "Sales Data". The LEFT function in Tableau returns the specified number of characters from the start of the string. Here, the first 5 characters of "Sales Data" are "Sales".
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit