Hello,
I have an issue. There is a query made of inventTrans and inventDim tables. I need to group by one of InventTrans and a few of InventDim fields. Query works fine, when I add invTransDS.addGroupByField(fieldnum(InventTrans, ItemId)) it groups by itemId from inventTrans, but other fields from inventDim becomes null in grouped record. How could I solve this? Thank you.
*This post is locked for comments
I have the same question (0)