Hi,
I need to run following SQL statement in XtendM3: SELECT min(valf), max(valt) FROM EXTCVP WHERE EXCONO=CONO AND EXSUNO=SUNO Group by EXCONO, EXSUNO
I though I can use ExpressionFactory, but couldn't find help in documentation
There's no GROUP functionality, you will have to add it up yourself.