<?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: How to create a single value element for the dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362494#M107097</link>
    <description>&lt;P&gt;Super appreciated, many thanks buddy!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 18:48:11 GMT</pubDate>
    <dc:creator>leanpro</dc:creator>
    <dc:date>2018-04-25T18:48:11Z</dc:date>
    <item>
      <title>How to create a single value element for the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362492#M107095</link>
      <description>&lt;P&gt;I have following stats. I want to create a single value element which will show the revenue of 2014 and increase/decrease from last year.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/4837i0C6884CB5A65B871/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 17:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362492#M107095</guid>
      <dc:creator>leanpro</dc:creator>
      <dc:date>2018-04-25T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a single value element for the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362493#M107096</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="sales_data" sourcetype=csv | stats sum(Revenue) as Total_Revenue by Year 
| eval _time=strptime(Year."-01-01","%Y-%m-%d")
| timechart span=1y sum(Total_Revenue) as Total_Revenue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;select single value visualization in Visualization tab. If all looks good, Save As dashboard panel.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 18:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362493#M107096</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-25T18:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a single value element for the dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362494#M107097</link>
      <description>&lt;P&gt;Super appreciated, many thanks buddy!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 18:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-single-value-element-for-the-dashboard/m-p/362494#M107097</guid>
      <dc:creator>leanpro</dc:creator>
      <dc:date>2018-04-25T18:48:11Z</dc:date>
    </item>
  </channel>
</rss>

