Match the following calculated field settings with the corresponding description:
I. Slicer
II. Filter
III. Calculated Field
IV. PivotChart
V. Slicer caption
A. An interactive graphical representation of the data in a PivotTable
B. Text that displays in the header at the top of the slicer window
C. A small window containing one button for each unique item in a field so that you can filter the PivotTable quickly
D. A user-defined field that does not exist in the original dataset
E. Excludes particular categories or values
C, E, D, A, B
You might also like to view...
Would this compile? If not, what change do you need to make so that it will compile?
Case-Based Critical Thinking QuestionsCase 3-1Chris has inherited the management of some highly disorganized projects from her predecessor. One of its hallmarks is that the projects included a lot of constraints that have proven unnecessary, and which have complicated the reporting on the projects and the accurate assessment of where things stand. Because you were privy to a lot of the background about the projects, Chris has asked you to help her sort it all out.Chris knows that one of the projects was set to finish on April 29, 2009, no questions asked. Which constraint would she expect to find in place?
A. Finish No Later Than B. As Soon As Possible C. Must Finish On D. Must Start On
An array's ____ method returns an integer that indicates the highest subscript in the specified dimension in the array.
A. Sort B. Reverse C. TryParse D. GetUpperBound
If pt is declared as a pointer to a structure of type Employee, ____ refers to the variable whose address is in the pt.idNum variable.
A. (*pt).idNum B. *pt.idNum C. pt->idNum D. (*pt.)idNum