Hello,
I am new to MSD AX and I got a task that tells me to group by some memo fields in a table, so I can copy the grouped data to another table.
whenever I write the code as:
Select * from table1
group by table1.memoField;
I get the following error: Container and unbounded string fields are not allowed in an ORDER BY or GROUP BY list.
How can I correct this error?
Thank you in advance,
Raimund Vysockij
*This post is locked for comments