<?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: Calling a View from inside another View in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Calling-a-View-from-inside-another-View/m-p/92943#M5057</link>
    <description>&lt;P&gt;I don't think that there is any way to stop the ?q=search behavior with the core ViewRedirector module. &lt;/P&gt;

&lt;P&gt;However you could download the latest Sideview Utils from the sideview site ( &lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt; ),  and that will give you the Redirector module that you can use instead of ViewRedirector.  &lt;/P&gt;

&lt;P&gt;With Redirector your config would look like this.   And I removed the HiddenSearch module because I don't think it was doing anything (besides perhaps changing "?q=search *"  to "?q=search").&lt;/P&gt;

&lt;P&gt;Anyway, here's the config with Redirector instead of ViewRedirector. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="SubmitButton" layoutpanel="panel_row2_col1"&amp;gt;
   &amp;lt;param name="label"&amp;gt;GMaps&amp;lt;/param&amp;gt;

   &amp;lt;module name="Redirector"&amp;gt; 
     &amp;lt;param name="url"&amp;gt;DenialGMap&amp;lt;/param&amp;gt;
     &amp;lt;param name="popup"&amp;gt;True&amp;lt;/param&amp;gt;
   &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 18 Oct 2012 06:44:48 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2012-10-18T06:44:48Z</dc:date>
    <item>
      <title>Calling a View from inside another View</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Calling-a-View-from-inside-another-View/m-p/92942#M5056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to call a View on click of a button from an other View.&lt;BR /&gt;
On click of this button, a new windows opens but the URL there gets appended by "&lt;STRONG&gt;&lt;CODE&gt;?q=search&lt;/CODE&gt; **"&lt;BR /&gt;
Is there way to escape this?&lt;BR /&gt;
This URL which is getting called:&lt;/STRONG&gt;&lt;CODE&gt;&lt;A href="http://user4-pc:8000/en-US/app/MyAppName/MyView?q=search%20" target="test_blank"&gt;http://user4-pc:8000/en-US/app/MyAppName/MyView?q=search%20&lt;/A&gt;&lt;/CODE&gt;***&lt;BR /&gt;
If the called is the following, then it serves my purpose--&lt;BR /&gt;
&lt;A href="http://user4-pc:8000/en-US/app/MyAppName/MyView"&gt;http://user4-pc:8000/en-US/app/MyAppName/MyView&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Code from the view&lt;BR /&gt;
    &lt;MODULE name="HiddenSearch" layoutpanel="panel_row1_col1" autorun="True"&gt;&lt;BR /&gt;
           &lt;MODULE name="SubmitButton" layoutpanel="panel_row2_col1"&gt;&lt;BR /&gt;
                 &lt;OBJECT&gt;&lt;PARAM name="label" /&gt;GMaps&lt;BR /&gt;
                   &lt;MODULE name="ViewRedirector"&gt; &lt;BR /&gt;
                      &lt;PARAM name="popup" /&gt;True&lt;BR /&gt;&lt;BR /&gt;
                     &lt;PARAM name="viewTarget" /&gt;DenialGMap&lt;BR /&gt;
                 &lt;/MODULE&gt;&lt;BR /&gt;
            &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;BR /&gt;
       &lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 10:44:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Calling-a-View-from-inside-another-View/m-p/92942#M5056</guid>
      <dc:creator>alenseb</dc:creator>
      <dc:date>2012-10-17T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a View from inside another View</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Calling-a-View-from-inside-another-View/m-p/92943#M5057</link>
      <description>&lt;P&gt;I don't think that there is any way to stop the ?q=search behavior with the core ViewRedirector module. &lt;/P&gt;

&lt;P&gt;However you could download the latest Sideview Utils from the sideview site ( &lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt; ),  and that will give you the Redirector module that you can use instead of ViewRedirector.  &lt;/P&gt;

&lt;P&gt;With Redirector your config would look like this.   And I removed the HiddenSearch module because I don't think it was doing anything (besides perhaps changing "?q=search *"  to "?q=search").&lt;/P&gt;

&lt;P&gt;Anyway, here's the config with Redirector instead of ViewRedirector. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="SubmitButton" layoutpanel="panel_row2_col1"&amp;gt;
   &amp;lt;param name="label"&amp;gt;GMaps&amp;lt;/param&amp;gt;

   &amp;lt;module name="Redirector"&amp;gt; 
     &amp;lt;param name="url"&amp;gt;DenialGMap&amp;lt;/param&amp;gt;
     &amp;lt;param name="popup"&amp;gt;True&amp;lt;/param&amp;gt;
   &amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Oct 2012 06:44:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Calling-a-View-from-inside-another-View/m-p/92943#M5057</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-10-18T06:44:48Z</dc:date>
    </item>
  </channel>
</rss>

