The magento1 module this is a reimplementation of had this nice feature to select a string into a field named "clickable_url" and that would become the link-target for that table-line.
example:
select
'*/sales_order/view/order_id/orderID' as clickable_url,
....
now with Magento2 it's not so easy because we have "/key/"
at the end of every URL.
It would be a really nice feature to have this ability again, to drill down into selected orders, customers,... that a custom report is showing.
The magento1 module this is a reimplementation of had this nice feature to select a string into a field named "clickable_url" and that would become the link-target for that table-line. example: select '*/sales_order/view/order_id/orderID' as clickable_url, ....
now with Magento2 it's not so easy because we have "/key/"
at the end of every URL.
It would be a really nice feature to have this ability again, to drill down into selected orders, customers,... that a custom report is showing.