<?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 can i change transposed table content ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270371#M81358</link>
    <description>&lt;P&gt;The only way is to create your own js and css.&lt;BR /&gt;
You can use the example I described below as a starting point.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 14:23:08 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-01-31T14:23:08Z</dc:date>
    <item>
      <title>how can i change transposed table content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270368#M81355</link>
      <description>&lt;P&gt;hi i have a table using transpose to show result.&lt;/P&gt;

&lt;H2&gt;column | row 1&lt;/H2&gt;

&lt;P&gt;field1    | value1&lt;BR /&gt;
field2    | value2&lt;BR /&gt;
field3    | value3&lt;BR /&gt;
field4    | value4&lt;/P&gt;

&lt;P&gt;how can i use a render if i want to change only value3 by icon.&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 11:42:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270368#M81355</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2017-01-31T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: how can i change transposed table content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270369#M81356</link>
      <description>&lt;P&gt;Hi sfatnass,&lt;BR /&gt;
I'm not sure to have understood your question: do you want to have an icon instead value not for all rows but only for one?&lt;BR /&gt;
I'm not sure that it's possible, you can substitute all the values of a column with different icons based on range values.&lt;/P&gt;

&lt;P&gt;I suggest to download Splunk Dashboard Examples 6.0 App (&lt;A href="https://splunkbase.splunk.com/app/1603/" target="_blank"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt;), there is an example (Table Icon Set (Rangemap)) for your need.&lt;/P&gt;

&lt;P&gt;Every way to change values of a column with icons you have to use rengemap command (&lt;CODE&gt;| rangemap field=Total severe=0-0 low=1-1000000000 default=severe&lt;/CODE&gt;) and add two files to you App:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;table_icons_rangemap.js,&lt;/LI&gt;
&lt;LI&gt;table_decorations.css.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:38:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270369#M81356</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T12:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can i change transposed table content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270370#M81357</link>
      <description>&lt;P&gt;the icon i need to insert is a country flag.&lt;BR /&gt;
for exemple :&lt;/P&gt;

&lt;P&gt;value3 = US&lt;BR /&gt;
so i the icon of USA will be added&lt;BR /&gt;
i have a list of flag country based on ISO 3166-1.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 13:52:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270370#M81357</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2017-01-31T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: how can i change transposed table content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270371#M81358</link>
      <description>&lt;P&gt;The only way is to create your own js and css.&lt;BR /&gt;
You can use the example I described below as a starting point.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270371#M81358</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-01-31T14:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: how can i change transposed table content ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270372#M81359</link>
      <description>&lt;P&gt;i know i should to create my own css and javascript but i can't change the other values.&lt;BR /&gt;
and how what i insert into my javascript and css?&lt;BR /&gt;
i look about rangemap javascript but this example don't help me to change only value3.&lt;BR /&gt;
the content of value1 to valueN shouldn't change this is my problem and don't forget i have a search with a command |transpose&lt;/P&gt;

&lt;P&gt;also the rangemap accept numeric value for range, and the content of value3 is alphabetic.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-can-i-change-transposed-table-content/m-p/270372#M81359</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2017-02-01T10:02:36Z</dc:date>
    </item>
  </channel>
</rss>

