Salesforce Certified Tableau CRM and Einstein Discovery Consultant — Question 92
A client has a dashboard for Sales Managers. They want to have a list filter that shows the name of the month. However, based on the "CloseDate_Month" field, the list filter shows numbers instead of names.
How can a Tableau CRM Consultant use the Dataflow nodes to generate the name of month as a new dimension in the dataset?
Answer options
- A. flatten
- B. append
- C. computeRelative
- D. computeExpression
Correct answer: D
Explanation
The correct answer is D, as the computeExpression node allows the creation of new fields by applying calculations or functions to existing fields, which can be used to convert numerical month representations into their corresponding names. The other options, such as flatten, append, and computeRelative, do not specifically provide the functionality needed to generate a new dimension for month names.