Microsoft
70-448 · Question #206
You create a SQL Server 2008 Reporting Services (SSRS) report for a school district. The school district needs to be able to retrieve the median value of all test scores. You build a custom function…
The correct answer is C. =Code.Median(Fields!TestScores). See the full explanation below for the reasoning.
Question
You create a SQL Server 2008 Reporting Services (SSRS) report for a school district. The school district needs to be able to retrieve the median value of all test scores. You build a custom function named Median that accepts the test scores and returns the median test score. You need to run this custom function. Which expression should you use?
Options
- A=Execute Function Median(Fields!TestScores)
- B=Code.Function.Median()
- C=Code.Median(Fields!TestScores)
- D=Execute.Median(Fields!TestScores)
How the community answered
(30 responses)- A17% (5)
- B7% (2)
- C70% (21)
- D7% (2)
Community Discussion
No community discussion yet for this question.