The calculated field formulaLEFT("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".