Nevron Vision for SharePoint Documentation
Pivot Engine / Variables / Variables
In This Topic
    Variables
    In This Topic

    In expressions you can reference the value of certain pivot variables in the context of a particular scope. Some pivot variables values are not are affected by the current scope, but others - like data set field values - are.

    Pivot variable references share the following common format:

    [ScopePath.]CollectionName!ObjectName[.ValueDescriptor]

    where:

    ScopePath - is an optional path to the scope of the collection.
    CollectionName - is a mandatory collection name.
    ObjectName - is a mandatory object name.
    ValueDescriptor - is an optional suffix to the object, that clarifies what object value must be obtained. If omitted the default object value is returned.

    Currently there are two collections, that store variable values that expressions can consume:

     

    See Also