Probably not, since you'd have to do multiple joins to get from the transaction level to the item level to the supplier information. You could try starting with an item level search and reaching back to the transaction level and inventory detail, but you're going to be stuck with whatever supplier/customer information is displayed on the transaction level itself as you won't be able to do another join to that record. You could also try suiteanalytics workbook which doesn't have the single-join limitation. That or you would have to bring the supplier information into custom fields accessible on the item record itself, but that doesn't sound like a fun/stable/scalable solution to me.