<?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 Drill Down - (Condition) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292399#M18560</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;condition match="substr('click.value2',1,3) == &amp;amp;quot;CTA&amp;amp;quot;"&amp;gt; (I Need first 3 Char from token)
      &amp;lt;set token="selected_sourcetype"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;&amp;lt;link target="_blank"&amp;gt;https://Google.com/nav_to.do?uri=%2Fchange_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253dC$click.value2$%26sysparm_view%3D &amp;lt;/link&amp;gt;
       &amp;lt;/condition&amp;gt;
       &amp;lt;condition match="substr('click.value2',1,3) == &amp;amp;quot;SCT&amp;amp;quot;"&amp;gt;   (I Need first 3 Char from token)
      &amp;lt;set token="selected_sourcetype"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;&amp;lt;link target="_blank"&amp;gt;https://Google.com/nav_to.do?uri=%2Fsc_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253d$click.value2$%26sysparm_view%3D &amp;lt;/link&amp;gt;
       &amp;lt;/condition&amp;gt;
     &amp;lt;/drilldown&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 30 May 2020 21:39:49 GMT</pubDate>
    <dc:creator>sumedha1</dc:creator>
    <dc:date>2020-05-30T21:39:49Z</dc:date>
    <item>
      <title>Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292394#M18555</link>
      <description>&lt;P&gt;Hi, I would like to add a drilldown in just one result, for example:&lt;/P&gt;
&lt;P&gt;Column |&lt;BR /&gt;Result A |&lt;BR /&gt;Result B |&lt;BR /&gt;Result C |&lt;/P&gt;
&lt;P&gt;I wanted to activate drilldown only when I click on results that are equal to B.&lt;BR /&gt;I already have this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown target="_blank"&amp;gt;

          &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[
                   /app/search/drilldown__consumo_por_produto
                ]]&amp;gt;
          &amp;lt;/link&amp;gt;

        &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But the part of the condition is still missing.&lt;/P&gt;
&lt;P&gt;I already tried the &lt;CODE&gt;&amp;lt;condition&amp;gt;&lt;/CODE&gt;, but I did not succeed.&lt;/P&gt;
&lt;P&gt;I do not know if I used it the wrong way.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 23:46:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292394#M18555</guid>
      <dc:creator>lucasbarbosa</dc:creator>
      <dc:date>2020-06-07T23:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292395#M18556</link>
      <description>&lt;P&gt;Try this solution:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/400053/condition-match-and-set-token-in-drilldown-not-wor-1.html"&gt;https://answers.splunk.com/answers/400053/condition-match-and-set-token-in-drilldown-not-wor-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 22:37:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292395#M18556</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2017-02-09T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292396#M18557</link>
      <description>&lt;P&gt;Still did not work, Did I do something wrong?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown target="_blank"&amp;gt;

          &amp;lt;condition match="$click.value2$ == DIVERSOS"&amp;gt;

          &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[
                   /app/search/drilldown__consumo_por_produto?teste=$click.value2$
                ]]&amp;gt;
          &amp;lt;/link&amp;gt;

          &amp;lt;/condition&amp;gt;

        &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2017 11:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292396#M18557</guid>
      <dc:creator>lucasbarbosa</dc:creator>
      <dc:date>2017-02-10T11:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292397#M18558</link>
      <description>&lt;P&gt;Try this approach for match syntax:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/400053/condition-match-and-set-token-in-drilldown-not-wor-1.html"&gt;https://answers.splunk.com/answers/400053/condition-match-and-set-token-in-drilldown-not-wor-1.html&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;'click.value2' == &amp;amp;quot;DIVERSOS&amp;amp;quot;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2017 11:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292397#M18558</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2017-02-10T11:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292398#M18559</link>
      <description>&lt;P&gt;Thank You!!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 13:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292398#M18559</guid>
      <dc:creator>lucasbarbosa</dc:creator>
      <dc:date>2017-02-10T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Drill Down - (Condition)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292399#M18560</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;condition match="substr('click.value2',1,3) == &amp;amp;quot;CTA&amp;amp;quot;"&amp;gt; (I Need first 3 Char from token)
      &amp;lt;set token="selected_sourcetype"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;&amp;lt;link target="_blank"&amp;gt;https://Google.com/nav_to.do?uri=%2Fchange_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253dC$click.value2$%26sysparm_view%3D &amp;lt;/link&amp;gt;
       &amp;lt;/condition&amp;gt;
       &amp;lt;condition match="substr('click.value2',1,3) == &amp;amp;quot;SCT&amp;amp;quot;"&amp;gt;   (I Need first 3 Char from token)
      &amp;lt;set token="selected_sourcetype"&amp;gt;$click.value2$&amp;lt;/set&amp;gt;&amp;lt;link target="_blank"&amp;gt;https://Google.com/nav_to.do?uri=%2Fsc_task_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3DGOTOnumber%253d$click.value2$%26sysparm_query_encoded%3DGOTOnumber%253d$click.value2$%26sysparm_view%3D &amp;lt;/link&amp;gt;
       &amp;lt;/condition&amp;gt;
     &amp;lt;/drilldown&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 May 2020 21:39:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Custom-Drill-Down-Condition/m-p/292399#M18560</guid>
      <dc:creator>sumedha1</dc:creator>
      <dc:date>2020-05-30T21:39:49Z</dc:date>
    </item>
  </channel>
</rss>

