Hi there!
I have an aggregation-based data table where I would like to use the drilldown capabilities. My table shows the following fields
Id, Description, Severity, Hostname, Count
My goal is to have a single click drilldown based on the Id value, no matter which (+) sign I click the drilldown should always use the value of the Id cell. When I use the “event.value” variable I can see my drilldown taking the value of the current cell I click, when use “event.values” which is supposed to return an array of all cell values for the row it does not work.
https://my_url/#/?Id={{events.values.[0]}}
https://my_url/#/?Id={{events.values[0]}}
am I missing something here?
TIA!
Azulgrana