<?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: how to make an input form independant of other inputs. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552699#M38278</link>
    <description>&lt;P&gt;Below is the xml for panel in Question. I have used panel specific forms already.&lt;/P&gt;&lt;P&gt;&amp;lt;row depends="$showChart1$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Details of the Pending Files - - As per selection&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ID" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;ID&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Detailed report &amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;base query&amp;nbsp;Date IN($Date$) Template($Template$) ID IN ($ID$) earliest=-2h@m |&amp;nbsp; dedup SYSID | eval TIME_SPENT=round(((now()-strptime(T1,"%Y-%m-%d %H:%M:%S"))/3600),2)| table field1,field2, field3, TIME_SPENT &amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 May 2021 07:16:10 GMT</pubDate>
    <dc:creator>schou87</dc:creator>
    <dc:date>2021-05-24T07:16:10Z</dc:date>
    <item>
      <title>how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552693#M38275</link>
      <description>&lt;P&gt;I have 3 panels and three inputs ( two multiselect and one search input box). The first two panels in first row are column charts and the third panel element in second row is a table . I want to use the two multiselect dropdowns to populate data in all the 3 panels. But the select text input should only affect results of third&amp;nbsp; panel after data is populated by the dropdowns.&lt;/P&gt;&lt;P&gt;Is there a way I can use search input after information is populated as a result of the dropdowns and get the required information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, I am getting "No result found "in the third panel which is actioned by both dropdowns and&amp;nbsp; the search input box .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 06:49:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552693#M38275</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T06:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552696#M38276</link>
      <description>&lt;P&gt;Build your search for the third panel so that the values from the dropdowns are used before the value from the text input&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 06:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552696#M38276</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T06:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552697#M38277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234244"&gt;@schou87&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I don't see any automated way to do what you ask, as a workaround you could populate the two dropdowns using a default value for the third input and eventually after panel's completion insert a value in the text search and execute a new search.&lt;/P&gt;&lt;P&gt;Actually I can't completely understand what you mean by "use search input after information is populated as a result of the dropdowns and get the required information": you want to have the results before using the third input, after use, or both ?&lt;/P&gt;&lt;P&gt;About the "No results found", to be helped you should share the search of the this panel and the inputs.&lt;/P&gt;&lt;P&gt;Last question: do you have "No results found" after the use of the thirtd input or also before (with a default value)?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552697#M38277</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-24T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552699#M38278</link>
      <description>&lt;P&gt;Below is the xml for panel in Question. I have used panel specific forms already.&lt;/P&gt;&lt;P&gt;&amp;lt;row depends="$showChart1$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Details of the Pending Files - - As per selection&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ID" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;ID&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Detailed report &amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;base query&amp;nbsp;Date IN($Date$) Template($Template$) ID IN ($ID$) earliest=-2h@m |&amp;nbsp; dedup SYSID | eval TIME_SPENT=round(((now()-strptime(T1,"%Y-%m-%d %H:%M:%S"))/3600),2)| table field1,field2, field3, TIME_SPENT &amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:16:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552699#M38278</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552700#M38279</link>
      <description>&lt;P&gt;&lt;SPAN&gt;you want to have the results before using the third input, after use, or both ? - after selecting input from dropdowns, once data is populated I want to be able to use search to filter results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;do you have "No results found" after the use of the thirtd input or also before (with a default value)? - there is no default value in search as of now . Below is xml for the panel in question&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;row depends="$showChart1$"&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Details of the Pending Files - - As per selection&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ID" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;ID&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Detailed report &amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;base query&amp;nbsp;Date IN($Date$) Template($Template$) ID IN ($ID$) earliest=-2h@m |&amp;nbsp; dedup SYSID | eval TIME_SPENT=round(((now()-strptime(T1,"%Y-%m-%d %H:%M:%S"))/3600),2)| table field1,field2, field3, TIME_SPENT &amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552700#M38279</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T07:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552701#M38280</link>
      <description>&lt;P&gt;Have you tried opening the search in a search tab and see whether the search query makes sense?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552701#M38280</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T07:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552702#M38281</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234244"&gt;@schou87&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;did you use commas between the words you inserted in the text input?&lt;/P&gt;&lt;P&gt;The IN operator requires that you divide terms to search using commas.&lt;/P&gt;&lt;P&gt;A little hint: when you have to share code in a Community message (as in your last message), please use the Insert/Edit code sample button (&amp;lt;/&amp;gt;) to better display it.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:31:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552702#M38281</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-24T07:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552708#M38283</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, I have only one token to be passed for a particular field. Hence there are no commas required.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552708#M38283</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T07:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552710#M38284</link>
      <description>&lt;P&gt;The search query makes sense . I am just little skeptical if the tokens are passed in the right way or not in the query for my purpose.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552710#M38284</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T07:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552711#M38285</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234244"&gt;@schou87&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if you put only one word in the text input have you results?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 07:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552711#M38285</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-24T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552712#M38286</link>
      <description>&lt;P&gt;You could try using a token modifier which will put the token value in quotes for example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;IN ($ID|s$)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 May 2021 07:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552712#M38286</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552717#M38287</link>
      <description>&lt;P&gt;I am using the tokens in similar way for the other chart elements that use the dropdown. And they seem to work perfectly.&lt;/P&gt;&lt;P&gt;The panel say "No results found" when i refresh the page is because there is no id input to begin with as it filters data based on default which ID = null although the other two token conditions are met.&lt;/P&gt;&lt;P&gt;How do I have the infomation populated already using the dropdown tokens and then use the text input to filter data.?&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 08:18:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552717#M38287</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T08:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552718#M38288</link>
      <description>&lt;P&gt;When I put a value in search text input, nothing comes up.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 08:17:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552718#M38288</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T08:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552720#M38290</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234244"&gt;@schou87&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As I said, use a default value (*) for the third input and see the results.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 08:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552720#M38290</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-24T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552723#M38291</link>
      <description>&lt;P&gt;Or have the change handler for the text input set a different token with the complete phrase of the search&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;set token="in_token"&amp;gt;ID IN ($ID$)&amp;lt;/set&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and use this token in the search&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Template($Template$) $in_token$ earliest=-2h@m&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 24 May 2021 08:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552723#M38291</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-05-24T08:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to make an input form independant of other inputs.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552724#M38292</link>
      <description>&lt;P&gt;Worked perfect. Guess I was thinking too far ahead and missed a simple thing.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 08:28:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-make-an-input-form-independant-of-other-inputs/m-p/552724#M38292</guid>
      <dc:creator>schou87</dc:creator>
      <dc:date>2021-05-24T08:28:34Z</dc:date>
    </item>
  </channel>
</rss>

