-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.0_CSD04
-
Component/s: Data Aggregation
-
Labels:None
-
Environment:
Applied
-
Proposal:
-
Resolution:
It seems warranted that compute expressions can use dynamic properties that were computed by previous compute expressions, as in compute(A add B as C, C mul 2 as D).
And the sequence of the compute expressions should not matter, therefore compute(C mul 2 as D, A add B as C) should produce the same result. The server must determine an appropriate sequence in which to evaluate the compute expressions, or fail if a cycle is detected.