Crystal Reports · JSON Structure

Crystal Reports Formula Structure

A formula field defined in the report

Type: object Properties: 2
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Formula is a JSON Structure definition published by Crystal Reports, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name text

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-formula-structure.json",
  "name": "Formula",
  "description": "A formula field defined in the report",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Formula field name",
      "example": "FullAddress"
    },
    "text": {
      "type": "string",
      "description": "Formula expression text",
      "example": "{Customer.Address1} & \", \" & {Customer.City}"
    }
  }
}