Dashboards & Visualizations

How do you modify drilldown customization from tag clouds?

twinspop
Influencer

I saw this post, but no one has answered with specifics. I've tried without success to modify the block of JS that calls Drilldown.handleDrilldown in the tagcloud sample app. I just want it to set form field values:

events: {
   'click a': function(e) {
      e.preventDefault();
      unsubmittedTokens.set('fieldtoken',e.target.text());
      submittedTokens.set('fieldtoken',e.target.text());
   }
},

But this doesn't work. Any hints?

Original JS block:

events: {
    'click a': function(e) {
        e.preventDefault();
        // Perform automatic drilldown on click on a tag
        Drilldown.handleDrilldown({
            name: this.settings.get('labelField'),
            value: $.trim($(e.target).text())
        }, 'row', this.manager);
    }
},

jlhamlet
Path Finder

Hello,

Any solution for this ?

Thank you for your help.

0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...