Hello experts...
need some guidance on if this can be achieved
i have a render tool that outputs into an Excel in 2 tabs : TAB: Summary and Detail.
What i am looking for is a Column in Summary to have a Link , when clicked to go to Detail tab. (same output excel sheet).
Would be amazing to have..if when i click on the link , it filters the data in detail data by the ID from summary tab.
Summary Tab
| ID | Name | Country | Active | Details |
| 123 | abc | xyz | Y | CLICK HERE |
| 345 | jaja | lll | Y | CLICK HERE |
Detail Tab
| ID | Description |
| 123 | 1.abc |
| 123 | 2.location needs to be changed |
| 345 | transfer of duties |
| 345 | location change not allowed |
so basically, click on the link in summary tab for ID 123, it should go to detail tab and only show data for ID 123.
Let me know if this can be done as this is something on the output file from render tool.
Thanks