Hello everyone,
I need to be able to group item inventory receipt transactions by month. In SQL, this is not complicated using group by and month(), but in X++ there is no month clause, so I haven't found an alternative to do it. I have checked several forums and haven't come across similar problems. Any possible solution is welcome.
Thank you very much in advance.