<?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: change background color of single value viz Trellis showing multiple values based on one field value ? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500259#M32751</link>
    <description>&lt;P&gt;Hi @pgadhari please try the following approach: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 1&lt;/STRONG&gt; Use one of my old answers to color table row based on expression (SimpleXML with CSS, but you can use JS as well): &lt;A href="https://answers.splunk.com/answers/820403/how-to-change-font-color-based-on-a-condition-for.html"&gt;https://answers.splunk.com/answers/820403/how-to-change-font-color-based-on-a-condition-for.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 2&lt;/STRONG&gt;  Then use the other answer to format the table as Single Value as per this answer: &lt;A href="https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html"&gt;https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Second option could be to try this with JS. Let me know if above does not work!&lt;/P&gt;</description>
    <pubDate>Sun, 17 May 2020 17:36:14 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-05-17T17:36:14Z</dc:date>
    <item>
      <title>change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500258#M32750</link>
      <description>&lt;P&gt;I have a query whose one of the field named system is having values BMS or CCTV (total 10 fields are there in table format ) and I am showing the fields for those system in a table format and using the single value viz to show the values in the trellis format. I have applied some CSS to customize trellis. Now, I want to show that if System=BMS then all background color of all trellis fields should be changed to GREEN and if System=CCTV, then it should be changed to "AMBER", as if I have to show the whole row as GREEN or AMBER based on "System" field value. Also some field values are text and some are date along with numeric values, as attached in the image.&lt;/P&gt;
&lt;P&gt;My query is same, and I am just passing $token$ to select the Division based on which the value of "System" field changes ( in this case either BMS or CCTV). I tried using status indicator app, but somehow the trellis is not showing values for the fields in that, and hence I used "single value" viz. Attached are the images for your reference :&lt;/P&gt;
&lt;P&gt;My query is like below :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;.... | sort - Total | sort - Division | search Division=SAS | fields - Full_Name Division | search System=CCTV OR System=BMS
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;where Division value is a token, when Division=SAS, then it returns System=CCTV and when Division=FM, it returns row System=BMS ?&lt;/P&gt;
&lt;P&gt;So, when System value is CCTV, the whole row background color should be GREEN and for System=BMS the background color should be AMBER and that too it should be in "single value" viz using trellis layout ? How can I achieve this ?&lt;/P&gt;
&lt;P&gt;![alt text][2] [2]: /storage/temp/290867-query-output-table.png&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 23:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500258#M32750</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-07T23:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500259#M32751</link>
      <description>&lt;P&gt;Hi @pgadhari please try the following approach: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 1&lt;/STRONG&gt; Use one of my old answers to color table row based on expression (SimpleXML with CSS, but you can use JS as well): &lt;A href="https://answers.splunk.com/answers/820403/how-to-change-font-color-based-on-a-condition-for.html"&gt;https://answers.splunk.com/answers/820403/how-to-change-font-color-based-on-a-condition-for.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 2&lt;/STRONG&gt;  Then use the other answer to format the table as Single Value as per this answer: &lt;A href="https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html"&gt;https://answers.splunk.com/answers/529004/is-there-a-way-to-display-more-than-20-charts-at-a.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Second option could be to try this with JS. Let me know if above does not work!&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2020 17:36:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500259#M32751</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-17T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500260#M32752</link>
      <description>&lt;P&gt;@niketnilay - Sure, I will check both options and revert. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 17:45:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500260#M32752</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-19T17:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500261#M32753</link>
      <description>&lt;P&gt;@niketnilay - I tried using the  expression but i think it is not supported in single value panel directly. I saw your step-2 answer, but that is applicable for the "table" viz. I tried putting it in single viz but it says - format node is not allowed Single panel. Below is my XML code. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row id="d2"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;$div$ - Statistics&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=tech sourcetype=transition | table Division System System_Full_Name Physical_Servers Virtual_Servers Workstations Database Storage Chassis SAN_Switch Non_BT_Network_devices Non_BT_AD   | rename System_Full_Name as Full_Name Physical_Servers as Physical Virtual_Servers as Virtual Non_BT_Network_devices as NW_devices Non_BT_AD as AD Date_Takenover as Takenover Database as DBs  | addtotals | fillnull value=0  | sort - Total | sort - Division | search Division=$div$ | fields - Full_Name Division Devices| search System=CCTV OR System=BIS OR System=BHS OR System="TS" OR System=AGL&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;0&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="colorBy"&amp;gt;value&amp;lt;/option&amp;gt;
        &amp;lt;option name="colorMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;66&amp;lt;/option&amp;gt;
        &amp;lt;option name="numberPrecision"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeColors"&amp;gt;["0x006d9c","0x006d9c"]&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeValues"&amp;gt;[0]&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="showSparkline"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="showTrendIndicator"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.enabled"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.scales.shared"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="trellis.size"&amp;gt;small&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendColorInterpretation"&amp;gt;standard&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendDisplayMode"&amp;gt;absolute&amp;lt;/option&amp;gt;
        &amp;lt;option name="unitPosition"&amp;gt;after&amp;lt;/option&amp;gt;
        &amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="useThousandSeparators"&amp;gt;1&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Actually we have 5 divisions and each divisions has 7 or 4 sub-divisions called as Systems. As explained in my question I am using  $div$ token to filter the division name and accordingly in the query I am passing "Systems" name in OR,  so based on division selected I get that particular System statistics like physical, virtual, workstations,...and so on, so for each systems (there are 9 stats and its Total that I am showing horizontally using single value panel with trellis layout ). Hope you got it.&lt;/P&gt;

&lt;P&gt;And then I am applying CSS to show it in the format as I have attached the image for it in my question. I am attaching the Image for the query output which shows in normal table format and then I select "Single Value" panel to show in above format. So the final result I want it if System=CCTV then all that horizontal row shud be green, which means that the project is complete and if System=BIS OR System=BHS OR System="TS" OR System=AGL, then it should be yellow or red, based on the status of handover. &lt;/P&gt;

&lt;P&gt;Actually, step-1 and step-2 is more applicable to table rather than single value - that is what I think, as I cant use format expression in single value, as it is not supported  I think.&lt;/P&gt;

&lt;P&gt;Hence, please advise is there is any other way of doing it ? Thanks again for your support always. Attaching screenshot of my query for your reference, which I am converting into Single Viz using Trellis.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 12:22:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500261#M32753</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-29T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500262#M32754</link>
      <description>&lt;P&gt;@pgadhari expression option was for &lt;CODE&gt;&amp;lt;table&amp;gt;&lt;/CODE&gt; viz to be used as Single Value, not for &lt;CODE&gt;&amp;lt;single&amp;gt;&lt;/CODE&gt;.The example is a run anywhere sample which you can execute to test.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 14:37:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500262#M32754</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-30T14:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500263#M32755</link>
      <description>&lt;P&gt;@niketnilay - which example you are referring here ? the one which is specified in the answer of option-2 ?&lt;/P&gt;

&lt;P&gt;So, if that is the case, then I cant use colors for the question I have asked ? is that correct ?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 15:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500263#M32755</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-30T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500264#M32756</link>
      <description>&lt;P&gt;They are not options... They are step 1 and step 2&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 15:40:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500264#M32756</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-30T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500265#M32757</link>
      <description>&lt;P&gt;@niketnilay - ya ya i understand, but when I try to use step-2 to format my single viz to show the colors, it is not working as format option is available with table and not singel viz , so what I think is - step 2 is not applicable to me, as mine is single viz ? correct ?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 15:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500265#M32757</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-30T15:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500266#M32758</link>
      <description>&lt;P&gt;Step 1 is for table and step 2 is for table. Step 2 makes table cell appear as single value. There is no single value viz required for this solution.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 17:21:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500266#M32758</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-30T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500267#M32759</link>
      <description>&lt;P&gt;ok got it. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 17:32:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500267#M32759</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-30T17:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500268#M32760</link>
      <description>&lt;P&gt;I will try to use the table and see how it looks instead of single viz and revert.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 17:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500268#M32760</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-05-30T17:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500269#M32761</link>
      <description>&lt;P&gt;I have changed the viz to table and used format option to apply colors. I am ok with it. Thanks for your step-1.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:16:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500269#M32761</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-01T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500270#M32762</link>
      <description>&lt;P&gt;@niketnilay - I dont see any option to "Accept" the answer in your comment ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500270#M32762</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-01T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500271#M32763</link>
      <description>&lt;P&gt;@pgadhari since I was trying to help you with this and was not sure whether end result will work for you, I had not converted my comment to answer. So that your question remains unanswered and open for other Splunkers to assist with any other alternative if possible. Please accept the answer if your issue is resolved!&lt;/P&gt;

&lt;P&gt;Happy Splunking!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:43:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500271#M32763</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-06-01T17:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500272#M32764</link>
      <description>&lt;P&gt;@niketnilay - - one small requirement, I was able to format the background of the cell based on format expression option, but now I want to show the font color also to the same color as of background, as it will display only background color and not the numeric values ?&lt;/P&gt;

&lt;P&gt;Actually, I have to show only cell with background green red amber grey, and don't have to show the values now ? is there a way using CSS or some other way to hide the numeric values of the cell ? Please advise ? I am attaching the screenshot of the table for your reference.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:05:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500272#M32764</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-02T11:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500273#M32765</link>
      <description>&lt;P&gt;below is the url of the image :&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/a/O3wVhot"&gt;https://imgur.com/a/O3wVhot&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:08:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500273#M32765</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-02T11:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500274#M32766</link>
      <description>&lt;P&gt;@niketnilay - I was able to do the font color same as background. No worries.. Thanks for your support as always :-)...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 21:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500274#M32766</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-02T21:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500275#M32767</link>
      <description>&lt;P&gt;Sorry was in some session entire day (rather night as per IST).&lt;/P&gt;

&lt;P&gt;You could have just hidden the text instead of making background color and font color same.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 00:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500275#M32767</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-06-03T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500276#M32768</link>
      <description>&lt;P&gt;@niketnilay - how can I hide the text ? It would be good to know.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 06:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500276#M32768</guid>
      <dc:creator>pgadhari</dc:creator>
      <dc:date>2020-06-03T06:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: change background color of single value viz Trellis showing multiple values based on one field value ?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500277#M32769</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
How the font color was adjusted..Could you pls let me know.&lt;BR /&gt;
Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 07:09:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/change-background-color-of-single-value-viz-Trellis-showing/m-p/500277#M32769</guid>
      <dc:creator>prettysunshinez</dc:creator>
      <dc:date>2020-06-04T07:09:25Z</dc:date>
    </item>
  </channel>
</rss>

