Hello,
There are two counts;
a: 25.008,00
b: 25.008,01
I want to find the price difference between them. But if I do a-b it will get -0.01. So I have to do b-a. This order may change tomorrow, for example;
a: 25.008,01
b: 25.008,00
How can I do that ?