<?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 Drop down menu loses trend line in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Drop-down-menu-loses-trend-line/m-p/49733#M11943</link>
    <description>&lt;P&gt;I have the following code that works fine in a view and chart...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;searchTemplate&amp;gt;index=MyApp Alert_Type&amp;amp;lt;2 earliest=-2w GroupName!="No Support Group"| dedup Serial | timechart count as yvalue | `lineartrend(_time,yvalue)` | timechart sum(yvalue) sum(newY)&amp;lt;/searchTemplate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I add a dropdown option for the groupname, the chart loses the linear trend.  Here is the code that does not work..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;searchTemplate&amp;gt;index=MyApp Alert_Type&amp;amp;lt;2 earliest=-2w GroupName=$GroupName$ | dedup Serial | timechart count as yvalue | `lineartrend(_time,yvalue)` | timechart sum(AlertCounts) sum(newY)&amp;lt;/searchTemplate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I keep the trend line with the drop down menu?  Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2013 15:54:31 GMT</pubDate>
    <dc:creator>DTERM</dc:creator>
    <dc:date>2013-08-28T15:54:31Z</dc:date>
    <item>
      <title>Drop down menu loses trend line</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drop-down-menu-loses-trend-line/m-p/49733#M11943</link>
      <description>&lt;P&gt;I have the following code that works fine in a view and chart...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;searchTemplate&amp;gt;index=MyApp Alert_Type&amp;amp;lt;2 earliest=-2w GroupName!="No Support Group"| dedup Serial | timechart count as yvalue | `lineartrend(_time,yvalue)` | timechart sum(yvalue) sum(newY)&amp;lt;/searchTemplate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I add a dropdown option for the groupname, the chart loses the linear trend.  Here is the code that does not work..&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;searchTemplate&amp;gt;index=MyApp Alert_Type&amp;amp;lt;2 earliest=-2w GroupName=$GroupName$ | dedup Serial | timechart count as yvalue | `lineartrend(_time,yvalue)` | timechart sum(AlertCounts) sum(newY)&amp;lt;/searchTemplate&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I keep the trend line with the drop down menu?  Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 15:54:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drop-down-menu-loses-trend-line/m-p/49733#M11943</guid>
      <dc:creator>DTERM</dc:creator>
      <dc:date>2013-08-28T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu loses trend line</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drop-down-menu-loses-trend-line/m-p/49734#M11944</link>
      <description>&lt;P&gt;This right?&lt;BR /&gt;
･････ | timechart sum(AlertCounts) sum(newY)&lt;BR /&gt;
sum(AlertCounts)  -&amp;gt; sum(yvalue) ?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 00:49:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drop-down-menu-loses-trend-line/m-p/49734#M11944</guid>
      <dc:creator>HiroshiSatoh</dc:creator>
      <dc:date>2013-08-29T00:49:56Z</dc:date>
    </item>
  </channel>
</rss>

