<?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: layoutPanel - how to specify rows and columns in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42124#M2029</link>
    <description>&lt;P&gt;Do you have anything using panel_row1_col1?  The row/panel magic in dashboard.html requires that if you use row2, you must have already used row1.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 13:57:35 GMT</pubDate>
    <dc:creator>araitz</dc:creator>
    <dc:date>2020-09-28T13:57:35Z</dc:date>
    <item>
      <title>layoutPanel - how to specify rows and columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42120#M2025</link>
      <description>&lt;P&gt;The below snippet extracted from the lister module intro example. &lt;BR /&gt;&lt;BR /&gt;
No results are displayed while using the below layoutPanel. Do we have to use any additional parameters?&lt;BR /&gt;
&lt;BR /&gt; module name="HiddenSearch" layoutPanel="panel_row2_col1"&lt;BR /&gt;
        group="Drilldowns - 1"  autoRun="True"&lt;BR /&gt;
&lt;BR /&gt; results are displayed while using layoutPanel="mainSearchControls"&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42120#M2025</guid>
      <dc:creator>p_basanth</dc:creator>
      <dc:date>2020-09-28T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: layoutPanel - how to specify rows and columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42121#M2026</link>
      <description>&lt;P&gt;What view template are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 05:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42121#M2026</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-05-22T05:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: layoutPanel - how to specify rows and columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42122#M2027</link>
      <description>&lt;P&gt;Hi Ayn,&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
I tried with view template="dashboard.html" as well as blank view. Failure in both cases.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 08:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42122#M2027</guid>
      <dc:creator>p_basanth</dc:creator>
      <dc:date>2013-05-22T08:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: layoutPanel - how to specify rows and columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42123#M2028</link>
      <description>&lt;P&gt;Your specification of the &lt;STRONG&gt;layoutPanel&lt;/STRONG&gt; appears to be correct.  Can you post some more of your xml?  At the risk of telling you something you may already know/have in place, you need a results module of some kind downstream from the HiddenSearch to display your results, like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...My View XML...
&amp;lt;module name="HiddenSearch" layoutPanel="panel_row1_col1" group="Drilldowns - 1" autoRun="True"&amp;gt;
    &amp;lt;param name="search"&amp;gt;mySearchParams&amp;lt;/param&amp;gt;
    &amp;lt;module name="Paginator"&amp;gt;
        &amp;lt;param name="entityName"&amp;gt;events&amp;lt;/param&amp;gt;
        &amp;lt;module name="SimpleResultsTable"&amp;gt;
            &amp;lt;param name="drilldown&amp;gt;all&amp;lt;/param&amp;gt;
        &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;       
&amp;lt;/module&amp;gt;
...The rest of My View XML...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Like I said, you may already know this or have it in your view, but I thought I'd offer it up anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 12:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42123#M2028</guid>
      <dc:creator>wpreston</dc:creator>
      <dc:date>2013-05-22T12:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: layoutPanel - how to specify rows and columns</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42124#M2029</link>
      <description>&lt;P&gt;Do you have anything using panel_row1_col1?  The row/panel magic in dashboard.html requires that if you use row2, you must have already used row1.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/layoutPanel-how-to-specify-rows-and-columns/m-p/42124#M2029</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2020-09-28T13:57:35Z</dc:date>
    </item>
  </channel>
</rss>

