<?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 add arrow in dashboard and views in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93687#M44190</link>
    <description>&lt;P&gt;I using simple xml.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2012 01:39:16 GMT</pubDate>
    <dc:creator>perlish</dc:creator>
    <dc:date>2012-10-18T01:39:16Z</dc:date>
    <item>
      <title>how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93685#M44188</link>
      <description>&lt;P&gt;I add a new view and i want add arrow in this views.&lt;BR /&gt;
Use arrow to show the change?&lt;BR /&gt;
Like this picture.&lt;BR /&gt;
&lt;IMG src="http://splunk-base.splunk.com//storage/access.png" alt="alt text" /&gt;&lt;BR /&gt;
How to do this?&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 17:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93685#M44188</guid>
      <dc:creator>perlish</dc:creator>
      <dc:date>2012-10-17T17:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93686#M44189</link>
      <description>&lt;P&gt;@perlish,  Are you using Simple or Advanced XML?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 18:31:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93686#M44189</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-10-17T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93687#M44190</link>
      <description>&lt;P&gt;I using simple xml.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 01:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93687#M44190</guid>
      <dc:creator>perlish</dc:creator>
      <dc:date>2012-10-18T01:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93688#M44191</link>
      <description>&lt;P&gt;I'd imagine this is done with some HTML included in there some where&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:22:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93688#M44191</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-10-18T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93689#M44192</link>
      <description>&lt;P&gt;You can do it with a singlevalue field.&lt;/P&gt;

&lt;P&gt;If you use range at the end of your search, categorising it into three categories, dropped, same or increased, then the singlevalue will gain an extra class. You can then use css to set the appropriate styling, such as an upwards or downwards arrow.&lt;/P&gt;

&lt;P&gt;Let me know if you need a more thorough description&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:55:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93689#M44192</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2012-10-18T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93690#M44193</link>
      <description>&lt;P&gt;If you want that exact setup you are going to have to ditch simple xml and go to advanced xml or use the app framework. Couple together with some custom css. Sideview app may get you most of the way there.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 15:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93690#M44193</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2012-10-18T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93691#M44194</link>
      <description>&lt;P&gt;neat idea. I'll use that ..&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 19:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93691#M44194</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2012-10-18T19:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93692#M44195</link>
      <description>&lt;P&gt;Examples are always nice to have.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2012 13:01:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93692#M44195</guid>
      <dc:creator>ftk</dc:creator>
      <dc:date>2012-10-24T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to add arrow in dashboard and views</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93693#M44196</link>
      <description>&lt;P&gt;Hi could you show how you do this please?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 13:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-add-arrow-in-dashboard-and-views/m-p/93693#M44196</guid>
      <dc:creator>colinmchugo</dc:creator>
      <dc:date>2017-05-16T13:30:17Z</dc:date>
    </item>
  </channel>
</rss>

