I have a Sideview Utils created view/dashboard that requires many searches and I want them to run serially. The modules are organized like this:
root | TimeRangePicker | Button | | | | | | Search Search Search Search Search Search ... ... ... ... ... ...I am at a loss on how do this. The only solution I can think of is to chain the searches together with the Gate module, but that does not seem ideal.
Thanks, Joe