<?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: Can you help me with an issue with the rangemap command? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442418#M29177</link>
    <description>&lt;P&gt;its skipping the values which are less than 1.. any other way?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Feb 2019 09:57:16 GMT</pubDate>
    <dc:creator>roopeshetty</dc:creator>
    <dc:date>2019-02-05T09:57:16Z</dc:date>
    <item>
      <title>Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442416#M29175</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We have a field by name “Scores”, which has values in numbers that vary from -99 to 399. Now we need to run a “rangemap” query on them so that we can categorize them as below;&lt;/P&gt;

&lt;P&gt;-99 to 1=Poor&lt;BR /&gt;
2 to 150=Average&lt;BR /&gt;
151 to 200=Good&lt;BR /&gt;
201 to 399=Excellent&lt;/P&gt;

&lt;P&gt;We are running the query as something like this, but it is not working as expected;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rangemap field= Scores Poor=-99-1 Average=2-150 Good=151-200 default=Excellent
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone tell us what’s wrong with this above query?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 13:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442416#M29175</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2019-02-01T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442417#M29176</link>
      <description>&lt;P&gt;You can make your own &lt;CODE&gt;rangemap&lt;/CODE&gt; command with &lt;CODE&gt;eval&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | eval range = case(Scores&amp;lt;-99, "Excellent", Scores&amp;lt;=1,"Poor",  Scores&amp;lt;=150, "Average", Scores&amp;lt;=200, "Good", true(), "Excellent")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:49:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442417#M29176</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-01T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442418#M29177</link>
      <description>&lt;P&gt;its skipping the values which are less than 1.. any other way?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 09:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442418#M29177</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2019-02-05T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442419#M29178</link>
      <description>&lt;P&gt;If this is cut and paste from your actual query, lose the space between field= and Scores. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 10:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442419#M29178</guid>
      <dc:creator>knielsen</dc:creator>
      <dc:date>2019-02-05T10:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442420#M29179</link>
      <description>&lt;P&gt;I have updated my answer to more accurately match.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442420#M29179</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-05T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442421#M29180</link>
      <description>&lt;P&gt;hi ,&lt;BR /&gt;
now getting error as "Unbalanced quotes"&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 12:05:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442421#M29180</guid>
      <dc:creator>roopeshetty</dc:creator>
      <dc:date>2019-02-13T12:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can you help me with an issue with the rangemap command?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442422#M29181</link>
      <description>&lt;P&gt;Fixed one more typo.  Good to go now. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 16:17:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-help-me-with-an-issue-with-the-rangemap-command/m-p/442422#M29181</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-02-13T16:17:27Z</dc:date>
    </item>
  </channel>
</rss>

