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 could describe how it can be done or point me to any documentation. Thanks
- Jay
2 Replies
Sort By
- CliveWatsonFormer EmployeeIts 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)- jayarajmCopper ContributorHello Clive,
This was exactly what I was looking for. Thanks for the pointer. It works as expected.
- Jay