Quantcast
Channel: Latest Questions on Splunk Answers
Viewing all articles
Browse latest Browse all 13053

Displaying results table in tab switcher tab, BEFORE clicking on drilldown field in panel above

$
0
0

I have a dashboard with two panels. The first panel contains a table which is a drilldown table. When the value is clicked, the second panel has three tabs with different searches, for the filtered by the clicked item. The drilldown and intention, etc all work fine. The problem is before you click, the second panel is hidden, or blank. The customer would like there to be a default search results shown (as if it were clicked!) I unfortunately cannot use sideview utils and all its wonderfulness :(

This is the xml (partial) for the dashboard: <module name="StaticContentSample" layoutpanel="panel_row2_col1_grp1"> <param name="text"><h1>Library</h1></param> </module> <module name="HiddenSavedSearch" layoutpanel="panel_row2_col1_grp1" group=" " autorun="True"> <param name="savedSearch">remote_level1_lib</param> <module name="ModifiedSimpleResultsTable"> <param name="drilldown">all</param> <param name="showResetButton">false</param> <param name="displayRowNumbers">False</param> <module name="EnablePreview"> <param name="enable">True</param> <param name="display">False</param> <module name="ConvertToIntention"> <param name="intention"> <param name="name">addterm</param> <param name="arg"> <param name="libname">$click.value$</param> </param> </param> <module name="SimpleResultsHeader" layoutpanel="panel_row4_col1"> <param name="entityName">results</param> <param name="headerFormat"> Details for Remote Monitor Library $click.value$ </param> </module> <module name="TabSwitcher" layoutpanel="panel_row4_col1"> <param name="mode">independent</param> <param name="selected">Subsystems</param> <module name="HiddenSearch" layoutpanel="panel_row4_col1_grp1" group="Subsystem" autorun="True"> <param name="search"> mysearch1here </param> <module name="Paginator"> <param name="count">25</param> <param name="entityName">results</param> <param name="maxPages">10</param> <module name="HiddenFieldPicker"> <param name="strictMode">True</param> <module name="ModifiedSimpleResultsTable" layoutpanel="panel_row4_col1"> <param name="showResetButton">false</param> <param name="allowTransformedFieldSelect">True</param> <module name="ModifiedViewRedirector"> <param name="viewTarget">flashtimeline</param> </module> </module> </module> </module> </module> <module name="HiddenSearch" layoutpanel="panel_row4_col1_grp2" group="Functional" autorun="True"> <param name="search"> mysearch2here </param> <module name="Paginator"> <param name="count">25</param> <param name="entityName">results</param> <param name="maxPages">10</param> <module name="HiddenFieldPicker"> <param name="strictMode">True</param> <module name="ModifiedSimpleResultsTable" layoutpanel="panel_row4_col1"> <param name="showResetButton">false</param> <param name="allowTransformedFieldSelect">True</param> <module name="ModifiedViewRedirector"> <param name="viewTarget">flashtimeline</param> </module> </module> </module> </module> </module> <module name="HiddenSearch" layoutpanel="panel_row4_col1_grp3" group="BIT" autorun="True"> <param name="search"> mysearch3here </param> <module name="Paginator"> <param name="count">25</param> <param name="entityName">results</param> <param name="maxPages">10</param> <module name="HiddenFieldPicker"> <param name="strictMode">True</param> <module name="ModifiedSimpleResultsTable" layoutpanel="panel_row4_col1"> <param name="showResetButton">false</param> <param name="allowTransformedFieldSelect">True</param> <module name="ModifiedViewRedirector"> <param name="viewTarget">flashtimeline</param> </module> </module> </module> </module> </module> </module> </module> </module> </module> </module> </view>`


Viewing all articles
Browse latest Browse all 13053

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>