Salesforce Certified Tableau CRM and Einstein Discovery Consultant — Question 7
A Tableau CRM consultant is asked to add a new SalesTax field to a Product Sales dataset. The formula to calculate SalesTax is (SubTotal"CountyTax).
Which node should the consultant use in a Dataflow to calculate and insert SalesTax to the dataset?
Answer options
- A. computeExpression
- B. augment
- C. computeRelative
- D. append
Correct answer: A
Explanation
The correct answer is A, computeExpression, as it is specifically designed to perform calculations based on existing fields and create new fields within a dataset. The other options, such as augment, computeRelative, and append, do not provide the capability to perform direct calculations and add the result as a new field in the dataset.