<?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: passing two tokens using simple xml in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129537#M7645</link>
    <description>&lt;P&gt;Also helpful, thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2017 19:46:05 GMT</pubDate>
    <dc:creator>marciniega</dc:creator>
    <dc:date>2017-01-12T19:46:05Z</dc:date>
    <item>
      <title>passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129533#M7641</link>
      <description>&lt;P&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;&lt;BR /&gt;
&amp;lt;link&amp;gt;manual_search-verification?form.index="$index$"&amp;amp;field="$field$"&amp;lt;/link&amp;gt;&lt;BR /&gt;
&amp;lt;/drilldown&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I am trying to pass two tokens using a drilldown on a table object.&lt;/P&gt;

&lt;P&gt;Splunk will not let me pass two tokens using an &amp;amp; operator (see code) - I get an XML syntax error (says it is expecting [;]... not sure how to implement this)&lt;/P&gt;

&lt;P&gt;How should I be writing this query?&lt;/P&gt;

&lt;P&gt;Thanks for the help all!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 15:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129533#M7641</guid>
      <dc:creator>himynamesdave</dc:creator>
      <dc:date>2014-01-29T15:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129534#M7642</link>
      <description>&lt;P&gt;OK I've solved this myself, hope it helps someone else out too...&lt;/P&gt;

&lt;P&gt;So instead of using "&amp;amp;" to join the query use &lt;CODE&gt;"&amp;amp;amp;"&lt;/CODE&gt;. For example:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;link&amp;gt;view?form.index="$index$"&amp;amp;amp;field="$field$"&amp;lt;/link&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;NOT:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&amp;lt;link&amp;gt;view?form.index="$index$"&amp;amp;field="$field$"&amp;lt;/link&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2014 16:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129534#M7642</guid>
      <dc:creator>himynamesdave</dc:creator>
      <dc:date>2014-01-29T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129535#M7643</link>
      <description>&lt;P&gt;Old post, but this helped me out. Thanks for checking back in!&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2017 23:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129535#M7643</guid>
      <dc:creator>marciniega</dc:creator>
      <dc:date>2017-01-08T23:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129536#M7644</link>
      <description>&lt;P&gt;You could also use CDATA to enclose text that you don't want to be processed as XML, like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;link&amp;gt;&amp;lt;![CDATA[view?form.index="$index$"&amp;amp;field="$field$"]]&amp;gt;&amp;lt;/link&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:14:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129536#M7644</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2017-01-12T19:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129537#M7645</link>
      <description>&lt;P&gt;Also helpful, thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:46:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129537#M7645</guid>
      <dc:creator>marciniega</dc:creator>
      <dc:date>2017-01-12T19:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: passing two tokens using simple xml</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129538#M7646</link>
      <description>&lt;P&gt;CDATA block is the way to go I think. Much easier.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 16:32:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/passing-two-tokens-using-simple-xml/m-p/129538#M7646</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2017-01-13T16:32:19Z</dc:date>
    </item>
  </channel>
</rss>

