Salesforce Certified Tableau Consultant Analytics-Con-301 Question # 14 Topic 2 Discussion

Salesforce Certified Tableau Consultant Analytics-Con-301 Question # 14 Topic 2 Discussion

Analytics-Con-301 Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

A client wants to count all the distinct orders placed in 2010. They have written the following calculation, but the result is incorrect.

IF YEAR([Date])=2010 THEN COUNTD ([OrderID]) END

Which calculation will produce the correct result?


A.

IF MIN(YEAR([Date]))=2010 THEN WINDOW_COUNTD([OrderID]) END


B.

IF YEAR([Date])=2010 THEN {COUNTD ([OrderID])} END


C.

COUNTD(IF YEAR([Date])=2010 THEN [OrderID] END)


D.

COUNT(IF YEAR([Date])=2010 THEN [OrderID] END)


Get Premium Analytics-Con-301 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.