All Apps and Add-ons

Can SimpleResultsTables act like Pulldowns using Sideview Utils?

fbustamantes
Explorer

Hi,

I'm designing a customized panel using Sideview Utils, and I need to capture the value of a SimpleResultsTable column and pass it to it's children, so the table may be used as some sort of Pulldown Module.

The thing is, the user requires that when he selects a row from the table, 2 other tables update according to the value selected, in the same view, just as the Pulldown module behavior.

The thing is, I only know how to get values from the table and pass them to a different view, and I need the update to be on the same view.

Is there any way to make SimpleResultsTable act like a Pulldown module?

Thanks in advance for any help regarding this issue.

Felipe.

Tags (1)
1 Solution

fbustamantes
Explorer

Thanks for the answers, I already solved this problem.

I needed to use the "click.value" and "click.cellX.value" in the child modules to get the behavior I wanted.

Thanks again for the help.

Felipe.

View solution in original post

fbustamantes
Explorer

Thanks for the answers, I already solved this problem.

I needed to use the "click.value" and "click.cellX.value" in the child modules to get the behavior I wanted.

Thanks again for the help.

Felipe.

sideview
SplunkTrust
SplunkTrust

Note that there's another option "click.fields.". click.value is one of several legacy keys that Splunk provides, and then "click.cellX.value" and "click.fields.fieldName" are two extra values that SimpleResultsTable provides if you're using Sideview Utils (I reach over and patch some of the core modules from the SideviewUtils module itself). Generally I find the "click.fields." to be the best key to use.

vbumgarner
Contributor

Instead of using the SideView Redirector module, use a couple of Search modules with SimpleResultsTable modules as children. Use a different layoutPanel so the tables drawn are where you want them.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...