<?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: Table with vertical title in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615156#M213788</link>
    <description>&lt;P&gt;It works! Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 10:12:25 GMT</pubDate>
    <dc:creator>JohnnyMnemonic</dc:creator>
    <dc:date>2022-09-29T10:12:25Z</dc:date>
    <item>
      <title>How to display table with vertical title?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615148#M213783</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm sure this must be possible, but I can't find a way, unfortunately there are a couple of threads on this with no solution &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I just want to display a table vertically, with titles as column 1 and values as column 2, like a bullet list.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;All the information I found suggests that the "transposse" command is the way to go, but I don't know how to achieve it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Any suggestion?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;Value&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;Value&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="49px"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And this is how I'd like to express the table:&lt;/P&gt;
&lt;TABLE border="1" width="44.443129208754215%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Fields&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Values&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 1&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 2&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Field 3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 29 Sep 2022 14:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615148#M213783</guid>
      <dc:creator>JohnnyMnemonic</dc:creator>
      <dc:date>2022-09-29T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table with vertical title</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615153#M213786</link>
      <description>&lt;LI-CODE lang="markup"&gt;| eval Fields="Values"
| transpose 0 column_name=Fields header_field=Fields&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 Sep 2022 09:40:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615153#M213786</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-09-29T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table with vertical title</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615156#M213788</link>
      <description>&lt;P&gt;It works! Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 10:12:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-table-with-vertical-title/m-p/615156#M213788</guid>
      <dc:creator>JohnnyMnemonic</dc:creator>
      <dc:date>2022-09-29T10:12:25Z</dc:date>
    </item>
  </channel>
</rss>

