Type Alias BindingV2

An object that defines how values accessible in the selection Analytics Application are to be harvested and injected into the data prep phase of the template Analytics Application at Analytics Application generation time.

Index
formatting?: BindFormattingV2

A property value that describes the formatting of field values in a Binding. This is currently only settable in the template Analytics Application script and not when creating or updating a Link.

numericOnly?: NumericOnlyV2

Set to true to indicate that only numeric values from the selection Analytics Application source parameter should be used. The default value for this property, if left unspecified, is false. This is currently only settable in the template Analytics Application script and not when creating or updating a Link.

The lower and upper bound for the permitted number of values that must exist in the selection Analytics Application's source parameter in order for this binding to be valid (and permit an ODAG Request to be submitted. If this property is not supplied, there is no constraint on either the lower or upper bound. To indicate that an exact number of selections are required, use the same number for both the lower and upper bound.

selectAppParamName?: string

The path (or name) of the selection Analytics Application field, variable, or property to obtain the list of values for this binding.

selectAppParamType: odagLinks.SelectAppParamTypeV2

The different kinds of selection Analytics Application parameters whose values can be bound to the script of template Analytics Applications when generating new Analytics Applications. Note that Exclude is used to specifically prevent fields defined as optional bind parameters in the template Analytics Application script from being bound (these must either not have the optional quantity constraint specifiers or have a minimum quantity of 0).

selectionStates?: SelectionStateDescrV2

A combination of the letters S and/or O to indicate which values from the selection states selected or optional in the hypercube of the selection Analytics Application to harvest as bind values to inject into the script of the template Analytics Application at ODAG request submission time. This is currently only settable in the template Analytics Application script and not when creating or updating a Link.

templateAppVarName: string