Hi all. I'm trying to create a simple SQL statement in X++,but it's not working.
In regular SQL, it would look like this:
select SUM(PurchQty),SUM(Line Amount),ItemId From purchline group by ItemId.
so I get the summary of quantities group by ItemId.Then my problem is how can I translating it to X++ and have to generate a SSRS report based on this
Thanks
*This post is locked for comments
I have the same question (0)