<?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 Results not populating only in dashboard studio in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/571904#M46941</link>
    <description>&lt;P&gt;I am working on migrating some items over to dashboard studio. I have a very simple stats command getting a few counts. One item I have is to just get an average response time, avg(responseTime). When I put this into my search the column doesnt get results, other columns like count(eval(status=OK)) populate fine. Also if select to run the item as just a search it works fine and all my data shows. Anyone else have similar issues?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 20:39:59 GMT</pubDate>
    <dc:creator>aohls</dc:creator>
    <dc:date>2021-10-21T20:39:59Z</dc:date>
    <item>
      <title>Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/571904#M46941</link>
      <description>&lt;P&gt;I am working on migrating some items over to dashboard studio. I have a very simple stats command getting a few counts. One item I have is to just get an average response time, avg(responseTime). When I put this into my search the column doesnt get results, other columns like count(eval(status=OK)) populate fine. Also if select to run the item as just a search it works fine and all my data shows. Anyone else have similar issues?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 20:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/571904#M46941</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2021-10-21T20:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/571914#M46944</link>
      <description>&lt;P&gt;Is it possible for you to share the entire search? I've built quite a few dashboards using this framework and would be curious to troubleshoot what might be going on here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 21:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/571914#M46944</guid>
      <dc:creator>ryanoconnor</dc:creator>
      <dc:date>2021-10-21T21:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/572013#M46958</link>
      <description>&lt;P&gt;Its a pretty straightforward search. Below is the search just with made up names for things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=service
|stats count as "Total", avg(reponse) as "Response" by Request
|eval Response=round(Response,2)
| table Request, Total, Response &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see anything for Response in the dashboard but once I click the magnifying glass to the search tab I see everything for that column. I have the first line as the base search and the rest as a chain referencing that base search. If I move everything to a single search it works fine though.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 15:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/572013#M46958</guid>
      <dc:creator>aohls</dc:creator>
      <dc:date>2021-10-22T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/572048#M46963</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217124"&gt;@aohls&lt;/a&gt;&amp;nbsp;does the same search work if you apply it to another visualization in the dashboard, like a table? Would you be willing to share the dashboard definition so I can take a look? You can also send it to &lt;A href="mailto:dashboard-studio@splunk.com" target="_blank"&gt;dashboard-studio@splunk.com&lt;/A&gt;&amp;nbsp;instead of posting here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 16:37:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/572048#M46963</guid>
      <dc:creator>elizabethl_splu</dc:creator>
      <dc:date>2021-10-22T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759249#M59403</link>
      <description>&lt;P&gt;Have you been able to solve this?&lt;BR /&gt;&lt;BR /&gt;I'm on 9.4.4 and experience the same error with an extremely rudimentary search&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index host IN (foo,bar,baz)
| table _time host ComputerName Account_Domain EventCode eventtype name category severity_id severity Type&lt;/LI-CODE&gt;&lt;P&gt;All fields after host refuse to populate in Dashboard Studio, but they populate in search AND in Classic Dashboards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 14:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759249#M59403</guid>
      <dc:creator>themessik</dc:creator>
      <dc:date>2026-03-12T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759259#M59404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/316160"&gt;@themessik&lt;/a&gt;&amp;nbsp; is your query 1 search, or is it broken into a base and chain search?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 19:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759259#M59404</guid>
      <dc:creator>elizabethl_splu</dc:creator>
      <dc:date>2026-03-12T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Results not populating only in dashboard studio</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759477#M59406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Base search, this is still on the Classic XML Dashboards.&lt;/P&gt;&lt;P&gt;Weird thing is, I haven't touched the thing in a week and during checking for you I see that the tables have started populating correctly... Which is odd to say the least.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 08:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Results-not-populating-only-in-dashboard-studio/m-p/759477#M59406</guid>
      <dc:creator>themessik</dc:creator>
      <dc:date>2026-03-20T08:03:14Z</dc:date>
    </item>
  </channel>
</rss>

