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

Returns the base item index of a data field in the PivotTable.

Signature
C#C#
}

{description}
{excerpt}Returns the base item index of a data field in the PivotTable.{excerpt}
{signature:C#}
 public int BaseIndex{ get;}
Signature
{signature}{signature:vb.net
vb.net
}
Public Property BaseIndex() As Integer
Remarks
Value label fields return
{signature}
{remarks}Value label fields return -1. You can check if a PivotField is a value label field with the [IsValuesLabel
PropertyWhen calling
 |EW8:PivotTableField.IsValuesLabel]Property

When calling {{[SetShowValueAs()|ShowValueAs.SetShowValueAs (ShowValueAsType, SourceField, Int32)]}}, certain {{ShowValueAsTypes}} use a source field as a base field and an index for one of the values in the data source column associated with the source field.
{remarks}