Forum Discussion
jayarajm
Nov 01, 2021Copper Contributor
How to create a parent/child grids in Workbook
Hello, I am trying to have a parent/child grids in my Workbook, i.e. when I click on a row in a grid A, i'd like to filter the rows in a grid B based on a common column. I'd appreciate if someone ...
CliveWatson
Nov 01, 2021Former Employee
Its done by "exporting parameters"
https://github.com/microsoft/Application-Insights-Workbooks/blob/a45ae86cd0a441a37ad9525aff67b249352b3c82/Documentation/Interactivity.md#grid-tile-chart-selections
Azure Monitor --> Workbooks --> Public Templates --> Workspace Usage (is one example of a workbook that does this)
https://github.com/microsoft/Application-Insights-Workbooks/blob/a45ae86cd0a441a37ad9525aff67b249352b3c82/Documentation/Interactivity.md#grid-tile-chart-selections
Azure Monitor --> Workbooks --> Public Templates --> Workspace Usage (is one example of a workbook that does this)
- jayarajmNov 01, 2021Copper ContributorHello Clive,
This was exactly what I was looking for. Thanks for the pointer. It works as expected.
- Jay