ExamGecko
Question list
Search
Search

Question 277 - TDS-C01 discussion

Report
Export

You have the following string value: Sales Data.

Which calculated field produces an output of Sales?

A.
LTRIM('Sales Data')
Answers
A.
LTRIM('Sales Data')
B.
LEFT ('Sales Data', 5)
Answers
B.
LEFT ('Sales Data', 5)
C.
LEFT ('Sales Data')
Answers
C.
LEFT ('Sales Data')
D.
RTRIM( 'Sales Data')
Answers
D.
RTRIM( 'Sales Data')
Suggested answer: B

Explanation:

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'.

asked 23/09/2024
MOHAMED BEN SLIMEN
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first