How does BAM aggregation works
Hi, We are using xCP2.1 and having difficulties to understand how does the BAM works I need to report the number of invoice by status (paid, not paid) and by country. Therefore I designed a BAM report with the column: Status | Country | count(r_obect_id of invoice object) Using an DQL such as: "select count(r_objectid)…