Salesforce Certified Tableau CRM and Einstein Discovery Consultant — Question 64
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. update
- B. append
- C. join
- D. transform
Correct answer: D
Explanation
The correct answer is D, transform, because this node is used to apply calculations and create new fields in a dataset. The update node modifies existing records, append adds new records, and join combines datasets but does not perform calculations.