argument-reference

Prev Next

argument-reference

creates: categorical/numeric collection or variable

An argument-reference data function represents a categorical/numeric collection or variable to be replaced by the user's selections from an associated argument. When the argument is provided to the protocol the argument-reference will be removed.

attributetypedescriptionoptions
namestringconnects to an argumentmust match argument_name for associated argument
handlerstringconnects to the results of an argumentmust match handler for the associated argument
{
  "data_function_type": "argument-reference",
  "name": "argument_name",
  "handler": "handler_name"
}