I've built a dashboard where users can do a drilldown by selecting an order status in a drop-down list, and then clicking the orderType with that status
Is it possible to add a multi-click feature, where a user can click multiple status's to drill down in to those orders?
Thanks!
For multi selections, You can use the http://docs.splunk.com/Documentation/WebFramework "MultiDropdownView"
in that case, apparently it is included with sideviewutils http://answers.splunk.com/answers/13393/how-to-create-multiselect-drop-down-field
Heres an example:
Thatnks for your quick response! I am actually using tokens, it's advanced XML with the SideViewUtils module.