Hi,
I have entities Order and Account. These entities have relationship m:n with pivot table called "order_account". This table has additional column: status.
How, using Reports package, create report which will count number of accounts with each status?
For now it is not even possible to select "status" column from the pivot table.
I have entities Order and Account. These entities have relationship m:n with pivot table called "order_account". This table has additional column: status.
How, using Reports package, create report which will count number of accounts with each status?
For now it is not even possible to select "status" column from the pivot table.