Which Add to option is NOT available in the field section on the PivotTable Field List?

A. Add to Report Filter
B. Add to Column Filter
C. Add to Column Labels
D. Add to Row Labels


Answer: B

Computer Science & Information Technology

You might also like to view...

When filling out web forms, explain why they usually ask for your street address, city and state in separate boxes.

What will be an ideal response?

Computer Science & Information Technology

What is i printed in the following code?

``` public class Test { public static void main(String[] args) { int j = 0; int i = j++ + j * 5; System.out.println("What is i? " + i); } } ``` a. 0 b. 1 c. 5 d. 6

Computer Science & Information Technology

Division by zero is a ________ error that is caught when the program executes

A) compiler B) logical C) syntax D) runtime

Computer Science & Information Technology

In the accompanying figure, which item is pointing to the ending color stop?

A. 1 B. 2 C. 3 D. none of the above

Computer Science & Information Technology