<?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 Display same JSChart in pages inside LinkSwitcher module after use Multiplexer in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19879#M357</link>
    <description>&lt;P&gt;I am using a Multiplexer module inside a LinkSwitcher module. There are "Page 1" and "Page 2" link element inside the LinkSwitcher module. I use Multiplexer module in "Page 2" to display multiple JSChart based on field "feature". Indeed, it will display the correct charts in "Page 2". But when I click on "Page 1", the same charts will appear also. What can I do so that the charts will only show in "Page 2"? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="LinkSwitcher" layoutPanel="panel_row1_col1"&amp;gt;
    &amp;lt;param name="mode"&amp;gt;independent&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt; &amp;lt;/param&amp;gt;

    &amp;lt;module name="Search" group="Page 1" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search&amp;gt;&amp;lt;/param&amp;gt;

      &amp;lt;module name="Pulldown"&amp;gt;
        :

        &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
          &amp;lt;param name="search"&amp;gt;&amp;lt;my_search2&amp;gt;&amp;lt;/param&amp;gt;
          &amp;lt;module name="Pulldown"&amp;gt;

          &amp;lt;/module&amp;gt;          
        &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;

      &amp;lt;module name="Search" group="Page 2" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
        &amp;lt;param name="search"&amp;gt;&amp;lt;my_search&amp;gt;&amp;lt;/param&amp;gt;
        &amp;lt;module name="Pulldown"&amp;gt;
          :

          &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
            &amp;lt;param name="search"&amp;gt;&amp;lt;my_search2&amp;gt;&amp;lt;/param&amp;gt;
            &amp;lt;module name="Pulldown"&amp;gt;
              :

              &amp;lt;module name="Search" layoutPanel="panel_row2_col1"&amp;gt;
                &amp;lt;param name="search"&amp;gt;&amp;lt;my_search3&amp;gt;&amp;lt;/param&amp;gt;
                &amp;lt;module name="PostProcess"&amp;gt;
                  &amp;lt;param name="search"&amp;gt;&amp;lt;my_search4&amp;gt;&amp;lt;/param&amp;gt;
                  &amp;lt;module name="Pulldown"&amp;gt;
                    :

                    &amp;lt;module name="PostProcess"&amp;gt;
                      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search5&amp;gt;&amp;lt;/param&amp;gt;                                
                        &amp;lt;module name="JobProgressIndicator"/&amp;gt;
                        &amp;lt;module name="JSChart"&amp;gt;
                          &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                          &amp;lt;param name="height"&amp;gt;200px&amp;lt;/param&amp;gt;
                        &amp;lt;/module&amp;gt; 
                    &amp;lt;/module&amp;gt;

                    &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
                      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search6&amp;gt;&amp;lt;/param&amp;gt;

                      &amp;lt;module name="Multiplexer"&amp;gt;
                        &amp;lt;param name="field"&amp;gt;feature&amp;lt;/param&amp;gt;
                        &amp;lt;module name="Search"&amp;gt;
                          &amp;lt;param name="search"&amp;gt;&amp;lt;my_search7&amp;gt;&amp;lt;/param&amp;gt;

                          &amp;lt;module name="HTML"&amp;gt;
                            &amp;lt;param name="html"&amp;gt;&amp;lt;![CDATA[ 
                                    &amp;lt;h1&amp;gt;Passing Rate for $feature$&amp;lt;/h1&amp;gt;&amp;lt;br&amp;gt;
                                    &amp;lt;/div&amp;gt;
                                        ]]&amp;gt;&amp;lt;/param&amp;gt;
                          &amp;lt;/module&amp;gt;

                          &amp;lt;module name="JobProgressIndicator"/&amp;gt;
                          &amp;lt;module name="JSChart"&amp;gt;
                            &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                            &amp;lt;param name="height"&amp;gt;200px&amp;lt;/param&amp;gt;
                          &amp;lt;/module&amp;gt;
                        &amp;lt;/module&amp;gt;
                      &amp;lt;/module&amp;gt;
                    &amp;lt;/module&amp;gt;  
                  &amp;lt;/module&amp;gt;
                &amp;lt;/module&amp;gt;
              &amp;lt;/module&amp;gt;
            &amp;lt;/module&amp;gt;
          &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 30 Apr 2013 08:45:53 GMT</pubDate>
    <dc:creator>cycheng</dc:creator>
    <dc:date>2013-04-30T08:45:53Z</dc:date>
    <item>
      <title>Display same JSChart in pages inside LinkSwitcher module after use Multiplexer</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19879#M357</link>
      <description>&lt;P&gt;I am using a Multiplexer module inside a LinkSwitcher module. There are "Page 1" and "Page 2" link element inside the LinkSwitcher module. I use Multiplexer module in "Page 2" to display multiple JSChart based on field "feature". Indeed, it will display the correct charts in "Page 2". But when I click on "Page 1", the same charts will appear also. What can I do so that the charts will only show in "Page 2"? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="LinkSwitcher" layoutPanel="panel_row1_col1"&amp;gt;
    &amp;lt;param name="mode"&amp;gt;independent&amp;lt;/param&amp;gt;
    &amp;lt;param name="label"&amp;gt; &amp;lt;/param&amp;gt;

    &amp;lt;module name="Search" group="Page 1" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search&amp;gt;&amp;lt;/param&amp;gt;

      &amp;lt;module name="Pulldown"&amp;gt;
        :

        &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
          &amp;lt;param name="search"&amp;gt;&amp;lt;my_search2&amp;gt;&amp;lt;/param&amp;gt;
          &amp;lt;module name="Pulldown"&amp;gt;

          &amp;lt;/module&amp;gt;          
        &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;

      &amp;lt;module name="Search" group="Page 2" layoutPanel="panel_row1_col1" autoRun="True"&amp;gt;
        &amp;lt;param name="search"&amp;gt;&amp;lt;my_search&amp;gt;&amp;lt;/param&amp;gt;
        &amp;lt;module name="Pulldown"&amp;gt;
          :

          &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
            &amp;lt;param name="search"&amp;gt;&amp;lt;my_search2&amp;gt;&amp;lt;/param&amp;gt;
            &amp;lt;module name="Pulldown"&amp;gt;
              :

              &amp;lt;module name="Search" layoutPanel="panel_row2_col1"&amp;gt;
                &amp;lt;param name="search"&amp;gt;&amp;lt;my_search3&amp;gt;&amp;lt;/param&amp;gt;
                &amp;lt;module name="PostProcess"&amp;gt;
                  &amp;lt;param name="search"&amp;gt;&amp;lt;my_search4&amp;gt;&amp;lt;/param&amp;gt;
                  &amp;lt;module name="Pulldown"&amp;gt;
                    :

                    &amp;lt;module name="PostProcess"&amp;gt;
                      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search5&amp;gt;&amp;lt;/param&amp;gt;                                
                        &amp;lt;module name="JobProgressIndicator"/&amp;gt;
                        &amp;lt;module name="JSChart"&amp;gt;
                          &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                          &amp;lt;param name="height"&amp;gt;200px&amp;lt;/param&amp;gt;
                        &amp;lt;/module&amp;gt; 
                    &amp;lt;/module&amp;gt;

                    &amp;lt;module name="Search" layoutPanel="panel_row1_col1"&amp;gt;
                      &amp;lt;param name="search"&amp;gt;&amp;lt;my_search6&amp;gt;&amp;lt;/param&amp;gt;

                      &amp;lt;module name="Multiplexer"&amp;gt;
                        &amp;lt;param name="field"&amp;gt;feature&amp;lt;/param&amp;gt;
                        &amp;lt;module name="Search"&amp;gt;
                          &amp;lt;param name="search"&amp;gt;&amp;lt;my_search7&amp;gt;&amp;lt;/param&amp;gt;

                          &amp;lt;module name="HTML"&amp;gt;
                            &amp;lt;param name="html"&amp;gt;&amp;lt;![CDATA[ 
                                    &amp;lt;h1&amp;gt;Passing Rate for $feature$&amp;lt;/h1&amp;gt;&amp;lt;br&amp;gt;
                                    &amp;lt;/div&amp;gt;
                                        ]]&amp;gt;&amp;lt;/param&amp;gt;
                          &amp;lt;/module&amp;gt;

                          &amp;lt;module name="JobProgressIndicator"/&amp;gt;
                          &amp;lt;module name="JSChart"&amp;gt;
                            &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                            &amp;lt;param name="height"&amp;gt;200px&amp;lt;/param&amp;gt;
                          &amp;lt;/module&amp;gt;
                        &amp;lt;/module&amp;gt;
                      &amp;lt;/module&amp;gt;
                    &amp;lt;/module&amp;gt;  
                  &amp;lt;/module&amp;gt;
                &amp;lt;/module&amp;gt;
              &amp;lt;/module&amp;gt;
            &amp;lt;/module&amp;gt;
          &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
      &amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Apr 2013 08:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19879#M357</guid>
      <dc:creator>cycheng</dc:creator>
      <dc:date>2013-04-30T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display same JSChart in pages inside LinkSwitcher module after use Multiplexer</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19880#M358</link>
      <description>&lt;P&gt;It looks like this is a timing issue - can you confirm that if you let all the searches under the Multiplexer run to completion,  and &lt;EM&gt;then&lt;/EM&gt; you change to page 1,   that the bug goes away - ie that the charts then remain hidden until you switch back to "page 2"?    I think what happens is that the LinkSwitcher click happens while the searches and charts are still in mid-run and/or mid-render even.   &lt;/P&gt;

&lt;P&gt;Either way it definitely sounds like a bug - I was able to reproduce the timing issue as described, I'm just looking for a little more information to confirm that what you're seeing and what I'm able to reproduce is actually the same thing before I go about fixing it.  Thanks. &lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2013 23:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19880#M358</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-04-30T23:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display same JSChart in pages inside LinkSwitcher module after use Multiplexer</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19881#M359</link>
      <description>&lt;P&gt;Yes,you are correct. The bug goes away if I wait all the searches completed in "Page 2" and then I switch to "Page 1". The "Page 1" is my default view and each time I refresh the view, it will show the charts in "Page 1". Is it any module I can use to prevent it runs the searches in "Page 2"? Or perhaps I shouldn't use the LinkSwithcer module? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2013 14:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Display-same-JSChart-in-pages-inside-LinkSwitcher-module-after/m-p/19881#M359</guid>
      <dc:creator>cycheng</dc:creator>
      <dc:date>2013-05-01T14:40:09Z</dc:date>
    </item>
  </channel>
</rss>

