<?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 : multi fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78920#M19947</link>
    <description>&lt;P&gt;Thx for your answer. I have this following problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="tcp:5544" | eval Transac=case(D_LAB_ERR="TIMEOUT_REACHED" OR D_LAB_ERR="TIMEOUT_REACHED_RECORD","PA Pb fin de session 3D Secure",STAT_VE="NO","VE No",STAT_VE="YES" AND SD_STAT_PA="YES","PA Yes",STAT_VE="YES" AND SD_STAT_PA="ATTEMPT","PA Attempt",STAT_VE="YES" AND SD_STAT_PA="NO", "PA No")|stats count by PURCH_MONTH,PURCH_DATE,Transac
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In my search I want to have the Transac in column but with this I have them in line. How can I do to have PURCH_MONTH and PURCH_DATE in line and Transac in column???&lt;/P&gt;

&lt;P&gt;Thx by advance,&lt;/P&gt;

&lt;P&gt;Laura&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:57:55 GMT</pubDate>
    <dc:creator>LauraBre</dc:creator>
    <dc:date>2020-09-28T11:57:55Z</dc:date>
    <item>
      <title>Table : multi fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78918#M19945</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a question about the table. I want to know if we can have a multi dimensions table? We can't do a "count by" with three fields so how we can do it? I want to have a table where we have the number of event by hour in each day of a week for example.&lt;/P&gt;

&lt;P&gt;Thx by advance for your answer.&lt;/P&gt;

&lt;P&gt;Laura&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 22:15:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78918#M19945</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2012-06-19T22:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table : multi fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78919#M19946</link>
      <description>&lt;P&gt;Laura,&lt;/P&gt;

&lt;P&gt;You might be able to achieve that like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...&amp;lt;search&amp;gt;... startdaysago=7 | stats count by date_hour, date_wday
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should return something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;count       date_hour       date_wday
231445      15              monday
3343233     16              monday
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Jun 2012 02:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78919#M19946</guid>
      <dc:creator>Lamar</dc:creator>
      <dc:date>2012-06-20T02:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table : multi fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78920#M19947</link>
      <description>&lt;P&gt;Thx for your answer. I have this following problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="tcp:5544" | eval Transac=case(D_LAB_ERR="TIMEOUT_REACHED" OR D_LAB_ERR="TIMEOUT_REACHED_RECORD","PA Pb fin de session 3D Secure",STAT_VE="NO","VE No",STAT_VE="YES" AND SD_STAT_PA="YES","PA Yes",STAT_VE="YES" AND SD_STAT_PA="ATTEMPT","PA Attempt",STAT_VE="YES" AND SD_STAT_PA="NO", "PA No")|stats count by PURCH_MONTH,PURCH_DATE,Transac
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In my search I want to have the Transac in column but with this I have them in line. How can I do to have PURCH_MONTH and PURCH_DATE in line and Transac in column???&lt;/P&gt;

&lt;P&gt;Thx by advance,&lt;/P&gt;

&lt;P&gt;Laura&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:57:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Table-multi-fields/m-p/78920#M19947</guid>
      <dc:creator>LauraBre</dc:creator>
      <dc:date>2020-09-28T11:57:55Z</dc:date>
    </item>
  </channel>
</rss>

