Oracle Essbase · Schema

Variable

A substitution variable used in calculations and scripts.

AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning

Properties

Name Type Description
name string Variable name.
value string Variable value.
View JSON Schema on GitHub

JSON Schema

oracle-essbase-variable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Variable",
  "title": "Variable",
  "type": "object",
  "description": "A substitution variable used in calculations and scripts.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Variable name."
    },
    "value": {
      "type": "string",
      "description": "Variable value."
    }
  }
}