Salesforce Certified Tableau CRM and Einstein Discovery Consultant — Question 2
In a dataset, there are multiple boolean fields. When displayed on any dashboard, the boolean fields should all be displayed in the same way: a value of true should result in the display of the word "Yes" in green; a value of false should result in the display of the word "No" in red.
In which two ways can this be accomplished?
Answer options
- A. Create an XMD node in the dataflow to change the label and color of the values in the fields.
- B. In the explorer, select the boolean fields and use the "edit values" option on the fields to change values and colors.
- C. Download the XMD for the dataset and change the values and color for the fields and then upload to the dataset.
- D. In the explorer, select the boolean fields, then create a derived dimension that references the boolean fields, and then modify the values and colors of the derived dimension.
Correct answer: C
Explanation
The correct answer is C because downloading the XMD allows for direct modification of the boolean field labels and colors, ensuring they are displayed correctly when re-uploaded. Options A and D involve creating new elements but do not directly address the requirement for modifying the existing boolean fields' display. Option B suggests an edit values option that may not apply to all dashboard configurations.