Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Have 2 Variables with aggregations in it. Why do I have different results when using this:
Calculation1
$(Variable1) + $(Variable2)
Calculation2 (with line break)
$(Variable1)
+ $(Variable2)
Calculation2 gives the right result.
Here are the suboptimal solutions:
This is interesting. Would you be able to share a sample where we can see this?
Tried to implement a new, small, simple and anonymised App but there don't have this issue. So at least you see in my origin-App with my video (see attachment) that its true 🙂
It is even more worse than I thought!
3 different results with exact the same variables:
Example1
(
$(Variable1) + $(Variable2)
)
/
$(Variable3)
Example2
($(Variable1) + $(Variable2))
/
$(Variable3)
Example3
($(Variable1) + $(Variable2)) / $(Variable3)
Here are the suboptimal solutions: