OBJECT
AdvancedFormulaProperty
link GraphQL Schema definition
- type AdvancedFormulaProperty {
- # Expression evaluated to produce the field value, referencing other fields by id.
- : String!
- # Result type of the formula — integer, float, currency, string, date, datetime or
- # bool.
- : AdvancedFormulaTypeEnum!
- # How a numeric result is formatted — Number, Percentage, Days, Months, Years or
- # Custom (uses display_option_custom_value as a suffix).
- : AdvancedFormulaDisplayOptionEnum
- # Custom suffix appended to the result when display_option is Custom.
- : String
- # Number of decimal places for floating number to be rounded
- : Int
- }