<?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 Change command is not working for checkbox in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291593#M162009</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;I am trying to assign values to the token based on the values selected in the check box.&lt;BR /&gt;
If label="All" then I am assigning new token " t1=show all files" but this value is not been displayed in the Title .&lt;BR /&gt;
It is displaying "$t1$" as title&lt;BR /&gt;
But if use $Shift$ in the Title then it is showing the Values  based on the checkbox clicked&lt;BR /&gt;
Please help me in finding out the reason value is not displayed for $t1$&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="checkbox" token="Shift" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Shift&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="Batch Mode"&amp;gt;Batch&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="Online Mode"&amp;gt;Afternoon&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;
 &amp;lt;change&amp;gt;
    &amp;lt;condition label="All"&amp;gt;
        &amp;lt;set token="t1"&amp;gt;show all files&amp;lt;/set&amp;gt;
        &amp;lt;set token="t2"&amp;gt;testing&amp;lt;/set&amp;gt;
   &amp;lt;/condition&amp;gt;
  &amp;lt;/change&amp;gt;
 &amp;lt;/fieldset&amp;gt;

&amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;"$t1$"&amp;lt;/title&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Mar 2018 11:04:04 GMT</pubDate>
    <dc:creator>madakkas</dc:creator>
    <dc:date>2018-03-27T11:04:04Z</dc:date>
    <item>
      <title>Change command is not working for checkbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291593#M162009</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;

&lt;P&gt;I am trying to assign values to the token based on the values selected in the check box.&lt;BR /&gt;
If label="All" then I am assigning new token " t1=show all files" but this value is not been displayed in the Title .&lt;BR /&gt;
It is displaying "$t1$" as title&lt;BR /&gt;
But if use $Shift$ in the Title then it is showing the Values  based on the checkbox clicked&lt;BR /&gt;
Please help me in finding out the reason value is not displayed for $t1$&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="checkbox" token="Shift" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Shift&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="Batch Mode"&amp;gt;Batch&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="Online Mode"&amp;gt;Afternoon&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;
 &amp;lt;change&amp;gt;
    &amp;lt;condition label="All"&amp;gt;
        &amp;lt;set token="t1"&amp;gt;show all files&amp;lt;/set&amp;gt;
        &amp;lt;set token="t2"&amp;gt;testing&amp;lt;/set&amp;gt;
   &amp;lt;/condition&amp;gt;
  &amp;lt;/change&amp;gt;
 &amp;lt;/fieldset&amp;gt;

&amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;"$t1$"&amp;lt;/title&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:04:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291593#M162009</guid>
      <dc:creator>madakkas</dc:creator>
      <dc:date>2018-03-27T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change command is not working for checkbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291594#M162010</link>
      <description>&lt;P&gt;Hey&lt;/P&gt;

&lt;P&gt;Checkboxes values passed to other panels is a known issue that you can find help for in this question:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/314505/how-to-pass-selected-checkbox-values-to-drilldown.html"&gt;https://answers.splunk.com/answers/314505/how-to-pass-selected-checkbox-values-to-drilldown.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291594#M162010</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2018-03-27T11:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change command is not working for checkbox</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291595#M162011</link>
      <description>&lt;P&gt;Hi @madakkas,&lt;BR /&gt;
Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;change&amp;gt;
     &amp;lt;condition match="$Shift$==&amp;amp;quot;*&amp;amp;quot;"&amp;gt;
         &amp;lt;set token="t1"&amp;gt;show all files&amp;lt;/set&amp;gt;
         &amp;lt;set token="t2"&amp;gt;testing&amp;lt;/set&amp;gt;
    &amp;lt;/condition&amp;gt;
    &amp;lt;condition&amp;gt;
          &amp;lt;unset token="t1"&amp;gt;&amp;lt;/unset&amp;gt;
          &amp;lt;unset token="t2"&amp;gt;&amp;lt;/unset&amp;gt;
        &amp;lt;/condition&amp;gt;
   &amp;lt;/change&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Change-command-is-not-working-for-checkbox/m-p/291595#M162011</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-03-27T11:38:13Z</dc:date>
    </item>
  </channel>
</rss>

