Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{introducedin: 8.4}
{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:vb.net}Public NotInheritable Class SourceField
{signature}
{properties}
|| Name || Description ||
| [Name|EW8:SourceField.Name] | {excerpt-include:SourceField.Name|nopanel=true} |
| [Position|EW8:SourceField.Position] | {excerpt-include:SourceField.Position|nopanel=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}