<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom URL token  in dashboard studio  is not passing to open other dashboard in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598633#M11429</link>
    <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;app/search/dashboarddetails?form.name=$click.value2$&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 20 May 2022 09:07:05 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-05-20T09:07:05Z</dc:date>
    <item>
      <title>Why is custom URL token in dashboard studio not passing to open other dashboard?</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598631#M11428</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have table visualization which contains the details of name, course and other details. when am clicking on the any value in the name column that value should pass through the url and it opens the other dashboard to get the entire details of that name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have tried the $row.name.value$,$value$ and other syntax as well but no luck. can any one help me here.&lt;/P&gt;
&lt;P&gt;Set token in source code, passed the values in url too but not taking the value.&lt;/P&gt;
&lt;P&gt;app/search/dashboarddetails?form.name=$value$&lt;/P&gt;
&lt;P&gt;app/search/dashboarddetails?form.name=$row.name.value$ etc.,&lt;/P&gt;
&lt;P&gt;And do we have any constraints that only 2 or 3 token will be passed in the url?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 15:27:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598631#M11428</guid>
      <dc:creator>nivets</dc:creator>
      <dc:date>2022-05-20T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598633#M11429</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;app/search/dashboarddetails?form.name=$click.value2$&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 May 2022 09:07:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598633#M11429</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-20T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598636#M11430</link>
      <description>&lt;P&gt;even this is not working, the value which i have clicked is not passing&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598636#M11430</guid>
      <dc:creator>nivets</dc:creator>
      <dc:date>2022-05-20T09:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598637#M11431</link>
      <description>&lt;P&gt;Can you share your dashboard source code please (preferably in a codeblock &amp;lt;/&amp;gt;)?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 09:30:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598637#M11431</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-20T09:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598644#M11432</link>
      <description>&lt;P&gt;please find the below source code, hope it will help&lt;/P&gt;&lt;P&gt;The earliest time and latest time are passing as expected and the name from the table is not&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"type": "splunk.table",&lt;BR /&gt;"options": {&lt;BR /&gt;"count": 20,&lt;BR /&gt;"headerVisibility": "fixed"&lt;BR /&gt;},&lt;BR /&gt;"dataSources": {&lt;BR /&gt;"primary": "ds_sea"&lt;BR /&gt;},&lt;BR /&gt;"title": "Overview",&lt;BR /&gt;"eventHandlers": [&lt;BR /&gt;{&lt;BR /&gt;"type": "drilldown.setToken",&lt;BR /&gt;"options": {&lt;BR /&gt;"tokens": [&lt;BR /&gt;{&lt;BR /&gt;"token": "Name",&lt;BR /&gt;"key": "click.value"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"type": "drilldown.customUrl",&lt;BR /&gt;"options": {&lt;BR /&gt;"url": "/.../.../dashboarddetails? form.fi1.earliest=$fid1.earliest$&amp;amp;form.fi1.latest=$fi1.latest$&amp;amp;form.name=$click.value2$",&lt;BR /&gt;"newTab": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"context": {},&lt;BR /&gt;"showProgressBar": false,&lt;BR /&gt;"showLastUpdated": false&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 11:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598644#M11432</guid>
      <dc:creator>nivets</dc:creator>
      <dc:date>2022-05-20T11:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598645#M11433</link>
      <description>&lt;P&gt;You might need to make sure it is url encoded&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$click.value2|u$&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 May 2022 11:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598645#M11433</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-20T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598840#M11434</link>
      <description>&lt;P&gt;No luck, not working.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598840#M11434</guid>
      <dc:creator>nivets</dc:creator>
      <dc:date>2022-05-23T08:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598843#M11435</link>
      <description>&lt;P&gt;What isn't working? Do you get a new tab opening? What is the URL (from the address bar) that is being used for the new tab?&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:05:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598843#M11435</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-23T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598845#M11436</link>
      <description>&lt;P&gt;The new tab is opening but the token which am clicking is not taking in the url. After clicking the value which is passed as token to other dashboard, the url looks like below in new tab:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/.../.../dashboarddetails? form.fi1.earliest=-24h@h&amp;amp;form.fi1.latest=now&amp;amp;form.name=$click.value2|u$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The clicked value is not passing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598845#M11436</guid>
      <dc:creator>nivets</dc:creator>
      <dc:date>2022-05-23T08:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom URL token  in dashboard studio  is not passing to open other dashboard</title>
      <link>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598851#M11437</link>
      <description>&lt;P&gt;It looks like this is still limited in studio (personally, I don't use studio in any meaningful dashboards)&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Classic&lt;/TD&gt;&lt;TD&gt;Studio&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Drilldown&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes; limited.&lt;/TD&gt;&lt;TD&gt;If you are using the Splunk Dashboard Studio, you can only drilldown to internal directories or external URLs. You can use tokens in the URL.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tokens&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;TD&gt;Yes; limited&lt;/TD&gt;&lt;TD&gt;If you are using Splunk Dashboard Studio, tokens can only be generated using inputs.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/DashStudio/IntroFrame" target="_blank"&gt;What is Splunk Dashboard Studio? - Splunk Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Why-is-custom-URL-token-in-dashboard-studio-not-passing-to-open/m-p/598851#M11437</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-23T08:56:24Z</dc:date>
    </item>
  </channel>
</rss>

