As an example case we have a pivot grid with sales orders that default is grouped by customer, but the user is allowed to change the cube view. So for example he could remove the customer category, but group on order type instead.
How can we make it possible that the user could open specific orders when the orders are aggregated in the pivot grid? We tried adding a detail tab with the orders, but it will only show the first row.
Of course double clicking on a pivot grid cell opens a popup that shows all the orders of the aggregation, but we cannot use that to open the orders with all details (I created an idea for that: Pivot grid zoom in - normal grid functionality | Thinkwise Community).
The only thing I can currently think of is creating a field with a html link that points to a deeplink of the order in our application and show that field in the popup screen. But this unfortunately means it will open a new browser tab for each order.


