<?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: How to display dynamic Data Filter in JMP Live? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918767#M107808</link>
    <description>&lt;P&gt;What version of JMP Live are you using? We added the ability to edit the report regeneration script in 19, which allows you to customize your UI more than before. Without seeing it, I am not sure if everything in your custom UI would work automatically when interacting with the data filter.&lt;/P&gt;
&lt;P&gt;Here is the docs for editing regeneration scripts:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/19.0/jmplive/jmplive.shtml#2667989" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/19.0/jmplive/jmplive.shtml#2667989&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Dec 2025 15:27:59 GMT</pubDate>
    <dc:creator>Justin_Chilton</dc:creator>
    <dc:date>2025-12-10T15:27:59Z</dc:date>
    <item>
      <title>How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918751#M107805</link>
      <description>&lt;P&gt;We are currently using a custom UI for local setup, but now we want to have a similar setup on JMP Live.&lt;/P&gt;
&lt;P&gt;I realized that JMP Live doesn’t work with custom UIs. What options do I have to achieve the same or a similar result?&lt;/P&gt;
&lt;P&gt;The current UI filters and creates subsets in a specific format for the end user.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OddsDeer284888_0-1765379946158.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88682iB2B38177D3734D1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OddsDeer284888_0-1765379946158.png" alt="OddsDeer284888_0-1765379946158.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible, through Data Filter or some other method, to achieve the same functionality on JMP Live? I tested this with Big Class.jmp, but it only uploads and displays the data table on JMP Live, without applying the filtering.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open("$SAMPLE_DATA/Big Class.jmp");

dt &amp;lt;&amp;lt; Data Filter(
Add Filter(columns(:sex, :age))
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 15:19:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918751#M107805</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-10T15:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918761#M107806</link>
      <description>&lt;P&gt;This is our current workflow and UI which we are using internally(locally).&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 15:16:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918761#M107806</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-10T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918765#M107807</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OddsDeer284888_2-1765379859717.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/88681iDCF7AF53B026A8B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OddsDeer284888_2-1765379859717.png" alt="OddsDeer284888_2-1765379859717.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is our current workflow and UI which we are using internally(locally).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 15:17:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918765#M107807</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-10T15:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918767#M107808</link>
      <description>&lt;P&gt;What version of JMP Live are you using? We added the ability to edit the report regeneration script in 19, which allows you to customize your UI more than before. Without seeing it, I am not sure if everything in your custom UI would work automatically when interacting with the data filter.&lt;/P&gt;
&lt;P&gt;Here is the docs for editing regeneration scripts:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/19.0/jmplive/jmplive.shtml#2667989" target="_blank" rel="noopener"&gt;https://www.jmp.com/support/help/en/19.0/jmplive/jmplive.shtml#2667989&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 15:27:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918767#M107808</guid>
      <dc:creator>Justin_Chilton</dc:creator>
      <dc:date>2025-12-10T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918800#M107813</link>
      <description>&lt;P&gt;I am using the Latest JMP 19.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In my current UI which is not on JMP Live. We have custom conditional dropdowns which we are using as filters and we also have some radio buttons which we are using to decide what kind of subset we wanted to generate.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So filters(dropdowns)+ radio button = Subset Table (In simple words)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data that we have is more than 50K+.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried Data Filter with Tabulate so it is extremely slow on JMP Live. I was wondering what other approaches/solution that I can try to achieve similar thing.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 16:59:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918800#M107813</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-10T16:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918805#M107815</link>
      <description>&lt;P&gt;We have had similar requests for something like this in the past. I have updated our internal feature request with your desire.&lt;/P&gt;
&lt;P&gt;Unfortunately, the only possible solution I have for you at the moment would be if there were logical separations you could make to the data to split up the reports into multiple reports. You could use the separate reports as different views into the data for a grouping. This may or may not be feasible depending on the complexity of your filters.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2025 18:48:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918805#M107815</guid>
      <dc:creator>Justin_Chilton</dc:creator>
      <dc:date>2025-12-10T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918934#M107827</link>
      <description>&lt;P&gt;&lt;!--StartFragment --&gt;&lt;/P&gt;
&lt;P&gt;Since radio buttons are not possible I am now focusing to have separate reports but still there are issues.&lt;BR /&gt;&lt;BR /&gt;I tried using the &lt;STRONG&gt;Data Filter&lt;/STRONG&gt; with &lt;STRONG&gt;Tabulate&lt;/STRONG&gt;, but it only works when both are tied to the same data table. If the filter is applied to one table (Table A) and the tabulate is built from another table (Table B), the link breaks — the local data filter doesn’t control the second table.&lt;/P&gt;
&lt;P&gt;In &lt;STRONG&gt;JMP Live&lt;/STRONG&gt;, I’d like to know if it’s possible to set up a &lt;STRONG&gt;Local Data Filter&lt;/STRONG&gt; on Table A, and then have the user’s filter selections automatically drive what is displayed from Table B. For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;User filters Table A by &lt;EM&gt;Department&lt;/EM&gt; and &lt;EM&gt;Project&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Table B then shows all rows that match those selections, with additional columns such as &lt;EM&gt;Result&lt;/EM&gt; and Date&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Right now, this doesn’t seem to work. It feels like JMP Live forces you to use Tabulate, which complicates things, when it would be much simpler if JMP allowed a Data Filter to directly drive filtered data across tables without requiring Tabulate&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment --&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2025 14:35:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918934#M107827</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-11T14:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918940#M107829</link>
      <description>&lt;P&gt;Can you use &lt;A href="https://www.jmp.com/support/help/en/19.0/index.shtml#page/jmp/virtually-join-data-tables.shtml" target="_self"&gt;Virtual Join&lt;/A&gt; to link the two tables together?&amp;nbsp; The example below uses 3 tables that are joined, with customer information linked by the :Customer ID column, and movie information linked by the :Item Number column.&amp;nbsp; The Tabulate uses all 3 tables, summarizing the rental information with filters available on customer demographics.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
dt_customers = Open( "$SAMPLE_DATA/Movie Customers.jmp", Invisible );
dt_inventory = Open( "$SAMPLE_DATA/Movie Inventory.jmp", Invisible );
dt_rentals = Open( "$SAMPLE_DATA/Movie Rentals.jmp" );
dt_rentals &amp;lt;&amp;lt; Tabulate(
	Show Control Panel( 0 ),
	Add Table(
		Column Table(
			Grouping Columns(
				:"Rating[Item Number]"n
			)
		),
		Row Table(
			Grouping Columns(
				:"Genre[Item Number]"n
			)
		)
	),
	Local Data Filter(
		Mode( Show( 0 ) ),
		Add Filter(
			columns(
				:"Gender[Customer ID]"n
			),
			Where(
				:"Gender[Customer ID]"n == "F"
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Dec 2025 16:27:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/918940#M107829</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2025-12-11T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/919493#M107861</link>
      <description>&lt;P&gt;The solution from&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4587"&gt;@danschikore&lt;/a&gt;&amp;nbsp;will also work in JMP Live.&lt;/P&gt;
&lt;P&gt;When refreshing the data via script in JMP Live, make sure to include the virtual join column properties in the script.&lt;/P&gt;
&lt;P&gt;Following the example, in the Movie Rentals data script:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:"Customer ID" &amp;lt;&amp;lt; Set Property( "Link Reference", Reference Table("Movie Customers.jmp") );
:"Item Number" &amp;lt;&amp;lt; Set Property( "Link Reference", Reference Table("Movie Inventory.jmp") );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In the Movie Customers:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:"Customer ID" &amp;lt;&amp;lt; Set Property( "Link ID", 1 );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;An in the Movie Inventory:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:"Item Number" &amp;lt;&amp;lt; Set Property( "Link ID", 1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Dec 2025 11:30:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/919493#M107861</guid>
      <dc:creator>LuizaFabreti</dc:creator>
      <dc:date>2025-12-15T11:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/919883#M107888</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;For the refresh data in JMP Live. How does the ODBC works? Do we need to make some configuration as I am getting the&amp;nbsp;&lt;STRONG&gt;Data source name not found and no default driver specified &lt;/STRONG&gt;error. While same script works locally by fetching data from the database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for the refresh data the returned data must always be in the data table format to work.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 16:00:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/919883#M107888</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2025-12-16T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922259#M108086</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/83431"&gt;@OddsDeer284888&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For ODBC to work in JMP Live, the ODBC connection needs to use a DSN-less connection. If you publish a data table from JMP that has a source script that uses ODBC, that script will automatically be modified during the publish process to use a DSN-less connection (so it will have driver/server in it rather than a DSN). That's step one.&amp;nbsp; Then, when you make a refresh script for that data table, if you start from the source script, you'll be most of the way there. You will probably have to attach credentials to it.&lt;/P&gt;
&lt;P&gt;Step two is to make sure that the ODBC driver that the script uses is installed on the computer that is running the JMP Pool. You may need to talk to your JMP Live administrator about making that happen.&lt;/P&gt;
&lt;P&gt;If you run into further problems getting this to work, start a case with JMP Tech Support and we'll make sure to help you get it working.&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Eric Hill&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 21:25:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922259#M108086</guid>
      <dc:creator>Eric_Hill</dc:creator>
      <dc:date>2026-01-05T21:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922333#M108109</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You need to ensure that the server where JMP Live resides has the same exact DSN and Driver installed on it that you have setup on your machine. You'll need to work with your internal JMP Live support team to have them install the driver.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Bobby&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 19:50:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922333#M108109</guid>
      <dc:creator>Bobby_Riggs</dc:creator>
      <dc:date>2026-01-06T19:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922414#M108123</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;thank you for your comment.&lt;BR /&gt;&lt;BR /&gt;Did you mean the script that the JMP Live auto generate for the Data Table after we publish the data to JMP Live?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OddsDeer284888_0-1767795843689.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/90358iE6419BD70603850B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OddsDeer284888_0-1767795843689.png" alt="OddsDeer284888_0-1767795843689.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And do you have an example code for the dsn-less query to make connection or test connection for the data&amp;nbsp; refresh?&lt;BR /&gt;&lt;BR /&gt;As with local JMP we are querying it directly like this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;::DB_CONNECTION_STRING = "DSN=testConnection";

    dt_results = Open Database(
        DB_CONNECTION_STRING ,
        "SELECT 
            *
        FROM TestTable
        WHERE key IS NOT NULL",
        "Test Table"
    );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exactly needs to be included in the DSN‑less connection string?&lt;BR /&gt;Or should we rely on the auto‑generated refresh script that JMP Live creates during publishing?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 14:42:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922414#M108123</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2026-01-07T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922416#M108124</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open Database(
	"DSN=testConnection;",
	"SELECT 
                *
            FROM TestTable
            WHERE key IS NOT NULL",
	"Test Table"
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;this is the example script that the Source generates.&lt;BR /&gt;&lt;BR /&gt;if we wanted to utilize the above script and use variable instead then the correct format to pass the credentials would be like this? Or is their anythign else needs to be added?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;::DB_CONNECTION_STRING =
"DSN=testDSN;" ||&amp;nbsp; // same name as DSN in the credentials&amp;nbsp;&amp;nbsp;
"UID=%_UID_%;" ||
"PWD=%_PWD_%;";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Jan 2026 15:18:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922416#M108124</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2026-01-07T15:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922418#M108125</link>
      <description>&lt;P&gt;If the JMP Live server has also the same DSN and Driver installed then is there anything specific needs to be passed in the query to get up-to-date data over there?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 15:20:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/922418#M108125</guid>
      <dc:creator>OddsDeer284888</dc:creator>
      <dc:date>2026-01-07T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display dynamic Data Filter in JMP Live?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/923366#M108177</link>
      <description>&lt;P&gt;You'll need to pass the DB name, driver, port, server and user credentials (as placeholders).&lt;BR /&gt;Here's an example script to query data:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = New SQL Query(
       Connection(
			"ODBC:DATABASE=placeholder;
			DRIVER={placeholder};
			PORT=placeholder;
			PWD=%_PWD_%;
			SERVER=placeholder;
			UID=%_UID_%;"
       ),
       QueryName( "placeholder" ),
       Select,
       From( Table( "placeholder", Schema( "placeholder" ) ) )
) &amp;lt;&amp;lt; Run Foreground;
 
dt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jan 2026 14:35:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-display-dynamic-Data-Filter-in-JMP-Live/m-p/923366#M108177</guid>
      <dc:creator>LuizaFabreti</dc:creator>
      <dc:date>2026-01-12T14:35:18Z</dc:date>
    </item>
  </channel>
</rss>

