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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...