Generated HTML Output
Created Chart: Pivot Table
The columns in this pivot table are built to count the number of cases per month. The "Causing Instance" filter area is provided for further analysis.
Table Structure
The pivot table consists of the following fields:
- Fields: Month, Count of Cases
- Filter Area: Causing Instance
Code Block
-- Question Begin --
CREATE CHART PIVOT TABLE (
Columns: Month,
Built Pivot: "Causing Instance" filter area;
TH...
-- Question End --
References
- Books: None
- Articles: None
- Online Resources: None