Dashboards & Visualizations

Pie chart drilldown: How get group limits in the tokens

Norweg
New Member

Hello,

I have a group pie chart that shows number of occurrences based on some parameter being in several predefined ranges (group1: 0-20, group2: 20-50, group3: 50-80,..... )
I want to update entire dashboard if some group on this chart is selected and filter only data that have the parameter in the specified range. Thus I need to get 2 tokens with limits of the range that was selected.
$click.value seems to be not set properly and things like this:

<drilldown>
<eval token="BI_groupLow">case(match($click.value$, "less than 20"), 0)</eval>
<eval token="BI_groupHigh">case(match($click.value$, "less than 20"), 20)</eval>
</drilldown>

doesn't seem to work either.....

Does anyone have an idea how get range limits in this case?

Thanks in advance!

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...