Reputation: 1581
I have in my Grid al lot record, If I want to display with group By for example for ItemId.
In the init
QueryBuildDataSource qbds;
Query query;
;
super();
query = new Query();
qbds = query.addDataSource(tablenum(InventTable));
How should I do to group by Item?
Upvotes: 0
Views: 1460