<?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: Read Only Fieldset Input from Dynamic Drilldown in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Read-Only-Fieldset-Input-from-Dynamic-Drilldown/m-p/63645#M3330</link>
    <description>&lt;P&gt;It turns out that the answer is to use the Redirector and URLLoader modules of Sideview.  So the above example would become: -&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form A:&lt;/STRONG&gt;&lt;BR /&gt;
    &lt;MODULE name="Redirector"&gt;&lt;BR /&gt;
      &lt;OBJECT&gt;&lt;PARAM name="url" /&gt;form_b&lt;BR /&gt;
      &lt;PARAM name="arg.field_1&amp;gt;$click.value$&amp;lt;/param&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;param name=" arg.field_2="" /&gt;$click.value2$&lt;BR /&gt;
      &lt;PARAM name="arg.earliest" /&gt;$search.timeRange.earliest$&lt;BR /&gt;
      &lt;PARAM name="arg.latest" /&gt;$search.timeRange.latest$&lt;BR /&gt;
    &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;And the receiving view would retrieve these values using: -&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form B:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="URLLoader" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
  &amp;lt;module name="search"&amp;gt;
    &amp;lt;param name="search"&amp;gt;index="example" company="$field_1$"&amp;lt;/param&amp;gt;
etc.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Am going to have to take a closer look at Sideview.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:02:00 GMT</pubDate>
    <dc:creator>Jodge</dc:creator>
    <dc:date>2020-09-28T13:02:00Z</dc:date>
    <item>
      <title>Read Only Fieldset Input from Dynamic Drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Read-Only-Fieldset-Input-from-Dynamic-Drilldown/m-p/63644#M3329</link>
      <description>&lt;P&gt;Is it possible to have a fieldset input which is either &lt;EM&gt;hidden&lt;/EM&gt; or &lt;EM&gt;read only&lt;/EM&gt;?&lt;/P&gt;

&lt;P&gt;The scenario is Form A has a dynamic drilldown to Form B.  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form A:&lt;/STRONG&gt;&lt;BR /&gt;
    &lt;DRILLDOWN&gt;&lt;BR /&gt;
      &lt;LINK /&gt;&lt;BR /&gt;
        /app/example/form_b?form.field_1=$click.value$&amp;amp;form.field_2=$click.value2$&lt;BR /&gt;
      &lt;BR /&gt;
    &lt;/DRILLDOWN&gt;&lt;/P&gt;

&lt;P&gt;So Form B has fieldset &amp;amp; input entries with the tokens from the drilldown.  &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form B:&lt;/STRONG&gt;&lt;BR /&gt;
    &lt;FIELDSET&gt;&lt;BR /&gt;
      &lt;INPUT token="field_1" /&gt;&lt;BR /&gt;
        &lt;LABEL&gt;Field 1:&lt;/LABEL&gt;&lt;BR /&gt;
      &lt;BR /&gt;
      &lt;INPUT token="field_2" /&gt;&lt;BR /&gt;
        &lt;LABEL&gt;Field 2:&lt;/LABEL&gt;&lt;BR /&gt;
      &lt;BR /&gt;
    &lt;/FIELDSET&gt;&lt;/P&gt;

&lt;P&gt;But do not want the user to be able to &lt;EM&gt;change&lt;/EM&gt; or maybe even &lt;EM&gt;see&lt;/EM&gt; these values.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Read-Only-Fieldset-Input-from-Dynamic-Drilldown/m-p/63644#M3329</guid>
      <dc:creator>Jodge</dc:creator>
      <dc:date>2020-09-28T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Read Only Fieldset Input from Dynamic Drilldown</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Read-Only-Fieldset-Input-from-Dynamic-Drilldown/m-p/63645#M3330</link>
      <description>&lt;P&gt;It turns out that the answer is to use the Redirector and URLLoader modules of Sideview.  So the above example would become: -&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form A:&lt;/STRONG&gt;&lt;BR /&gt;
    &lt;MODULE name="Redirector"&gt;&lt;BR /&gt;
      &lt;OBJECT&gt;&lt;PARAM name="url" /&gt;form_b&lt;BR /&gt;
      &lt;PARAM name="arg.field_1&amp;gt;$click.value$&amp;lt;/param&amp;gt;&amp;lt;br&amp;gt;
      &amp;lt;param name=" arg.field_2="" /&gt;$click.value2$&lt;BR /&gt;
      &lt;PARAM name="arg.earliest" /&gt;$search.timeRange.earliest$&lt;BR /&gt;
      &lt;PARAM name="arg.latest" /&gt;$search.timeRange.latest$&lt;BR /&gt;
    &lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;And the receiving view would retrieve these values using: -&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Form B:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="URLLoader" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
  &amp;lt;module name="search"&amp;gt;
    &amp;lt;param name="search"&amp;gt;index="example" company="$field_1$"&amp;lt;/param&amp;gt;
etc.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Am going to have to take a closer look at Sideview.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:02:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Read-Only-Fieldset-Input-from-Dynamic-Drilldown/m-p/63645#M3330</guid>
      <dc:creator>Jodge</dc:creator>
      <dc:date>2020-09-28T13:02:00Z</dc:date>
    </item>
  </channel>
</rss>

