Documentation User Guide Operations / Node Formulas Combined Operations Current: 1-X Pattern 1-X Pattern Due to the multi-dimensional calculation a formula like "1 - 'Node'" does not lead to the result you may expect, but to the equivalent of 1 - ROLLUP('Node'). You probably meant to use: ADDEACH(‘A' * -1, 1) CODE ExampleA=YearProductValue2018A0.12019B0.2A * -1 =YearProductValue2018A-0.12019B-0.2ADDEACH(‘A' * -1, 1) =YearProductValue2018A-0.1 + 1 = 0.92019B-0.2 + 1 = 0.8 See ADDEACH for more examples. FAQsFrequently asked questions can be found here. Contact You may contact the Valsight Customer Support via:+49 30 46799042support@valsight.comAvailability: Mon-Fri *, 9 AM to 5 PM (Berlin, Germany) .*Except Public holidays in Berlin, Germany. ×