OBJECT

CalculatedField

link GraphQL Schema definition

  • type CalculatedField implements ReportValueFieldInterface {
  • # Unique identifier of this report value field.
  • id: UUID!
  • # Display name of the value field as shown in the report.
  • name: String!
  • # Formula definition that computes this field's value from other fields,
  • # conforming to the AdvancedFormulaProperty type.
  • advancedFormula: AdvancedFormulaProperty!
  • }