Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Wiki Markup
{introducedin: 8.4

...

Description

Excerpt

The SourceField represents a source field in a PivotTable. To retrieve a SourceField use PivotTable.SourceFields.

Signature
C#C#
}
{description}
{excerpt}
The {{[EW8:SourceField]}} represents a source field in a PivotTable. To retrieve a {{SourceField}} use [EW8:PivotTable.SourceFields].
{excerpt}
{signature:C#} public sealed class SourceField
Signature
{signature}
{signature:vb.net
vb.net
}Public NotInheritable Class SourceField
Properties

...

Name

...

Description

...

Name

...

{signature}
{properties}
|| Name || Description ||
| [Name|EW8:SourceField.Name

...

] | {excerpt-include:SourceField.Name

...

|nopanel

...

Position

...

=true} |
| [Position|EW8:SourceField.Position

...

] | {excerpt-include:SourceField.Position

...

|nopanel

...

Remarks

A source field is a field that is automatically created based on the data source of the PivotTable and can be used to create data fields, row labels, column labels, and page fields. Each column of data in the PivotTable data source has a corresponding source field, and new source fields cannot be added.

Using the SourceField to create a PivotTableField will not change the SourceField.
=true} |
{remarks}
A source field is a field that is automatically created based on the data source of the PivotTable and can be used to create data fields, row labels, column labels, and page fields. Each column of data in the PivotTable data source has a corresponding source field, and new source fields cannot be added.  

Using the {{SourceField}} to create a {{[EW8:PivotTableField]}} will not change the {{SourceField}}.  
{remarks}