I would like to ask if exist somehow the native round sql function in X++
For example I would like to do something like this
Select sum(round(colum,2)) from salesLine........
I have a feeling that I am not able to do this with a simple select but only with while Select....with a normal round inside the brackets but I think is a "slow" solution..
Best Regards, Nikos