I’m trying to perform a binary operation calculation. I was able to perform a binary operation on 2 items and I gave those two individual items an alias.
I’m trying to perform a third binary operation using the alias from the previous two binary operations. When I add these two values I get a NaN showing on my dashboard.
Can you not perform a binary operation using the aliases from the previous items
For Example:
Alias1 = 2
Alias2 = 3
Alias1 + Alias2 = 5
Currently getting
Alias1 + Alias2 = NaN