<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dashboard filter should work on a tabular panel without the visibility of that filter column? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641367#M222204</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254172"&gt;@Vish&lt;/a&gt;&amp;nbsp;- Your query would be something like this to achieve it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;..... &amp;lt;your original search&amp;gt; ....
| search BASKET=$tok_basket$
| stats values(AGE) as AGE by COMPONENT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Here in this query, $tok_basket$ is filtering the results as you asked.&lt;/LI&gt;&lt;LI&gt;And then &lt;STRONG&gt;| stats ... by COMPONENT&lt;/STRONG&gt;&amp;nbsp;as you asked to get only one line instead of multiple lines.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly upvote if you found it helpful!!!&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2023 05:38:50 GMT</pubDate>
    <dc:creator>VatsalJagani</dc:creator>
    <dc:date>2023-04-26T05:38:50Z</dc:date>
    <item>
      <title>How to achieve dashboard filter on a tabular panel without the visibility of that filter column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641258#M222201</link>
      <description>&lt;P&gt;So I have a tabular chart as below with component, basket and ageing for 1 to 10 days.&lt;BR /&gt;&lt;BR /&gt;So basically i am finding out the ageing of each component and also a basket filter to filter out the component based on different basket.&lt;BR /&gt;&lt;BR /&gt;But i don't want the basket column to be in my tabular chart like if u can see the last 2 rows are of same component but different basket now i want a single row of each component and i will add a filter using the basket column and it has to filter out according but my below tabular chart should be change to a tabular chart having only component column and age column (and only one row for each component).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vish_0-1682421585367.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25060i29C44CDC4E7D5567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vish_0-1682421585367.png" alt="Vish_0-1682421585367.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So is it possible to do it. If yes, please help out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 12:55:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641258#M222201</guid>
      <dc:creator>Vish</dc:creator>
      <dc:date>2023-04-26T12:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard filter should work on a tabular panel without the visibilty of that filter column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641262#M222202</link>
      <description>&lt;P class="lia-align-left"&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254172"&gt;@Vish&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;As per the requested query,&lt;BR /&gt;the following search could be used,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;index=&amp;lt;index_name&amp;gt; sourcetype=&amp;lt;sourcetype_name&amp;gt;&lt;BR /&gt;| table COMPONENT, BASKET, AGE&lt;BR /&gt;| search BASKET=$tok_basket$&lt;BR /&gt;| fields - BASKET&lt;BR /&gt;&lt;BR /&gt;Here, the filter $tok_basket$ passes the BASKET number as the user selects and filters out the results.&lt;BR /&gt;&lt;BR /&gt;Kindly support the answer if found helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 11:59:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641262#M222202</guid>
      <dc:creator>seemanshu</dc:creator>
      <dc:date>2023-04-25T11:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard filter should work on a tabular panel without the visibilty of that filter column</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641364#M222203</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/111694"&gt;@seemanshu&lt;/a&gt;&amp;nbsp; This is valid if the Basket has to be removed from output but i want the rows to be combined as a single row, like the last 2 rows of my below picture as to be a single row&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 04:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641364#M222203</guid>
      <dc:creator>Vish</dc:creator>
      <dc:date>2023-04-26T04:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard filter should work on a tabular panel without the visibility of that filter column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641367#M222204</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254172"&gt;@Vish&lt;/a&gt;&amp;nbsp;- Your query would be something like this to achieve it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;..... &amp;lt;your original search&amp;gt; ....
| search BASKET=$tok_basket$
| stats values(AGE) as AGE by COMPONENT&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Here in this query, $tok_basket$ is filtering the results as you asked.&lt;/LI&gt;&lt;LI&gt;And then &lt;STRONG&gt;| stats ... by COMPONENT&lt;/STRONG&gt;&amp;nbsp;as you asked to get only one line instead of multiple lines.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly upvote if you found it helpful!!!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 05:38:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641367#M222204</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2023-04-26T05:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard filter should work on a tabular panel without the visibility of that filter column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641371#M222205</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254172"&gt;@Vish&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for the update.&lt;BR /&gt;As per the recent requirement, if the rows with similar COMPONENT are required to be combined in a single row, then one of the following options could be used,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if the BASKET is required in the final result, then use the following search,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;index_name&amp;gt; sourcetype=&amp;lt;sourcetype_name&amp;gt;
| table COMPONENT, BASKET, AGE
| search BASKET=$tok_basket$
| stats values(AGE) as AGE, values(BASKET) as BAKSET by COMPONENT &lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;if BASKET is NOT required in the final results, then use the following search,&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;index_name&amp;gt; sourcetype=&amp;lt;sourcetype_name&amp;gt;
| table COMPONENT, BASKET, AGE
| search BASKET=$tok_basket$
| stats values(AGE) as AGE by COMPONENT &lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;Here, the filter $tok_basket$ passes the BASKET number as the user selects and filters out the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly support the answer if found helpful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 05:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641371#M222205</guid>
      <dc:creator>seemanshu</dc:creator>
      <dc:date>2023-04-26T05:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard filter should work on a tabular panel without the visibility of that filter column?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641522#M222235</link>
      <description>&lt;P&gt;The solution gave a partial answer, my components got combined but in my ageing column data is missing&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;this output should be these combination&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vish_1-1682568385665.png" style="width: 718px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25102iF4367536B3C4B071/image-dimensions/718x35?v=v2" width="718" height="35" role="button" title="Vish_1-1682568385665.png" alt="Vish_1-1682568385665.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;but i have got this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vish_0-1682568323595.png" style="width: 1098px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/25100iE766C44D02CD9604/image-dimensions/1098x44?v=v2" width="1098" height="44" role="button" title="Vish_0-1682568323595.png" alt="Vish_0-1682568323595.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;few values are reversed also like the values of age of basket 3 is exhanged with basket 4&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 04:11:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-achieve-dashboard-filter-on-a-tabular-panel-without-the/m-p/641522#M222235</guid>
      <dc:creator>Vish</dc:creator>
      <dc:date>2023-04-27T04:11:08Z</dc:date>
    </item>
  </channel>
</rss>

