<?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 Single Value visualization text boxes in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-visualization-text-boxes/m-p/268029#M16940</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I am looking to do the following&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Create a lookup that will list categories relating to numbers 1 - 4 that will ultimately change the colour of a single value box displaying the category name. IE - Asset management would be the single value viz box on my dashboard(amongst others). I need to split each row from my lookup into its own single value viz displaying the text on the same dashboard page. When this is clicked on it will drilldown(i can do the drilldown).&lt;/P&gt;

&lt;P&gt;Part two I need to create header tabs at the top of the dash.. Like the tabs that come at the top of the search and reporting app ( search, pivot, reports etc) with my own values, which will open a page once clicked on. &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2016 08:57:46 GMT</pubDate>
    <dc:creator>mansel_scheffel</dc:creator>
    <dc:date>2016-07-21T08:57:46Z</dc:date>
    <item>
      <title>Single Value visualization text boxes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-visualization-text-boxes/m-p/268029#M16940</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;I am looking to do the following&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Create a lookup that will list categories relating to numbers 1 - 4 that will ultimately change the colour of a single value box displaying the category name. IE - Asset management would be the single value viz box on my dashboard(amongst others). I need to split each row from my lookup into its own single value viz displaying the text on the same dashboard page. When this is clicked on it will drilldown(i can do the drilldown).&lt;/P&gt;

&lt;P&gt;Part two I need to create header tabs at the top of the dash.. Like the tabs that come at the top of the search and reporting app ( search, pivot, reports etc) with my own values, which will open a page once clicked on. &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 08:57:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-visualization-text-boxes/m-p/268029#M16940</guid>
      <dc:creator>mansel_scheffel</dc:creator>
      <dc:date>2016-07-21T08:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value visualization text boxes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-visualization-text-boxes/m-p/268030#M16941</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Question 1 (Single Value)&lt;/STRONG&gt;&lt;BR /&gt;
At this moment it's not possible to dynamically create Single Value visualizations (or dashboard panels in general). You'll have to manually create a Single Value for each row, adjusting the query for each. You could do that with a query like so: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup your_lookup.csv  | streamstats count as row_number | where row_number = 1 | fields - row_number
| inputlookup your_lookup.csv  | streamstats count as row_number | where row_number = 2 | fields - row_number
| inputlookup your_lookup.csv  | streamstats count as row_number | where row_number = 3 | fields - row_number
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Question 2 (Dashboard tabs)&lt;/STRONG&gt;&lt;BR /&gt;
Create your own app with any resources you need (as opposed to using the Search &amp;amp; Reporting app). In your app you can create a &lt;CODE&gt;$SPLUNK_HOME/etc/apps/your_app_name/default/data/ui/nav/default.xml&lt;/CODE&gt; file, as described in &lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9"&gt;http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:19:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-visualization-text-boxes/m-p/268030#M16941</guid>
      <dc:creator>mporath_splunk</dc:creator>
      <dc:date>2016-07-21T17:19:24Z</dc:date>
    </item>
  </channel>
</rss>

