Available translations







loading results
Record Formula
In the context of a record definition, formulas are used to assign a value to the property, usually in the form of a variable declared in the calculation or data building procedures.
В контексте определения записи формулы используются для присвоения значения свойству, обычно в форме переменной, объявленной в процедурах вычисления или построения данных.
Foundations->Node->Record Definition->Record Properties
What are the Record Properties used for?
Для чего используется Record Property?
Wofür werden die Record Properties (Datensatzeigenschaften) verwendet?
Kayıt Özellikleri ne için kullanılır? (What are the Record Properties used for?)
In general this is the mechanism to define what information is going to be available to the consumers of data of this product.
В общем, это механизм для определения того, какая информация будет доступна потребителям данных этого продукта.
Im Allgemeinen ist dies der Mechanismus, mit dem festgelegt wird, welche Informationen den Nutzern der Daten dieses Produkts zur Verfügung gestellt werden sollen.
Genel olarak, bu ürünün verilerinin tüketicileri için hangi bilgilerin mevcut olacağını tanımlayan mekanizmadır.
When properties don't have a Formula, they define the format of the file that stores this data on disk. These record properties defines, the data type (string, number, etc), and in which order the data is saved. At the file there are no headers, just the data, because the header information is available here, for any process writing or reading the data from disk.
Если свойства не содержат формулы Formula, они определяют формат файла, в котором хранятся эти данные на диске. Эти свойства записи определяют тип данных (строка, число и т.д.) и порядок сохранения данных. В файле нет заголовков, только данные, потому что информация о заголовке доступна здесь для любого процесса, записывающего или считывающего данные с диска.
Wenn properties (Eigenschaften) keine Formel haben, definieren sie das Format der Datei, in der diese Daten auf der Festplatte gespeichert werden. Diese record properties(Datensatzeigenschaften) definieren den Datentyp (String, Zahl usw.) und die Reihenfolge, in der die Daten gespeichert werden. In der Datei gibt es keine Kopfzeilen, sondern nur die Daten, da die Kopfzeileninformationen hier für jeden Prozess, der die Daten von der Festplatte schreibt oder liest, verfügbar sind.
Özelliklerin bir Formülü ( Formula ) olmadığında, bu verileri diskte saklayan dosyanın biçimini tanımlarlar. Bu kayıt özellikleri, veri türünü (dize, sayı, vb.) ve verilerin hangi sırayla kaydedileceğini tanımlar. Dosyada başlık yoktur, sadece veri vardır, çünkü başlık bilgileri, diskten veri yazan veya okuyan herhangi bir işlem için burada mevcuttur.
The formulas nodes there are used to expand the record definition adding fields that are not actually going to be saved on disk, to minimize space used, and they are going to be calculated at runtime. This allows processes that consume this data to have ell the fields available at runtime even though some were not actually saved on disk.
Узлы формул используются для расширения определения записи, добавляя поля, которые на самом деле не будут сохраняться на диске, чтобы минимизировать используемое пространство, и они будут вычисляться во время выполнения. Это позволяет процессам, потребляющим эти данные, иметь все поля, доступные во время выполнения, даже если некоторые из них фактически не были сохранены на диске.
Die dortigen Formel-Nodes dienen dazu, die record definition (Datensatzdefinition) um Felder zu erweitern, die nicht auf der Festplatte gespeichert werden, um den Platzbedarf zu minimieren, und die zur Laufzeit berechnet werden. Auf die Weise können Prozesse, die diese Daten verbrauchen, alle Felder zur Laufzeit zur Verfügung haben, auch wenn einige nicht auf der Festplatte gespeichert wurden.
Buradaki formül düğümleri, kullanılan alanı en aza indirmek için aslında diske kaydedilmeyecek alanları ekleyerek kayıt tanımını genişletmek için kullanılır ve bunlar çalışma zamanında hesaplanacaktır. Böylelikle bu verileri kullanan süreçler, bazıları gerçekte diske kaydedilmemiş olsa bile çalışma zamanında tüm alanların kullanılabilir olmasını sağlar.
How is a Record Formula used?
Как используется Record Formula?
Formulas may use both the record and the variable objects made available by the calculations procedure and the data building procedure (see procedure loop).
Формулы могут использовать как записи, так и переменные объекты, доступные в результате процедуры вычислений и процедуры построения данных (см. Procedure Loop).
A formula may act in slightly different ways depending on the
isCalculated attribute in the record property configuration: Формула может действовать по-разному в зависимости от атрибута
isCalculated в конфигурации свойства записи: - When a property is calculated, the formula assigns to the property a value that is calculated in the Calculations Procedure. Even if the property is not stored in the dataset, it is made available as a calculated property to other bots that may have the dataset as input.
- Когда свойство вычисляется, формула присваивает этому свойству значение, которое вычисляется в процедуре вычислений Calculations Procedure. Даже если свойство не хранится в наборе данных, оно становится доступным как вычисляемое свойство для других ботов, которые могут иметь набор данных в качестве входных данных.
- When a property is not calculated or the attribute is not defined in the configuration, the formula is applied in the Data Building Procedure.
- Когда свойство не вычисляется или атрибут не определен в конфигурации, формула применяется в процедуре построения данных Data Building Procedure.
Record Formula Menu
The Record Formula node has the following Node Menu items:
The Edit menu item has the following properties:
- action: Edit
- label: Edit
- iconPathOn: javascript-code
- iconPathOff: javascript-code
- dontShowAtFullscreen: true
- actionFunction:
uiObject.formulaEditor.activate
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Record Formula already has the required child type that the menu item may add, and only that child is allowed for that case.
Record Formula Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Record Formula with other nodes:
Compatible Types:
Record Formula Formula
This section explores Record Formula Node Code.
Initial Value
The initial value for Record Formula is:
"// Type your formula" Examples
This is a list of examples used on the Record Formula code, collected from this workspace.