Is there a way to stop the automatic rounding of the results when doing mathematical operations in SWQL?
For example, given the example below:
If I take a number of X and divide by a number of Y, the results are being rounded automatically.
What I would like to see would be this:
989 / 60 = 16.4666
Is this expected behavior for SWQL or am I missing something?
Thanks in advance.