<?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: drilldown token not working in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572213#M10168</link>
    <description>&lt;P&gt;Try using this if you have a column named TransactionId and trying to store it in a token when clicked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;init&amp;gt;
    &amp;lt;set token="TransactionId"&amp;gt;$row.TransactionId$&amp;lt;/set&amp;gt;
  &amp;lt;/init&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 09:00:44 GMT</pubDate>
    <dc:creator>ppudota1</dc:creator>
    <dc:date>2021-10-25T09:00:44Z</dc:date>
    <item>
      <title>drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572203#M10166</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a dashboard with 2 panels, in the second one i have a drilldown with link to search&lt;/P&gt;&lt;P&gt;i'm trying to configure token but it is not working&lt;/P&gt;&lt;P&gt;this is what i tried to do:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;init&amp;gt;
    &amp;lt;set token="TransactionId"&amp;gt;$TransactionId$&amp;lt;/set&amp;gt;
  &amp;lt;/init&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and this is what im getting once clicking on the link:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TransactionId=$TransactionId$ &lt;/LI-CODE&gt;&lt;P&gt;what am i missing ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 08:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572203#M10166</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-10-25T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572211#M10167</link>
      <description>&lt;P&gt;Hi sarit_s,&lt;/P&gt;&lt;P&gt;What initiates the var $TransactionId$? Is it an input from the user? a search result from one of the searches in the dashboard?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 08:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572211#M10167</guid>
      <dc:creator>IZ88</dc:creator>
      <dc:date>2021-10-25T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572213#M10168</link>
      <description>&lt;P&gt;Try using this if you have a column named TransactionId and trying to store it in a token when clicked&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;init&amp;gt;
    &amp;lt;set token="TransactionId"&amp;gt;$row.TransactionId$&amp;lt;/set&amp;gt;
  &amp;lt;/init&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 09:00:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572213#M10168</guid>
      <dc:creator>ppudota1</dc:creator>
      <dc:date>2021-10-25T09:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572231#M10169</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;the value is taken from the search before. it is a drilldown&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 10:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572231#M10169</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-10-25T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572232#M10170</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the result&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TransactionId=$row.TransactionId$ &lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Oct 2021 10:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572232#M10170</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-10-25T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572241#M10171</link>
      <description>&lt;P&gt;If the value is passed down from another search you shouldn't use &amp;lt;init&amp;gt;&amp;lt;set&amp;gt;&lt;/P&gt;&lt;P&gt;by doing so you remove any value that TransactionId token might have held when the search was called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to make sure that I understand the flow:&lt;/P&gt;&lt;P&gt;A base search-&amp;gt;clicking the result-&amp;gt;opening a new search that should use the result from the previous search&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 11:05:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572241#M10171</guid>
      <dc:creator>IZ88</dc:creator>
      <dc:date>2021-10-25T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572242#M10172</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;yes, it’s correct&amp;nbsp;&lt;/P&gt;&lt;P&gt;i also tried with click.value2&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 11:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572242#M10172</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-10-25T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572246#M10173</link>
      <description>&lt;P&gt;If the drill down open a brand new search the simplest way would be to set the drilldown from the editor as 'link to search" and then once you click the value it will be added as a search parameter in the new search.&lt;/P&gt;&lt;P&gt;If the drilldown is connected to the second panel in your dashboard, you should set the token as "click.value2" and make sure that the other panel is dependent on the value of the token.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 11:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572246#M10173</guid>
      <dc:creator>IZ88</dc:creator>
      <dc:date>2021-10-25T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572257#M10174</link>
      <description>&lt;P&gt;the drilldown is depends on the second panel and i tried to use click.value2 but it is not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe im using it wrong&amp;nbsp;&lt;/P&gt;&lt;P&gt;i put this :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;set token="TransactionId"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;under the drilldown object and i get this error once trying to edit the drilldown through the ui:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sarit_s_0-1635164387707.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16571i4CBF7985C7424D84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sarit_s_0-1635164387707.png" alt="sarit_s_0-1635164387707.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 12:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572257#M10174</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2021-10-25T12:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown token not working</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572270#M10175</link>
      <description>&lt;P&gt;Try to delete the lines you've added in the XML.&lt;/P&gt;&lt;P&gt;You can use the editor to add the token&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IZ88_0-1635168029905.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16574i3D1292EA5B2CCA77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IZ88_0-1635168029905.png" alt="IZ88_0-1635168029905.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The location of the code in the XML is important, if the &amp;lt;set&amp;gt; command isn't associated with the right panel, the token won't be able to populate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 13:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/drilldown-token-not-working/m-p/572270#M10175</guid>
      <dc:creator>IZ88</dc:creator>
      <dc:date>2021-10-25T13:22:58Z</dc:date>
    </item>
  </channel>
</rss>

