<?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 Can tokens be used in dashboard fieldset? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267290#M16882</link>
    <description>&lt;P&gt;I would like to use tokens in dashboard fieldset. This XML code below is not working. The two tokens have been defined in JavaScript and are available in other components of the dashboard, just not the fieldset.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time: from view in app&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;$default_earliest$&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;$default_latest$&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 20 Oct 2016 18:27:09 GMT</pubDate>
    <dc:creator>simpkins1958</dc:creator>
    <dc:date>2016-10-20T18:27:09Z</dc:date>
    <item>
      <title>Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267290#M16882</link>
      <description>&lt;P&gt;I would like to use tokens in dashboard fieldset. This XML code below is not working. The two tokens have been defined in JavaScript and are available in other components of the dashboard, just not the fieldset.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time: from view in app&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;$default_earliest$&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;$default_latest$&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 18:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267290#M16882</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2016-10-20T18:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267291#M16883</link>
      <description>&lt;P&gt;is earliest misspelled? You have it &lt;CODE&gt;$default_earlist$&lt;/CODE&gt; instead of &lt;CODE&gt;$default_earliest$&lt;/CODE&gt;&lt;BR /&gt;
if that isn't it, I'll keep noodling.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 18:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267291#M16883</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-20T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267292#M16884</link>
      <description>&lt;P&gt;Fixed typo, and still not working. The token substitution happens in the HTML section fine.&lt;/P&gt;

&lt;P&gt;Here is the url that is created by Splunk when navigating to the dashboard:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://XXXXXXX-01:8000/en-US/app/dazzler/system_summary?earliest=%24default_earliest%24&amp;amp;latest=%24default_latest%24"&gt;http://XXXXXXX-01:8000/en-US/app/dazzler/system_summary?earliest=%24default_earliest%24&amp;amp;latest=%24default_latest%24&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Time: from view in app&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliest&amp;gt;$default_earliest$&amp;lt;/earliest&amp;gt;
        &amp;lt;latest&amp;gt;$default_latest$&amp;lt;/latest&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt; 
  &amp;lt;row&amp;gt;
    &amp;lt;html&amp;gt;
        &amp;lt;b&amp;gt;Test: $default_earliest$ - $default_latest$ &amp;lt;/b&amp;gt;
    &amp;lt;/html&amp;gt;  
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 19:55:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267292#M16884</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2016-10-20T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267293#M16885</link>
      <description>&lt;P&gt;it doesn't say latest= in the url&lt;/P&gt;

&lt;P&gt;Not sure if that's why?&lt;/P&gt;

&lt;P&gt;&lt;A href="http://XXXXXXX-01:8000/en-US/app/dazzler/system_summary?earliest=%24default_earliest%24&amp;amp;latest=%24default_latest%24"&gt;http://XXXXXXX-01:8000/en-US/app/dazzler/system_summary?earliest=%24default_earliest%24&amp;amp;latest=%24default_latest%24&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:06:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267293#M16885</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-20T20:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267294#M16886</link>
      <description>&lt;P&gt;It actually does, I must not have pasted it in correctly.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;:8000/en-US/app/dazzler/system_summary?earliest=%24default_earliest%24&amp;amp;latest=%24default_latest%24
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267294#M16886</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2016-10-20T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267295#M16887</link>
      <description>&lt;P&gt;this should not be so complicated. they have a doc on this.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Dynamicdrilldownindashboardsandforms#Dashboard_linking_to_a_form"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/Dynamicdrilldownindashboardsandforms#Dashboard_linking_to_a_form&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Maybe you need to put the link in CDATA?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267295#M16887</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2016-10-20T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can tokens be used in dashboard fieldset?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267296#M16888</link>
      <description>&lt;P&gt;I tried more times to pass a token as a default to Time Inputs, I think that it isn't possible now!&lt;BR /&gt;
Sorry.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 07:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-tokens-be-used-in-dashboard-fieldset/m-p/267296#M16888</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-21T07:11:18Z</dc:date>
    </item>
  </channel>
</rss>

