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

categorical

  • Dark
    Light
  • PDF

Article summary

categorical

creates: categorical collection or variable

A categorical data function directly references a categorical collection or variable in the data model, It can optionally refer to all categorical collections.

attributetypedescriptionoptions
collectionstringthe name of a categorical collectionany categorical collection
variablestringthe name of a variable within the specified collectionany variable within a categorical collection

This data function represents all categorical collections:

{
  "data_function_type": "categorical"
}


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

{
  "data_function_type": "categorical",
  "collection": "collection_name"
}


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

{
  "data_function_type": "categorical",
  "collection": "collection_name",
  "variable": "variable_name"
}



Was this article helpful?

What's Next