<?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 Local Data Filter does not display correctly when part of an &amp;quot;Include&amp;quot; script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Local-Data-Filter-does-not-display-correctly-when-part-of-an/m-p/348286#M59931</link>
    <description>&lt;P&gt;I have a script that when it runs by itself produces a Window with TAB boxes and appends several Graph Builder graphs to the different tabs.&amp;nbsp; All the Graph builder graphs have multiple local filters and they are displayed correctly.&amp;nbsp; As shown on this&amp;nbsp;image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GoodLocDataFilter.jpg" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29414iFDBB6169660CB0C9/image-size/small?v=v2&amp;amp;px=200" role="button" title="GoodLocDataFilter.jpg" alt="GoodLocDataFilter.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I run the same script as an included file on another script all the Local Data Filters are not displayed correctly.&amp;nbsp; One or two of the filters are usually changed to some sort of histogram that has two blue sliders that can be used to "select" a range of data. These "filters" do not have under the "red triangle" the usual five display options that Local Data Filters have.&amp;nbsp; As shown in this picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Comm_BadLocFilter.jpg" style="width: 231px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29416iB80CB3B6BA446837/image-size/large?v=v2&amp;amp;px=999" role="button" title="Comm_BadLocFilter.jpg" alt="Comm_BadLocFilter.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a reference this is the way my filters are coded:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local Data Filter(
			Width( 200 ),
			Add Filter(
			columns(
				:Name( "Hours" ),
				:Name( "Days" ),
				:Name( "Name" )
			),
			Display(
				:Name( "Hours" ),
				N Items( 4 ),
				Blocks Display // save vertical space.
			),
			Display(
				:Name( "Days" ),
				N Items( 15 ),
				Size( 200, 255 )
			),
			Display(
				:Name( "Name" ),
				N Items( 11 ),
				Size( 200, 187 )
			)
		)
		)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:09:58 GMT</pubDate>
    <dc:creator>ALopez</dc:creator>
    <dc:date>2023-06-11T11:09:58Z</dc:date>
    <item>
      <title>Local Data Filter does not display correctly when part of an "Include" script</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-Filter-does-not-display-correctly-when-part-of-an/m-p/348286#M59931</link>
      <description>&lt;P&gt;I have a script that when it runs by itself produces a Window with TAB boxes and appends several Graph Builder graphs to the different tabs.&amp;nbsp; All the Graph builder graphs have multiple local filters and they are displayed correctly.&amp;nbsp; As shown on this&amp;nbsp;image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GoodLocDataFilter.jpg" style="width: 200px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29414iFDBB6169660CB0C9/image-size/small?v=v2&amp;amp;px=200" role="button" title="GoodLocDataFilter.jpg" alt="GoodLocDataFilter.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I run the same script as an included file on another script all the Local Data Filters are not displayed correctly.&amp;nbsp; One or two of the filters are usually changed to some sort of histogram that has two blue sliders that can be used to "select" a range of data. These "filters" do not have under the "red triangle" the usual five display options that Local Data Filters have.&amp;nbsp; As shown in this picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Comm_BadLocFilter.jpg" style="width: 231px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/29416iB80CB3B6BA446837/image-size/large?v=v2&amp;amp;px=999" role="button" title="Comm_BadLocFilter.jpg" alt="Comm_BadLocFilter.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to fix this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a reference this is the way my filters are coded:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Local Data Filter(
			Width( 200 ),
			Add Filter(
			columns(
				:Name( "Hours" ),
				:Name( "Days" ),
				:Name( "Name" )
			),
			Display(
				:Name( "Hours" ),
				N Items( 4 ),
				Blocks Display // save vertical space.
			),
			Display(
				:Name( "Days" ),
				N Items( 15 ),
				Size( 200, 255 )
			),
			Display(
				:Name( "Name" ),
				N Items( 11 ),
				Size( 200, 187 )
			)
		)
		)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:09:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-Filter-does-not-display-correctly-when-part-of-an/m-p/348286#M59931</guid>
      <dc:creator>ALopez</dc:creator>
      <dc:date>2023-06-11T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Local Data Filter does not display correctly when part of an "Include" script</title>
      <link>https://community.jmp.com/t5/Discussions/Local-Data-Filter-does-not-display-correctly-when-part-of-an/m-p/348637#M59957</link>
      <description>&lt;P&gt;Solved!&lt;BR /&gt;The column values have to be &lt;EM&gt;&lt;STRONG&gt;Nominal&lt;/STRONG&gt;&lt;/EM&gt; to generate the usual Local Data Filters (w/5 options).&amp;nbsp; Mine were &lt;EM&gt;Continuous&lt;/EM&gt; hence the weird "blue" sliders.&amp;nbsp; I hope this note can be of help to the community.&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:12:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Local-Data-Filter-does-not-display-correctly-when-part-of-an/m-p/348637#M59957</guid>
      <dc:creator>ALopez</dc:creator>
      <dc:date>2021-01-14T15:12:33Z</dc:date>
    </item>
  </channel>
</rss>

