numeric
  • 14 Dec 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

numeric

  • Dark
    Light
  • PDF

Article summary

numeric

creates: numeric collection or variable

A numeric data function directly references a numeric collection or variable in the data model. Optionally, it can refer to all numeric collections.

attributetypedescriptionoptions
collectionstringthe name of a numeric collectionany categorical collection
variable
  • int
  • float
  • string
  • a number or the name of a bundle of numeric values within the specified collectionany variable within a categorical collection

    This data function represents all numeric collections:

    {
      "data_function_type": "numeric"
    }
    


    This data function represents a numeric collection and all of the variables therein:

    {
      "data_function_type": "numeric",
      "collection": "Collection Name"
    }
    


    This data function represents a numeric collection and a specific variable within that collection.

    {
      "data_function_type": "numeric",
      "collection": "Collection Name",
      "variable": "Variable Name"
    }
    



    Was this article helpful?