45927d8af79fdc35f27c7a64e7f70a9fd53573f5
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 |  |
| 57 | 57 |  |
| 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 | + |
|
| 62 | + |
|
| 63 | +Next, click on the Edit Pivot Button shown below: |
|
| 64 | + |
|
| 65 | + |
|
| 66 | +This will open the Pivots panel to allow the user to select Column and Pivot values. |
|
| 67 | + |
|
| 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 | + |
|
| 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 | + |
|
| 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 | + |
|
| 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 | + |
|
| 81 | + |
|
| 82 | +This panel can be collapsed by clicking the – icon in the top right corner of the Pivot panel shown below. |
|
| 83 | + |
|
| 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 | + |
|
| 87 | + |
|
| 88 | +To remove the Pivot you can click the “X” on the top left corner of the Pivot panel header shown below: |
|
| 89 | + |
|
| 90 | + |
|
| 91 | +This will remove the Pivot Column and the Pivot Values from the Pivot panel as shown below: |
|
| 92 | + |
|
| 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 | + |
|
| 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. |