FormulaSet GitHub

📊 Overview: 4 Properties 1 Constructor 1 Functions

📝 Description

Creates formula set from single formula or collection of formulas with optional this object and parameters

🕐 Last updated: 2025-12-10T11:45:23.091Z


📑 Table of Contents


Properties

Property Type Default Description
_FormulaCollection Collection - Internal collection of formulas to execute
_ThisObject 4D.Function - TBI: appears to be Object not Function based on constructor
_Parameters Collection - Parameters to pass to each formula
FormulaResults Collection - Results from executing all formulas in the set

Constructor

constructor

[🏗️ constructor]

Class constructor($FormulaOrFormulaCollection : Variant; $ThisObject : Object; $Parameters : Collection)

Creates formula set from single formula or collection of formulas with optional this object and parameters

Parameters:

Name Type Optional Description
$FormulaOrFormulaCollection Variant - -
$ThisObject Object - -
$Parameters Collection - -

Functions

Regular Functions

apply

Function apply -> $LastFormulaResult : Variant

Applies all formulas in the set and returns the result of the last formula

Returns: Variant



Generated from FormulaSet.4dm