<?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: Query is not fully resolved in dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169270#M10408</link>
    <description>&lt;P&gt;In Splunk &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/ReleaseNotes/Knownissues"&gt;known issues&lt;/A&gt;: "eval $foo$ tokens don't work in Simple XML, searches fail with error Search query is not fully resolved. (SPL-74498)"&lt;/P&gt;

&lt;P&gt;Looks like it has to do with this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eval f=if("$company$"=="*","All Companies",Co_Name) 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 06 Dec 2013 20:55:08 GMT</pubDate>
    <dc:creator>cschmidt0121</dc:creator>
    <dc:date>2013-12-06T20:55:08Z</dc:date>
    <item>
      <title>Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169267#M10405</link>
      <description>&lt;P&gt;I have a Simple XML dashboard which does&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Admin Dashboard&amp;lt;/label&amp;gt;
  &amp;lt;description/&amp;gt;
  &amp;lt;fieldset&amp;gt;
    &amp;lt;input type="dropdown" token="company" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select a Company:&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All Companies&amp;lt;/choice&amp;gt;
      &amp;lt;populatingSearch fieldForValue="Company" fieldForLabel="Co_Name"&amp;gt;
        &amp;lt;![CDATA[ | inputlookup rich-co ]]&amp;gt;
      &amp;lt;/populatingSearch&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input type="time" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select a time&amp;lt;/label&amp;gt;
      &amp;lt;default&amp;gt;
        &amp;lt;earliestTime&amp;gt;-7d@w0&amp;lt;/earliestTime&amp;gt;
        &amp;lt;latestTime&amp;gt;@w0&amp;lt;/latestTime&amp;gt;
      &amp;lt;/default&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;single&amp;gt;
      &amp;lt;searchString&amp;gt;sourcetype=completions_standard Company=$company$ | eval f=if("$company$"=="*","All Companies",Co_Name) | table f&amp;lt;/searchString&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
    &amp;lt;/single&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;chart&amp;gt;
      &amp;lt;title&amp;gt;Last week's visitors to the Knowledge Centre&amp;lt;/title&amp;gt;
      &amp;lt;searchString&amp;gt;sourcetype="logins_*" Company=$company$ | timechart dc(Username)&amp;lt;/searchString&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
      &amp;lt;option name="charting.chart"&amp;gt;area&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;gaps&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.chart.stackMode"&amp;gt;default&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.layout.splitSeries"&amp;gt;0&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.legend.labelStyle.overflowMode"&amp;gt;ellipsisMiddle&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
      &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
      &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisTitleY.text"&amp;gt;Users&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisLabelsY.majorUnit"&amp;gt;10&amp;lt;/option&amp;gt;
      &amp;lt;option name="charting.axisTitleX.text"&amp;gt;Date&amp;lt;/option&amp;gt;
    &amp;lt;/chart&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I open the dashboard, both panels have the text&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Search query is not fully resolved
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any idea what's wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 08:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169267#M10405</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2013-12-06T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169268#M10406</link>
      <description>&lt;P&gt;Try changing &lt;FIELDSET&gt; to &lt;FIELDSET autorun="true"&gt;.&lt;/FIELDSET&gt;&lt;/FIELDSET&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 14:36:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169268#M10406</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-06T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169269#M10407</link>
      <description>&lt;P&gt;No difference.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:33:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169269#M10407</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2013-12-06T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169270#M10408</link>
      <description>&lt;P&gt;In Splunk &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/ReleaseNotes/Knownissues"&gt;known issues&lt;/A&gt;: "eval $foo$ tokens don't work in Simple XML, searches fail with error Search query is not fully resolved. (SPL-74498)"&lt;/P&gt;

&lt;P&gt;Looks like it has to do with this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eval f=if("$company$"=="*","All Companies",Co_Name) 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:55:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169270#M10408</guid>
      <dc:creator>cschmidt0121</dc:creator>
      <dc:date>2013-12-06T20:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169271#M10409</link>
      <description>&lt;P&gt;Yes, you're right.  I removed the first panel and it still had the problem, so I changed Company=$company$ in the second panel and it fixes the problem.  Thanks for that.  Not a big deal, just messy.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:21:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169271#M10409</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2013-12-06T21:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169272#M10410</link>
      <description>&lt;P&gt;Sorry, I overlooked the case.&lt;BR /&gt;
Try changing &lt;FIELDSET&gt; to &lt;FIELDSET autorun="True"&gt;.&lt;BR /&gt;
in autoRun, "R" is capital and in True, "T" is capital.&lt;/FIELDSET&gt;&lt;/FIELDSET&gt;&lt;/P&gt;

&lt;P&gt;I tried the exact same xml of yours and its working fine (its showing no result found as I don't have data, but no error)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169272#M10410</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-06T21:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169273#M10411</link>
      <description>&lt;P&gt;Ah, I just flagged cschmidt0121's reply as the answer, but now I changed the autorun to autoRun (capital R) and it works.  It doesn't seem to matter about the case of true, both upper and lower case t works.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:33:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169273#M10411</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2013-12-06T21:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169274#M10412</link>
      <description>&lt;P&gt;Not sure if you can have more than one answer, but if you can, please add your post as an answer and I will accept it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:35:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169274#M10412</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2013-12-06T21:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query is not fully resolved in dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169275#M10413</link>
      <description>&lt;P&gt;You can't have more than one answer. just glad things working for you.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2013 22:45:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Query-is-not-fully-resolved-in-dashboard/m-p/169275#M10413</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2013-12-06T22:45:35Z</dc:date>
    </item>
  </channel>
</rss>

