<?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: Can Sideview Search module wait for submit button? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106583#M7486</link>
    <description>&lt;P&gt;Also, there is a parameter for 'auto run' in the pulldown module. If you change this to 'false' it may help you as well.   by default I believe it's set to yes. &lt;/P&gt;

&lt;P&gt;if you're using the sideview editor just 'edit' all parameters on that module in your specific view. You will see it when you scroll to the bottom. &lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2013 21:21:06 GMT</pubDate>
    <dc:creator>tmarlette</dc:creator>
    <dc:date>2013-04-26T21:21:06Z</dc:date>
    <item>
      <title>Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106580#M7483</link>
      <description>&lt;P&gt;I'm using sideview utils to dynamically populate dropdown boxes when I load a view.  The first second box will update based on the value of the chosen for the first dropdown box.  However, I don't want the results of the downstream searches that use the values the user choses to execute until the user chooses the timerangepicker and chooses submit.   is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2013 18:58:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106580#M7483</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-04-25T18:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106581#M7484</link>
      <description>&lt;P&gt;You can use the Button module below your form element modules, and set the allowSoftSubmit param to False, eg: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="Button"&amp;gt;
  &amp;lt;param name="allowSoftSubmit"&amp;gt;False&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The Button module &lt;EM&gt;also&lt;/EM&gt; has a param called allowAutoSubmit.  If you are using the URLLoader module in this view to allow you to link to this view and prepopulate the selected items in the Pulldowns from drilldown arguments,  then you should learn about both of them.  &lt;/P&gt;

&lt;P&gt;Basically, allowSoftSubmit controls whether the user has to click the green button to submit the main search, but allowSoftSubmit does NOT prevent the initial submit when the page is loading and it is given drilldown arguments from another page and &amp;amp;autoRun=True.   Instead that's what 'allowAutoSubmit' is for. with allowAutoSubmit you can basically allow autoRun logic to run in the top half of the view,  but stop dead before submitting whatever searches are below your Button. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2013 19:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106581#M7484</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-04-25T19:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106582#M7485</link>
      <description>&lt;P&gt;Thanks.. I just started using Sideview, and really like it, will try this parameter out.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 16:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106582#M7485</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-04-26T16:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106583#M7486</link>
      <description>&lt;P&gt;Also, there is a parameter for 'auto run' in the pulldown module. If you change this to 'false' it may help you as well.   by default I believe it's set to yes. &lt;/P&gt;

&lt;P&gt;if you're using the sideview editor just 'edit' all parameters on that module in your specific view. You will see it when you scroll to the bottom. &lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 21:21:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106583#M7486</guid>
      <dc:creator>tmarlette</dc:creator>
      <dc:date>2013-04-26T21:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106584#M7487</link>
      <description>&lt;P&gt;I'm sorry to contradict, but there is no param called autoRun on the Pulldown module.  The Sideview Editor may be  a little misleading here -- autoRun is not a param on any particular module, but an &lt;EM&gt;attribute&lt;/EM&gt; that you can put onto any module.   If you take another look at the Editor interface you'll see some docs come up in the lower left when you're editing autoRun. you should also be very sparing with it and only put it up at the top of chains of modules.    Furthermore setting autoRun to False will do nothing - not just for Pulldown but nothing for every module you might put it on.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2013 23:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106584#M7487</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-04-26T23:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Sideview Search module wait for submit button?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106585#M7488</link>
      <description>&lt;P&gt;tried that out.. and it worked perfectly.. thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 22:21:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Can-Sideview-Search-module-wait-for-submit-button/m-p/106585#M7488</guid>
      <dc:creator>richnavis</dc:creator>
      <dc:date>2013-04-29T22:21:46Z</dc:date>
    </item>
  </channel>
</rss>

