<?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 to create trellis timechart with stacked bars in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458897#M129584</link>
    <description>&lt;P&gt;thank you for your respond, but it is a requirement to use trellis (to have a chart like this, splitted by LoginName). I think timechart is a good way, but perhaps I have to do some extra work before or after it&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 11:05:16 GMT</pubDate>
    <dc:creator>tdoSplunk</dc:creator>
    <dc:date>2019-07-11T11:05:16Z</dc:date>
    <item>
      <title>How to create trellis timechart with stacked bars</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458895#M129582</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to create a timechart as trellis with  stacked bars.&lt;/P&gt;

&lt;P&gt;I have the following columns:&lt;BR /&gt;
Workdate, Duration, BookingType, LoginName&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2019-06-03,5,1,User1
2019-06-03,2,2,User1
2019-06-03,1,3,User1
2019-06-03,3,1,User2
2019-06-03,3,2,User2
2019-06-03,2,3,User2
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;My Expectation is to see 2 Charts, one for User1 and one for User2 with a stacked bar for the Workdate 2019-06-01&lt;BR /&gt;
The Total sum for each is 8, separated by the durations by BookingType&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/7293i70ABCE10A23C1036/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;My first approach was to use &lt;CODE&gt;|timechart sum(Duration) as Total by BookingType&lt;/CODE&gt;, then I get nearly the result I want. But it is not possible to use Trellis (by LoginName). &lt;/P&gt;

&lt;P&gt;Do you have ideas on how to solve it?&lt;/P&gt;

&lt;P&gt;best regards&lt;BR /&gt;
Thomas&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 14:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458895#M129582</guid>
      <dc:creator>tdoSplunk</dc:creator>
      <dc:date>2019-07-10T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create trellis timechart with stacked bars</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458896#M129583</link>
      <description>&lt;P&gt;chart sum(Duration) by BookingType, LoginName&lt;/P&gt;

&lt;P&gt;I wouldn't use Trellis because of how you want your chart stacked. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 21:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458896#M129583</guid>
      <dc:creator>khristian_p</dc:creator>
      <dc:date>2019-07-10T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create trellis timechart with stacked bars</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458897#M129584</link>
      <description>&lt;P&gt;thank you for your respond, but it is a requirement to use trellis (to have a chart like this, splitted by LoginName). I think timechart is a good way, but perhaps I have to do some extra work before or after it&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 11:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-trellis-timechart-with-stacked-bars/m-p/458897#M129584</guid>
      <dc:creator>tdoSplunk</dc:creator>
      <dc:date>2019-07-11T11:05:16Z</dc:date>
    </item>
  </channel>
</rss>

