<?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: Pie chart - rounding percent values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18177#M571</link>
    <description>&lt;P&gt;I downvoted this post because i tried, it does not work.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 05:15:10 GMT</pubDate>
    <dc:creator>leonjxtan</dc:creator>
    <dc:date>2017-08-03T05:15:10Z</dc:date>
    <item>
      <title>Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18172#M566</link>
      <description>&lt;P&gt;In Splunk 4.3.x pie charts using showPercent=true - is it possible to round up percent values shown on the chart?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2012 13:18:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18172#M566</guid>
      <dc:creator>IgorB</dc:creator>
      <dc:date>2012-10-31T13:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18173#M567</link>
      <description>&lt;P&gt;I think this will work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere
| top abc showperc=true
| eval percent=round(percent,0)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Oct 2012 14:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18173#M567</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-10-31T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18174#M568</link>
      <description>&lt;P&gt;That won't work - pie chart seems to be doing percent calculations on it's own&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2012 14:42:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18174#M568</guid>
      <dc:creator>IgorB</dc:creator>
      <dc:date>2012-10-31T14:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18175#M569</link>
      <description>&lt;P&gt;It works, but you have to be sure to use the results of the round() function in your chart.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 13:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18175#M569</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2013-02-28T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18176#M570</link>
      <description>&lt;P&gt;Does not work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=abc Year=1999 | stats sum(Field1) as NewField by Group | eval NewField=round(NewField,1)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Pie chart still shows as 3 decimal value, as per it's default formatting.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 03:02:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18176#M570</guid>
      <dc:creator>Parameshwara</dc:creator>
      <dc:date>2013-03-25T03:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18177#M571</link>
      <description>&lt;P&gt;I downvoted this post because i tried, it does not work.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 05:15:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18177#M571</guid>
      <dc:creator>leonjxtan</dc:creator>
      <dc:date>2017-08-03T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18178#M572</link>
      <description>&lt;P&gt;Using SPlunk 6 - it also defaults to 3 decimal places - how to change how many decimals?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 19:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/18178#M572</guid>
      <dc:creator>AndyMarr</dc:creator>
      <dc:date>2017-09-26T19:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart - rounding percent values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/687337#M56250</link>
      <description>&lt;P class="lia-align-left"&gt;I have the same need right now. I am wondering if do you have resolved that after this time? I am trying to round,2 but looks like that Splunk visualization do that in their own, going default to round,3&lt;/P&gt;&lt;P class="lia-align-left"&gt;I appreciate any help.&lt;/P&gt;&lt;P class="lia-align-left"&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 13:55:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Pie-chart-rounding-percent-values/m-p/687337#M56250</guid>
      <dc:creator>BeautyData</dc:creator>
      <dc:date>2024-05-13T13:55:57Z</dc:date>
    </item>
  </channel>
</rss>

