<?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 Checkboxes dynamic list only show less than 100 checkboxes populated from a savedsearch in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106303#M7465</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have a saved search with more than 100 values that i would like to show in checkboxes modules of sideview. How to do that?&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Search" layoutpanel="panel_row2_col1" group="Select a Series and a Locations" autorun="true"&gt;&lt;BR /&gt;
  &lt;OBJECT&gt;&lt;PARAM name="search" /&gt;&amp;lt;![CDATA[&lt;BR /&gt;
    |savedsearch Reports_Listing &lt;BR /&gt;
  ]]&amp;gt;&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Checkboxes"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="name" /&gt;REPORTS&lt;BR /&gt;
    &lt;PARAM name="valueField" /&gt;value&lt;BR /&gt;
    &lt;PARAM name="labelField" /&gt;label&lt;BR /&gt;
   &lt;PARAM name="separator" /&gt;+OR+ &lt;BR /&gt;
    &lt;PARAM name="template" /&gt;ACTIONNAME="$REPORTS$"&lt;BR /&gt;
    &lt;PARAM name="outerTemplate" /&gt;( $value$ )&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2013 08:16:42 GMT</pubDate>
    <dc:creator>royimad</dc:creator>
    <dc:date>2013-07-25T08:16:42Z</dc:date>
    <item>
      <title>Checkboxes dynamic list only show less than 100 checkboxes populated from a savedsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106303#M7465</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I have a saved search with more than 100 values that i would like to show in checkboxes modules of sideview. How to do that?&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Search" layoutpanel="panel_row2_col1" group="Select a Series and a Locations" autorun="true"&gt;&lt;BR /&gt;
  &lt;OBJECT&gt;&lt;PARAM name="search" /&gt;&amp;lt;![CDATA[&lt;BR /&gt;
    |savedsearch Reports_Listing &lt;BR /&gt;
  ]]&amp;gt;&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;

&lt;P&gt;&lt;MODULE name="Checkboxes"&gt;&lt;BR /&gt;
    &lt;OBJECT&gt;&lt;PARAM name="name" /&gt;REPORTS&lt;BR /&gt;
    &lt;PARAM name="valueField" /&gt;value&lt;BR /&gt;
    &lt;PARAM name="labelField" /&gt;label&lt;BR /&gt;
   &lt;PARAM name="separator" /&gt;+OR+ &lt;BR /&gt;
    &lt;PARAM name="template" /&gt;ACTIONNAME="$REPORTS$"&lt;BR /&gt;
    &lt;PARAM name="outerTemplate" /&gt;( $value$ )&lt;/OBJECT&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2013 08:16:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106303#M7465</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-07-25T08:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Checkboxes dynamic list only show less than 100 checkboxes populated from a savedsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106304#M7466</link>
      <description>&lt;P&gt;By default the module will only render 50 dynamic checkboxes, but you can raise this ceiling by setting the "count" param. &lt;/P&gt;

&lt;P&gt;ie &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;param name="count"&amp;gt;200&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This param isn't mentioned in the normal Sideview Utils docs page for Checkboxes, but if you click the link that says "Read the specification for the Sideview module: Checkboxes and its params.", those specification pages always list every param and their descriptions, so you can read about it there.  &lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2013 10:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106304#M7466</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-07-25T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Checkboxes dynamic list only show less than 100 checkboxes populated from a savedsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106305#M7467</link>
      <description>&lt;P&gt;Is there any technique that i can use to add a button to check/uncheck all checkboxes?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106305#M7467</guid>
      <dc:creator>royimad</dc:creator>
      <dc:date>2013-09-23T13:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Checkboxes dynamic list only show less than 100 checkboxes populated from a savedsearch</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106306#M7468</link>
      <description>&lt;P&gt;I would wait until Sideview Utils 2.7, coming out soon, wherein I've made it so you can have a ValueSetter set REPORT to "*" upstream, and your Checkboxes will select all.&lt;/P&gt;

&lt;P&gt;There is technically a really janky way -- Use a postprocess search to make a giant concatenated string of all the values, use ResultsValueSetter to pull down that string, use ValueSetter to split it into an array-valued key in the UI. If you do stitch all of this in between Checkboxes and its Search, and that ValueSetter has the same name as the Checkboxes module it'll populate them all. Like I said, janky!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2013 00:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Checkboxes-dynamic-list-only-show-less-than-100-checkboxes/m-p/106306#M7468</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-10-09T00:06:50Z</dc:date>
    </item>
  </channel>
</rss>

