<?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: Dashboard TOOLTIP in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/528138#M35834</link>
    <description>&lt;P&gt;/* Row Coloring */&lt;/P&gt;&lt;P&gt;#tblTooltip tr td.range-green{&lt;BR /&gt;color: green !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#tblTooltip tr td.range-red{&lt;BR /&gt;color: red !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 14:54:37 GMT</pubDate>
    <dc:creator>splunk_user_maj</dc:creator>
    <dc:date>2020-11-05T14:54:37Z</dc:date>
    <item>
      <title>Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526708#M35744</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;BR /&gt;I am trying to use tooltip in my dashboard can anyone help me out&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:36:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526708#M35744</guid>
      <dc:creator>Eldenhanjoel</dc:creator>
      <dc:date>2020-10-27T19:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526715#M35747</link>
      <description>&lt;P&gt;Yes, I'm sure there's someone here who can help.&amp;nbsp; First, however, please be more specific about what you need.&amp;nbsp; How exactly are you trying to do it and what are the results?&amp;nbsp; What error message do you get, if any?&amp;nbsp; What documentation are you following?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 20:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526715#M35747</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-27T20:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526882#M35764</link>
      <description>&lt;P&gt;Hi you can use this kind of JS file to use as a tooltip.&lt;/P&gt;&lt;P&gt;&amp;lt;dashboard script="tooltipnew.js,new.js,tooltipnew2.js,new2.js"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;table tooltip&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table id="tblTooltip"&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_ui_access |bin span=1d _time |stats count max(bytes) as bytes by method _time |eval reference=count."|".bytes |eval new=method."|".count |fields _time reference new&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table id="tblTooltip2"&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=_internal sourcetype=splunkd_ui_access |bin span=1d _time |stats count max(bytes) as bytes by method _time |eval reference2=count."|".bytes |eval new2=method."|".count |fields _time reference2 new2&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;/dashboard&amp;gt;&lt;/P&gt;&lt;P&gt;_--------------------------------&lt;/P&gt;&lt;P&gt;new.js&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;require([&lt;BR /&gt;'underscore',&lt;BR /&gt;'jquery',&lt;BR /&gt;'splunkjs/mvc',&lt;BR /&gt;'splunkjs/mvc/tableview',&lt;BR /&gt;'splunkjs/mvc/simplexml/ready!'&lt;BR /&gt;], function(_, $, mvc, TableView) {&lt;/P&gt;&lt;P&gt;var CustomTooltipRenderer = TableView.BaseCellRenderer.extend({&lt;BR /&gt;canRender: function(cell) {&lt;BR /&gt;return cell.field === 'new';&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;render: function($td, cell) {&lt;BR /&gt;var message = cell.value.split("|")[0];&lt;BR /&gt;var tip = cell.value.split("|")[1];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$td.html(_.template('&amp;lt;a href="#" data-toggle="tooltip" data-placement="right" title="&amp;lt;%- tip%&amp;gt;"&amp;gt;&amp;lt;%- message%&amp;gt;&amp;lt;/a&amp;gt;', {&lt;BR /&gt;tip: tip,&lt;BR /&gt;message: message&lt;BR /&gt;}));&lt;/P&gt;&lt;P&gt;// This line wires up the Bootstrap tooltip to the cell markup&lt;BR /&gt;$td.children('[data-toggle="tooltip"]').tooltip();&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;mvc.Components.get('tblTooltip').getVisualization(function(tableView) {&lt;/P&gt;&lt;P&gt;// Register custom cell renderer&lt;BR /&gt;tableView.table.addCellRenderer(new CustomTooltipRenderer());&lt;/P&gt;&lt;P&gt;// Force the table to re-render&lt;BR /&gt;tableView.table.render();&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;new2.js&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;require([&lt;BR /&gt;'underscore',&lt;BR /&gt;'jquery',&lt;BR /&gt;'splunkjs/mvc',&lt;BR /&gt;'splunkjs/mvc/tableview',&lt;BR /&gt;'splunkjs/mvc/simplexml/ready!'&lt;BR /&gt;], function(_, $, mvc, TableView) {&lt;/P&gt;&lt;P&gt;var CustomTooltipRenderer = TableView.BaseCellRenderer.extend({&lt;BR /&gt;canRender: function(cell) {&lt;BR /&gt;return cell.field === 'new2';&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;render: function($td, cell) {&lt;BR /&gt;var message = cell.value.split("|")[0];&lt;BR /&gt;var tip = cell.value.split("|")[1];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$td.html(_.template('&amp;lt;a href="#" data-toggle="tooltip" data-placement="right" title="&amp;lt;%- tip%&amp;gt;"&amp;gt;&amp;lt;%- message%&amp;gt;&amp;lt;/a&amp;gt;', {&lt;BR /&gt;tip: tip,&lt;BR /&gt;message: message&lt;BR /&gt;}));&lt;/P&gt;&lt;P&gt;// This line wires up the Bootstrap tooltip to the cell markup&lt;BR /&gt;$td.children('[data-toggle="tooltip"]').tooltip();&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;mvc.Components.get('tblTooltip2').getVisualization(function(tableView) {&lt;/P&gt;&lt;P&gt;// Register custom cell renderer&lt;BR /&gt;tableView.table.addCellRenderer(new CustomTooltipRenderer());&lt;/P&gt;&lt;P&gt;// Force the table to re-render&lt;BR /&gt;tableView.table.render();&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;tooltipnew.js&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;require([&lt;BR /&gt;'underscore',&lt;BR /&gt;'jquery',&lt;BR /&gt;'splunkjs/mvc',&lt;BR /&gt;'splunkjs/mvc/tableview',&lt;BR /&gt;'splunkjs/mvc/simplexml/ready!'&lt;BR /&gt;], function(_, $, mvc, TableView) {&lt;/P&gt;&lt;P&gt;var CustomTooltipRenderer = TableView.BaseCellRenderer.extend({&lt;BR /&gt;canRender: function(cell) {&lt;BR /&gt;return cell.field === 'reference';&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;render: function($td, cell) {&lt;BR /&gt;var message = cell.value.split("|")[0];&lt;BR /&gt;var tip = cell.value.split("|")[1];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$td.html(_.template('&amp;lt;a href="#" data-toggle="tooltip" data-placement="right" title="&amp;lt;%- tip%&amp;gt;"&amp;gt;&amp;lt;%- message%&amp;gt;&amp;lt;/a&amp;gt;', {&lt;BR /&gt;tip: tip,&lt;BR /&gt;message: message&lt;BR /&gt;}));&lt;/P&gt;&lt;P&gt;// This line wires up the Bootstrap tooltip to the cell markup&lt;BR /&gt;$td.children('[data-toggle="tooltip"]').tooltip();&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;mvc.Components.get('tblTooltip').getVisualization(function(tableView) {&lt;/P&gt;&lt;P&gt;// Register custom cell renderer&lt;BR /&gt;tableView.table.addCellRenderer(new CustomTooltipRenderer());&lt;/P&gt;&lt;P&gt;// Force the table to re-render&lt;BR /&gt;tableView.table.render();&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------&lt;/P&gt;&lt;P&gt;tooltipnew2.js&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;require([&lt;BR /&gt;'underscore',&lt;BR /&gt;'jquery',&lt;BR /&gt;'splunkjs/mvc',&lt;BR /&gt;'splunkjs/mvc/tableview',&lt;BR /&gt;'splunkjs/mvc/simplexml/ready!'&lt;BR /&gt;], function(_, $, mvc, TableView) {&lt;/P&gt;&lt;P&gt;var CustomTooltipRenderer = TableView.BaseCellRenderer.extend({&lt;BR /&gt;canRender: function(cell) {&lt;BR /&gt;return cell.field === 'reference2';&lt;BR /&gt;&lt;BR /&gt;},&lt;BR /&gt;render: function($td, cell) {&lt;BR /&gt;var message = cell.value.split("|")[0];&lt;BR /&gt;var tip = cell.value.split("|")[1];&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$td.html(_.template('&amp;lt;a href="#" data-toggle="tooltip" data-placement="right" title="&amp;lt;%- tip%&amp;gt;"&amp;gt;&amp;lt;%- message%&amp;gt;&amp;lt;/a&amp;gt;', {&lt;BR /&gt;tip: tip,&lt;BR /&gt;message: message&lt;BR /&gt;}));&lt;/P&gt;&lt;P&gt;// This line wires up the Bootstrap tooltip to the cell markup&lt;BR /&gt;$td.children('[data-toggle="tooltip"]').tooltip();&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;mvc.Components.get('tblTooltip2').getVisualization(function(tableView) {&lt;/P&gt;&lt;P&gt;// Register custom cell renderer&lt;BR /&gt;tableView.table.addCellRenderer(new CustomTooltipRenderer());&lt;/P&gt;&lt;P&gt;// Force the table to re-render&lt;BR /&gt;tableView.table.render();&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;--------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:50:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/526882#M35764</guid>
      <dc:creator>maityayan1996</dc:creator>
      <dc:date>2020-10-28T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527635#M35809</link>
      <description>&lt;P&gt;&amp;lt;row depends="$hidden$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;&lt;BR /&gt;.input-link {&lt;BR /&gt;min-width: 1200px !important;&lt;BR /&gt;width: 1200px !important;&lt;BR /&gt;max-width: 1200px !important;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#ab_table table tr td{&lt;BR /&gt;color: black !important;}&lt;BR /&gt;&lt;BR /&gt;#ab_table table tr td:nth-child(1){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#ab_table table tr td:nth-child(2){&lt;BR /&gt;color: skyblue !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#ab_table table tr td:nth-child(n+3):nth-child(-n+13){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#b2b_table table tr td{&lt;BR /&gt;color: black !important;}&lt;BR /&gt;&lt;BR /&gt;#b2b_table table tr td:nth-child(1){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#b2b_table table tr td:nth-child(2){&lt;BR /&gt;color: skyblue !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#b2b_table table tr td:nth-child(n+3):nth-child(-n+6){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#b2b_table table tr td:nth-child(7){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#wl_table table tr td{&lt;BR /&gt;color: black !important;}&lt;BR /&gt;&lt;BR /&gt;#wl_table table tr td:nth-child(1){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#wl_table table tr td:nth-child(2){&lt;BR /&gt;color: skyblue !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#wl_table table tr td:nth-child(n+3):nth-child(-n+10){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#fe_table table tr td{&lt;BR /&gt;color: black !important;}&lt;BR /&gt;&lt;BR /&gt;#fe_table table tr td:nth-child(1){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#fe_table table tr td:nth-child(3){&lt;BR /&gt;color: skyblue !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#fe_table table tr td:nth-child(n+8):nth-child(-n+11){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td{&lt;BR /&gt;color: black !important;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(3){&lt;BR /&gt;color: skyblue !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(1){&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(n+8):nth-child(-n+9){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(n+11):nth-child(-n+12){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(15){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;#al_table table tr td:nth-child(17){&lt;BR /&gt;color: green !important;&lt;BR /&gt;text-decoration: underline !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 05:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527635#M35809</guid>
      <dc:creator>Eldenhanjoel</dc:creator>
      <dc:date>2020-11-03T05:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527843#M35816</link>
      <description />
      <pubDate>Wed, 04 Nov 2020 04:39:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527843#M35816</guid>
      <dc:creator>splunk_user_maj</dc:creator>
      <dc:date>2020-11-04T04:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527844#M35817</link>
      <description>&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;#tblTooltip a:hover {&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;#tblTooltip a {&lt;BR /&gt;color: green !important;&lt;BR /&gt;font-weight: bold !important&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;BR /&gt;&amp;lt;row&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 04:40:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/527844#M35817</guid>
      <dc:creator>splunk_user_maj</dc:creator>
      <dc:date>2020-11-04T04:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/528137#M35833</link>
      <description>&lt;P&gt;require([&lt;BR /&gt;'underscore',&lt;BR /&gt;'jquery',&lt;BR /&gt;'splunkjs/mvc',&lt;BR /&gt;'splunkjs/mvc/tableview',&lt;BR /&gt;'splunkjs/mvc/simplexml/ready!'&lt;BR /&gt;], function(_, $, mvc, TableView) {&lt;/P&gt;&lt;P&gt;var CustomRangeRenderer = TableView.BaseCellRenderer.extend({&lt;BR /&gt;canRender: function(cell) {&lt;BR /&gt;// Enable this custom cell renderer for NETWORK field&lt;BR /&gt;return _(["NETWORK"]).contains(cell.field);&lt;BR /&gt;},&lt;BR /&gt;render: function($td, cell) {&lt;BR /&gt;// Add a class to the cell based on the returned value&lt;BR /&gt;var value = cell.value;&lt;/P&gt;&lt;P&gt;// Apply interpretation for NETWORK field&lt;BR /&gt;// Since we have picked only one row for applying range Class, following if is not required.&lt;BR /&gt;if (cell.field === "NETWORK") {&lt;BR /&gt;//Add range class based on cell values.&lt;BR /&gt;if (value == "OK") {&lt;BR /&gt;$td.addClass("range-cell").addClass("range-green");&lt;BR /&gt;}&lt;BR /&gt;if (value == "NOT OK" ) {&lt;BR /&gt;$td.addClass("range-cell").addClass("range-red");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;// Update the cell content with string value&lt;BR /&gt;$td.text(value).addClass('string');&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;mvc.Components.get('tblTooltip').getVisualization(function(tableView) {&lt;/P&gt;&lt;P&gt;tableView.on('rendered', function() {&lt;BR /&gt;// Add a delay to ensure Custom Render applies to row without getting overridden with built in reder.&lt;BR /&gt;setTimeout(function(){&lt;BR /&gt;// Apply class of the cells to the parent row in order to color the whole row&lt;BR /&gt;tableView.$el.find('td.range-cell').each(function() {&lt;BR /&gt;$(this).parents('tr').addClass(this.className);&lt;BR /&gt;$(this).parents('tr').addClass(this.className);&lt;BR /&gt;});&lt;BR /&gt;},100);&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;// Add custom cell renderer, the table will re-render automatically.&lt;BR /&gt;tableView.addCellRenderer(new CustomRangeRenderer());&lt;BR /&gt;});&lt;BR /&gt;});&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 14:53:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/528137#M35833</guid>
      <dc:creator>splunk_user_maj</dc:creator>
      <dc:date>2020-11-05T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard TOOLTIP</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/528138#M35834</link>
      <description>&lt;P&gt;/* Row Coloring */&lt;/P&gt;&lt;P&gt;#tblTooltip tr td.range-green{&lt;BR /&gt;color: green !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;#tblTooltip tr td.range-red{&lt;BR /&gt;color: red !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 14:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-TOOLTIP/m-p/528138#M35834</guid>
      <dc:creator>splunk_user_maj</dc:creator>
      <dc:date>2020-11-05T14:54:37Z</dc:date>
    </item>
  </channel>
</rss>

