<?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: help for changing the label of a pie chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453674#M41883</link>
    <description>&lt;P&gt;perfect thanks&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 08:52:13 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2019-07-02T08:52:13Z</dc:date>
    <item>
      <title>help for changing the label of a pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453671#M41880</link>
      <description>&lt;P&gt;hello&lt;BR /&gt;
I use the stats below in order to display a pie chart with 2 labels&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats count as NbHostHealthInf85 
| appendcols 
    [| inputlookup host.csv 
    | stats count as NbIndHost] 
| eval NbHostHealthSup85 = (NbIndHost - NbHostHealthInf85) 
| eval NbHostHealthSup85=NbHostHealthSup85, NbHostHealthInf85=NbHostHealthInf85 
| table NbHostHealthSup85 NbHostHealthInf85 
| transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to replace NbHostHealthSup85  by &amp;gt;85% and NbHostHealthInf85 by &amp;lt;85%&lt;BR /&gt;
What is the good way to do this because I m doing for example     | stats count as "&amp;lt;85%" but it doesnt works&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 07:11:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453671#M41880</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-07-02T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: help for changing the label of a pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453672#M41881</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Since | stats count as "&amp;lt;85%"  this will create a field named ,"&amp;lt;85%" and field name should not start with a relational operator hence it doesn't work. Try naming the count field as something "Lessthan85" and it will work&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:19:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453672#M41881</guid>
      <dc:creator>snigdhasaxena</dc:creator>
      <dc:date>2019-07-02T08:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: help for changing the label of a pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453673#M41882</link>
      <description>&lt;P&gt;Try renaming:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats count as NbHostHealthInf85 
 | appendcols 
     [| inputlookup host.csv 
     | stats count as NbIndHost] 
 | eval NbHostHealthSup85 = (NbIndHost - NbHostHealthInf85) 
 | eval NbHostHealthSup85=NbHostHealthSup85, NbHostHealthInf85=NbHostHealthInf85 
 | table NbHostHealthSup85 NbHostHealthInf85  
| rename NbHostHealthSup85 as "&amp;gt;85%", NbHostHealthInf85 as "&amp;lt;85%"
 | transpose
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:41:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453673#M41882</guid>
      <dc:creator>jitendragupta</dc:creator>
      <dc:date>2019-07-02T08:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: help for changing the label of a pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453674#M41883</link>
      <description>&lt;P&gt;perfect thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:52:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-for-changing-the-label-of-a-pie-chart/m-p/453674#M41883</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2019-07-02T08:52:13Z</dc:date>
    </item>
  </channel>
</rss>

