Data Definitions are Cyclic Error

This error is often caused by using the name of a variable in its own data definition. For example, both the statements below will generate the Data Definitions are Cyclic error message when used as node data for a value node named Profit.

Profit - Taxes
Profit = Revenues - Costs

Versions: DPL Professional, DPL Enterprise, DPL Portfolio

See Also

Node Data

Cycles