Agree with @Anil_G - this functionality doesn’t exist (I have been asking for a while lol).
Alternatively, you can build your own reports downstream to get exactly what you need. Use a Database, Data Fabric or even Insights so create analytics.
Orchestrator api guve a way to extract data via api and you can use as many filters as you need
<orchetartorURL>/swagger/index.html
This has the api and how to call prameters etc you can test it right there..just keep orchestrator open in one tab and then open swagger in another tab and you can authenticate
I guess with QueueItems_Get I get all transactions of a queue including all additional information (Item Information / View details - Specific Data) for each transaction?
bear in mind it has a limit of 1000 records if you need more then you need to run it in loop it has skip where you can specify number and it would give next set
If you are interested in a local side fix, I have a tampermonkey script that enhances this page.
It doesn’t add any columns (although I think thats possible) because I figure thats abit too dynamic to have been worth writing.
But I have made a script that changes the search box so that searching on Reference works better as it will use ‘Contains’ rather than ‘StartsWith’ for the search, and I made it so you can search for anything within the SpecificContent, so if you know a value of a certain field you can search by that?