# Kibana Single Click Drilldown events.value Array Issue

**URL:** https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925
**Category:** Kibana
**Created:** [December 3, 2021, 6:31pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925 "2021-12-03T18:31:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![azulgrana](https://avatars.discourse-cdn.com/v4/letter/a/df788c/32.png) [@azulgrana](https://discuss.elastic.co/u/azulgrana)
#### Post date: [December 3, 2021, 6:31pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925/1 "2021-12-03T18:31:53Z")

</div>

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

---

<div class="post-metadata">

### Author: ![dosant](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dosant/32/64489_2.png) [@dosant](https://discuss.elastic.co/u/dosant)
#### Post date: [December 7, 2021, 1:44pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925/2 "2021-12-07T13:44:03Z")

</div>

Hi @azulgrana,

you can do this with Lens table and `Table row click` trigger:

 ![Screen Shot 2021-12-07 at 14.44.21](https://us1.discourse-cdn.com/elastic/original/3X/d/6/d6e9c4b8bac9ff34b4b6a3ce9e217864178faf8c.png)

---

<div class="post-metadata">

### Author: ![azulgrana](https://avatars.discourse-cdn.com/v4/letter/a/df788c/32.png) [@azulgrana](https://discuss.elastic.co/u/azulgrana)
#### Post date: [December 7, 2021, 11:13pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925/3 "2021-12-07T23:13:07Z")

</div>

Thanks @dosant, I'll give that a try

---

<div class="post-metadata">

### Author: ![azulgrana](https://avatars.discourse-cdn.com/v4/letter/a/df788c/32.png) [@azulgrana](https://discuss.elastic.co/u/azulgrana)
#### Post date: [December 12, 2021, 6:56pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925/4 "2021-12-12T18:56:37Z")

</div>

I ended up using a search panel and a scripted URL field. Thanks for the help though

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 9, 2022, 6:57pm UTC](https://discuss.elastic.co/t/kibana-single-click-drilldown-events-value-array-issue/290925/5 "2022-01-09T18:57:16Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
