Valid TDS-C01 Dumps shared by ExamDiscuss.com for Helping Passing TDS-C01 Exam! ExamDiscuss.com now offer the newest TDS-C01 exam dumps, the ExamDiscuss.com TDS-C01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TDS-C01 dumps with Test Engine here:
You need to create a calculation that returns a customer name followed by a comma, a space, and then the customer's age (for example: John Doe, 32). What should you include in the calculation?
Correct Answer: D
According to the Tableau Desktop Specialist Exam Readiness, to create a calculation that returns a customer name followed by a comma, a space, and then the customer's age, you should use the formula [Customer Name] + "," + STR([Age]). This is because you need to concatenate strings using the + operator, and convert the numeric field [Age] to a string using the STR() function.