<?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: Prompt for a column/field in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Prompt-for-a-column-field/m-p/452476#M69920</link>
    <description>&lt;OL&gt;
&lt;LI&gt;I suggest you take the time to read the Scripting Guide, found in the JMP Documentation Library, available under the Help pull down menu.&lt;/LI&gt;
&lt;LI&gt;Here is a simple example of selecting a column in a data table and then adding it to the Graph Builder script.&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window( "Col List Box Example 1", &amp;lt;&amp;lt; modal,
	clb = Col List Box( all, width( 250 ), maxSelected( 1 ),
	selectedCol = clb &amp;lt;&amp;lt; get selected )
);

Graph Builder(
	Size( 525, 448 ),
	Show Control Panel( 0 ),
	Variables( X( eval(selectedCol) ), Y( :height ) ),
	Elements( Box Plot( X, Y, Legend( 4 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Jan 2022 19:30:16 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-01-19T19:30:16Z</dc:date>
    <item>
      <title>Prompt for a column/field</title>
      <link>https://community.jmp.com/t5/Discussions/Prompt-for-a-column-field/m-p/452457#M69919</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to see a prompt to select or ask the user to enter the text or product etc, and pull the query only related to that data&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible? If yes, then how?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:42:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Prompt-for-a-column-field/m-p/452457#M69919</guid>
      <dc:creator>penalah</dc:creator>
      <dc:date>2023-06-10T23:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for a column/field</title>
      <link>https://community.jmp.com/t5/Discussions/Prompt-for-a-column-field/m-p/452476#M69920</link>
      <description>&lt;OL&gt;
&lt;LI&gt;I suggest you take the time to read the Scripting Guide, found in the JMP Documentation Library, available under the Help pull down menu.&lt;/LI&gt;
&lt;LI&gt;Here is a simple example of selecting a column in a data table and then adding it to the Graph Builder script.&lt;/LI&gt;
&lt;/OL&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
New Window( "Col List Box Example 1", &amp;lt;&amp;lt; modal,
	clb = Col List Box( all, width( 250 ), maxSelected( 1 ),
	selectedCol = clb &amp;lt;&amp;lt; get selected )
);

Graph Builder(
	Size( 525, 448 ),
	Show Control Panel( 0 ),
	Variables( X( eval(selectedCol) ), Y( :height ) ),
	Elements( Box Plot( X, Y, Legend( 4 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jan 2022 19:30:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Prompt-for-a-column-field/m-p/452476#M69920</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-01-19T19:30:16Z</dc:date>
    </item>
  </channel>
</rss>

