Pane Panes Parameter Parameters Phonetic Phonetics Picture PictureFormat Pictures PivotAxis PivotCache PivotCaches PivotCell PivotField PivotFields PivotFilter PivotFilters PivotFormula PivotFormulas PivotItem PivotItemList PivotItems PivotLayout PivotLine PivotLineCells PivotLines PivotTable PivotTableChangeList ...
TableStyle TabStop TabStops Task TaskPane TaskPanes Tasks Template Templates TextColumn TextColumns TextEffectFormat TextFrame TextInput TextRetrievalMode ThreeDFormat TickLabels Trendline Trendlines TwoInitialCapsException TwoInitialCapsExceptions UndoRecord UpBars Variable Variables Version Versions View...
2.1.784 Part 1 Section 18.10.1.70, pivotFields (PivotTable Fields) 2.1.785 Part 1 Section 18.10.1.71, pivotHierarchies (PivotTable OLAP Hierarchies) 2.1.786 Part 1 Section 18.10.1.72, pivotHierarchy (OLAP Hierarchy) 2.1.787 Part 1 Section 18.10.1.73, pivotTableDefinition (PivotTable ...
2.1.812 Part 4 Section 3.10.1.70, pivotFields (PivotTable Fields) 2.1.813 Part 4 Section 3.10.1.71, pivotHierarchies (PivotTable OLAP Hierarchies) 2.1.814 Part 4 Section 3.10.1.72, pivotHierarchy (OLAP Hierarchy) 2.1.815 Part 4 Section 3.10.1.73, pivotTableDefinition (PivotTable Def...
Pane Panes Parameter Parameters Phonetic Phonetics Picture PictureFormat Pictures PivotAxis PivotCache PivotCaches PivotCell PivotField PivotFields PivotFilter PivotFilters PivotFormula PivotFormulas PivotItem PivotItemList PivotItems PivotLayout PivotLine PivotLineCells PivotLines PivotTable PivotTableChangeList ...
TableStyle TabStop TabStops Task TaskPane TaskPanes Tasks Template Templates TextColumn TextColumns TextEffectFormat TextFrame TextInput TextRetrievalMode ThreeDFormat TickLabels Trendline Trendlines TwoInitialCapsException TwoInitialCapsExceptions UndoRecord UpBars Variable Variables Version Vers...
drag-select any rect of pivot cells to drill down both the pivot table and results panes to only display those, so both pivot table axis narrow to just the selected ranges shift-drag-select does the same as the above, but leaves the pivot table pane alone and jus...
I also tried to apply these in filter pane if they are not zeros for both "Variable Cost" and "Fixed Cost" fields but it doesn't work in the sense that it changes the final grand total amount. By right if it works, it shouldn't change grand total amount as we...
If the analysis contains at least one hierarchical column, then a pivot table is the default view. You can customize or delete the existing views for an analysis, add other views, and combine and position views anywhere in the pane. Preparing multiple views of results can help you identify ...
Table.DisplayElements.Count; i++) { Element el = this.gridGroupingControl1.Table.DisplayElements[i]; //If the element is a nested table if(el.Kind == DisplayElementKind.NestedTable) { //Displays the nested table elements. GridNestedTable gridNestedTable = (GridNestedTable) el; foreach(...