<?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: pass a value from a dashboard as token along with the drilldown token to another dashboard. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568328#M46663</link>
    <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown&amp;gt;
&amp;lt;link target="_blank"&amp;gt;/app/abcd/dashboard1?name=$row.PName$&amp;amp;URL=$row.URL|u$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 24 Sep 2021 06:17:40 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2021-09-24T06:17:40Z</dc:date>
    <item>
      <title>pass a value from a dashboard as token along with the drilldown token to another dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568323#M46662</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have 2 dashboards. The first dashboard has a table with 6 columns. Currently i am passing a value from a column "name" as a drill down token to another dashboard. There is column "URL" of the "name". I want to pass the value of URL of the selected name as token to be used in the second dashboard. I don't know how to pass the URL of the selected name to the second dashboard.&lt;/P&gt;&lt;P&gt;Tried setting the URL like this. But its not working.&lt;/P&gt;&lt;P&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;&amp;lt;link target="_blank"&amp;gt;/app/abcd/dashboard1?name=$row.PName$&amp;lt;/link&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;set token="tok_url"&amp;gt;$row.URL$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;/drilldown&amp;gt;&lt;/P&gt;&lt;P&gt;Can anyone help me in this..&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 05:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568323#M46662</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-09-24T05:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: pass a value from a dashboard as token along with the drilldown token to another dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568328#M46663</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown&amp;gt;
&amp;lt;link target="_blank"&amp;gt;/app/abcd/dashboard1?name=$row.PName$&amp;amp;URL=$row.URL|u$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Sep 2021 06:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568328#M46663</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-24T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: pass a value from a dashboard as token along with the drilldown token to another dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568334#M46665</link>
      <description>&lt;P&gt;Hi, thank you for the reply..&lt;/P&gt;&lt;P&gt;Trying that, but the '&amp;amp;' between the tokens is coming as invalid. Tried writing &amp;amp;amp too.. Still not working.. Do you know any solution for this?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 06:56:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568334#M46665</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-09-24T06:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: pass a value from a dashboard as token along with the drilldown token to another dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568338#M46667</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;drilldown&amp;gt;
&amp;lt;link target="_blank"&amp;gt;/app/abcd/dashboard1?name=$row.PName$&amp;amp;amp;URL=$row.URL|u$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 24 Sep 2021 07:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568338#M46667</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-24T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: pass a value from a dashboard as token along with the drilldown token to another dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568351#M46668</link>
      <description>&lt;P&gt;Yeah.. Thank you.. Forgot to put a semicolon &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 10:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/pass-a-value-from-a-dashboard-as-token-along-with-the-drilldown/m-p/568351#M46668</guid>
      <dc:creator>anooshac</dc:creator>
      <dc:date>2021-09-24T10:06:04Z</dc:date>
    </item>
  </channel>
</rss>

