Hello,
I'm doing a simple calculation to change the sign of incoming value to the opposite sign.
While doing so, my first mathematical approach was to simply multiply it by (-1).
What I have noticed is, while all the numbers are getting with opposite signs, 0 is also getting assigned with negative sign.
You may see 0 in output window but in detailed window it shows as -0.
More over, even when I tried to transpose the column it is showing as -0.
I tried the same thing with incoming null values to get converted to 0 first and then to apply formula, go the same result.
I'm using Version: 2022.1.1.30961.
Is this a known issue ?



Sample data I used -
| Value | ID |
| 1 | A |
| 10 | C |
| 100 | B |
| 200 | E |
| | D |
| 0 | G |
| -300 | H |