<?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: Could I make the rangemap show Loading rather than N/A before it's search done? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84524#M4568</link>
    <description>&lt;P&gt;Thanks a lot.It's so cool!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Nov 2010 09:07:21 GMT</pubDate>
    <dc:creator>flora123</dc:creator>
    <dc:date>2010-11-08T09:07:21Z</dc:date>
    <item>
      <title>Could I make the rangemap show Loading rather than N/A before it's search done?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84522#M4566</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I use rangemap to show results.
Before the search goes done, the range will show [N/A].&lt;/P&gt;

&lt;P&gt;Could I make the rangemap show [Loading] before it's search done?&lt;/P&gt;

&lt;P&gt;Thanks a lot. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2010 10:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84522#M4566</guid>
      <dc:creator>flora123</dc:creator>
      <dc:date>2010-11-05T10:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Could I make the rangemap show Loading rather than N/A before it's search done?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84523#M4567</link>
      <description>&lt;P&gt;I had a similar problem when developing the Deployment Monitor app.  While the circumstances were different and the reason I was getting the "N/A" were not the same, the patch I used would work for you I think.  &lt;/P&gt;

&lt;P&gt;If you put this in &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;appname&amp;gt;/appserver/static/application.js&lt;/CODE&gt;, you can basically change that N/A to whatever you like. Here I change it to "Loading...".  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;if (Splunk.Module.SingleValue) {
    Splunk.Module.SingleValue = $.klass(Splunk.Module.SingleValue, {
        renderResults: function($super, result) {
            var retVal = $super(result);
            if (result=="N/A") {
                $(this._result_element).text("Loading...");
            }
            return retVal;
        }
    });
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Nov 2010 10:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84523#M4567</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-11-06T10:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could I make the rangemap show Loading rather than N/A before it's search done?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84524#M4568</link>
      <description>&lt;P&gt;Thanks a lot.It's so cool!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2010 09:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Could-I-make-the-rangemap-show-Loading-rather-than-N-A-before-it/m-p/84524#M4568</guid>
      <dc:creator>flora123</dc:creator>
      <dc:date>2010-11-08T09:07:21Z</dc:date>
    </item>
  </channel>
</rss>

