Dashboards & Visualizations

Calling a View from inside another View

alenseb
Communicator

Hi,

I am trying to call a View on click of a button from an other View.
On click of this button, a new windows opens but the URL there gets appended by "?q=search **"
Is there way to escape this?
This URL which is getting called:
http://user4-pc:8000/en-US/app/MyAppName/MyView?q=search%20***
If the called is the following, then it serves my purpose--
http://user4-pc:8000/en-US/app/MyAppName/MyView

Code from the view


GMaps

True

DenialGMap


0 Karma

sideview
SplunkTrust
SplunkTrust

I don't think that there is any way to stop the ?q=search behavior with the core ViewRedirector module.

However you could download the latest Sideview Utils from the sideview site ( http://sideviewapps.com/apps/sideview-utils/ ), and that will give you the Redirector module that you can use instead of ViewRedirector.

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").

Anyway, here's the config with Redirector instead of ViewRedirector.

<module name="SubmitButton" layoutpanel="panel_row2_col1">
   <param name="label">GMaps</param>

   <module name="Redirector"> 
     <param name="url">DenialGMap</param>
     <param name="popup">True</param>
   </module>
</module>
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...