Hey,
I have a Titlebar module in my form with the following code:
<module name="TitleBar" layoutPanel="viewHeader">
<param name="actionsMenuFilter">dashboard</param>
</module>
When I carry out a search in my form and click on the Actions dropdown menu, the 'Export Results...' option is not displayed.
How can I get this option to be displayed in my form after a search is carried out?
Furthermore,
When I commented the following line of code as shown below and executed a form search:
<module name="TitleBar" layoutPanel="viewHeader">
<!-- <param name="actionsMenuFilter">dashboard</param> -->
</module>
the following was shown when I clicked on the Actions menu. 'Export Results...' cannot be selected:
How can I change that?
Thanks in advance for your help.
Check out : http://answers.splunk.com/questions/925/in-the-titlebar-module-is-it-possible-to-limit-the-list-of-a...
it's a great workaround creating a button for export results .
Oops, sorry , my answer is relevant if you want to show the export result feature alone .
Hi Thanks for your help. I have an 'Export...' button now which is great. However, after I do a form search and the results table is complete, when I click on this Export button, I get a message which says, "You haven't run a search yet. Run one first". What can I do to get this export button working?
Check out : http://answers.splunk.com/questions/925/in-the-titlebar-module-is-it-possible-to-limit-the-list-of-a...
it's a great workaround creating a button for export results .