Guides/Instant-Reports-v2-BETA.md
... ...
@@ -56,6 +56,45 @@ This will change the current Instant Report page to the BETA Instant Report Page
56 56
![](/Guides/Instant-Reports-v2-BETA/ir13.PNG)
57 57
![](/Guides/Instant-Reports-v2-BETA/ir14.PNG)
58 58
59
+<!--#Adding a Pivot
60
+To create a pivot the user must first select at least one column in the report. This will show as the Rows in the Pivot grid. See below:
61
+![](/Guides/Instant-Reports-v2-BETA/ir16.png)
62
+
63
+Next, click on the Edit Pivot Button shown below:
64
+![](/Guides/Instant-Reports-v2-BETA/ir17.png)
65
+
66
+This will open the Pivots panel to allow the user to select Column and Pivot values.
67
+![](/Guides/Instant-Reports-v2-BETA/ir18.png)
68
+
69
+Next, add the Pivot column and the grouping style for the column. In the example below we will add a fields called Order Date in the Northwinds Database and chose to group by the year of the order date.
70
+![](/Guides/Instant-Reports-v2-BETA/ir19.png)
71
+
72
+Now we want to add our pivoted values. Click on the +Add Cell Value button and a new field selector will be added to the panel.
73
+![](/Guides/Instant-Reports-v2-BETA/ir20.png)
74
+
75
+Now you can use the drop down to select a field to show in the body of the pivot. We will show Freight from the Order Table and chose to sum the value of freight.
76
+![](/Guides/Instant-Reports-v2-BETA/ir21.png)
77
+
78
+Now you can see the pivot is showing Each Ship Country and the sum of Freight by Order Year.
79
+Additional values can be added to the pivot by clicking on the +Add Cell Value button, below we will show a count of Order ID for each Country by year.
80
+![](/Guides/Instant-Reports-v2-BETA/ir22.png)
81
+
82
+This panel can be collapsed by clicking the – icon in the top right corner of the Pivot panel shown below.
83
+![](/Guides/Instant-Reports-v2-BETA/ir23.png)
84
+
85
+Notice you can still see a count of pivoted vales when the panel is collapsed. If you need to edit the Pivot you can click on the Edit Pivot Button again to expand the panel.
86
+![](/Guides/Instant-Reports-v2-BETA/ir24.png)
87
+
88
+To remove the Pivot you can click the “X” on the top left corner of the Pivot panel header shown below:
89
+![](/Guides/Instant-Reports-v2-BETA/ir25.png)
90
+
91
+This will remove the Pivot Column and the Pivot Values from the Pivot panel as shown below:
92
+![](/Guides/Instant-Reports-v2-BETA/ir26.png)
93
+
94
+You can add side totals to the Pivot by clicking the Add side totals check box in the Pivot Panel shown below:
95
+![](/Guides/Instant-Reports-v2-BETA/ir27.png)
96
+-->
97
+
59 98
#Unsupported Features
60 99
61 100
At this time in the Beta Release of Instant Reports 2.0 the following Report Designing Features are unsupported. We will be building out features as we move forward to a production release.