<?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: What happened to the transposed dates? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470895#M132468</link>
    <description>&lt;P&gt;The &lt;CODE&gt;transpose&lt;/CODE&gt; command is limited to 5 rows unless you specify otherwise.  RTM at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transpose"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transpose&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2020 12:44:21 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-04-10T12:44:21Z</dc:date>
    <item>
      <title>What happened to the transposed dates?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470894#M132467</link>
      <description>&lt;P&gt;I made a query that involves transposing a timechart (span=1w, analyzing since 1/1/2020). &lt;/P&gt;

&lt;P&gt;The result is the exact layout I want, however, several columns representing dates after the transpose are missing (ie. nothing in February showed up). &lt;/P&gt;

&lt;P&gt;Is there a limit in splunk how many columns are transposed?&lt;/P&gt;

&lt;P&gt;Query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk_server=indexer* index=wsi_tax_summary sourcetype=stash intuit_tid=* intuit_offeringid=* capability=* 
error_msg_service=* http_status_code_host=* 
| timechart span=1w dc(intuit_tid) as total_requests, dc(eval(if(error_msg_service="OK", intuit_tid,null))) as total_success 
| sort -_time 
| eval _time=strftime(_time,"%m/%d/%y") 
| eval total_failures=total_requests-total_success 
| eval success_rate= ROUND((total_success/total_requests)*100,2) 
| transpose header_field=_time column_name=week_starting
| regex week_starting!=("^_")
| eval sortkey=case(week_starting="total_requests",1, week_starting="total_success", 2, week_starting="total_failures", 3, 
week_starting="success_rate", 4)
| sort sortkey
| fields - sortkey
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8661i4457A75A424F853D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2020 22:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470894#M132467</guid>
      <dc:creator>hollybross1219</dc:creator>
      <dc:date>2020-04-09T22:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: What happened to the transposed dates?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470895#M132468</link>
      <description>&lt;P&gt;The &lt;CODE&gt;transpose&lt;/CODE&gt; command is limited to 5 rows unless you specify otherwise.  RTM at &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transpose"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/Transpose&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 12:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470895#M132468</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-10T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: What happened to the transposed dates?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470896#M132469</link>
      <description>&lt;P&gt;I totally missed that part! Thank you! Fixed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 22:59:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-happened-to-the-transposed-dates/m-p/470896#M132469</guid>
      <dc:creator>hollybross1219</dc:creator>
      <dc:date>2020-04-10T22:59:52Z</dc:date>
    </item>
  </channel>
</rss>

