<?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: Using columns from data table as combo box items? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11335#M10872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;A _jive_internal="true" href="https://community.jmp.com/message/209176#209176"&gt;presentation &lt;/A&gt;on Application Builder should be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 13:13:29 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2015-03-17T13:13:29Z</dc:date>
    <item>
      <title>Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11330#M10867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use column names from the data table as items in a combobox in a JMP application?&lt;/P&gt;&lt;P&gt;if so, how do I reference it in the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sales and quantity sold as two columns. I also have a bar graph&lt;/P&gt;&lt;P&gt;What I want to do is create a combobox with sales and quantity sold as the items. when sales is selected the the bar graph shows the values from the sales and when quantity sold is selected it shows a bar graph with quantity sold?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 20:01:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11330#M10867</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-12T20:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11331#M10868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be more conventional to use column list boxes, but if you do need a combo box then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;NamesDefaultToHere&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #008f00;"&gt;// Make a table&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;dt &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;New Table&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"Data"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; Add Rows&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;New Column&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"sales"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; Numeric&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;"Continuous"&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;Format&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Best"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; Set Values&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;STRONG&gt;[]&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #032ce4;"&gt;New Column&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;"quantity sold"&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; Numeric&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;"Continuous"&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;Format&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #942193;"&gt;"Best"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; Set Values&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;STRONG&gt;[]&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #008f00;"&gt;// Get the column names in dt into a list&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;cols &lt;/SPAN&gt;=&lt;SPAN style="color: #000000;"&gt; dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;getColumnNames&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #942193;"&gt;"String"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #008f00;"&gt;// Make a UI&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;nw &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #942193;"&gt;&lt;SPAN style="color: #032ce4;"&gt;NewWindow&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;"Select a column from "&lt;SPAN style="color: #011993;"&gt;||&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;getName&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; cb &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #032ce4;"&gt;comboBox&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;cols&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;ButtonBox&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #942193;"&gt;"OK"&lt;/SPAN&gt;&lt;SPAN style="color: #011993;"&gt;,&lt;/SPAN&gt; OKscript&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;nw &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;sizeWindow&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;300&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009193;"&gt;&lt;STRONG&gt;200&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #008f00;"&gt;// Recover the selection from the UI&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;OKscript &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #032ce4;"&gt;Expr&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #011993;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; nw &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;closeWindow&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; myCol &lt;SPAN style="color: #011993;"&gt;=&lt;/SPAN&gt; cols&lt;STRONG&gt;[&lt;/STRONG&gt;cb &lt;SPAN style="color: #011993;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #011993;"&gt;&lt;STRONG&gt;get&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&amp;nbsp; &lt;SPAN style="color: #032ce4;"&gt;Print&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;myCol&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #011993;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 20:45:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11331#M10868</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2015-03-12T20:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11332#M10869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to JMP so please excuse these questions.&lt;/P&gt;&lt;P&gt;My table has 10-15 columns of which sales and quantity sold are two. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I reference just these two columns in the combo box, rather than all of them?&lt;/P&gt;&lt;P&gt;also, how do I do it in the application builder? do I have to write the script or is there a way to do it by drag and dropping in the module and then changing the properties. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 18:20:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11332#M10869</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-16T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11333#M10870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If the columns &lt;STRONG&gt;Sales&lt;/STRONG&gt; and &lt;STRONG&gt;Quantity Sold&lt;/STRONG&gt; are unchanging, then just hard-code them into a combobox.&amp;nbsp; In Application Builder, drag a combobox into the design area.&amp;nbsp; By default it uses items "&lt;STRONG&gt;Item1&lt;/STRONG&gt;" and "&lt;STRONG&gt;Item2&lt;/STRONG&gt;".&amp;nbsp; Double-click on &lt;STRONG&gt;Item1&lt;/STRONG&gt; and change it to &lt;STRONG&gt;Sales&lt;/STRONG&gt;.&amp;nbsp; Double-click on &lt;STRONG&gt;Item2&lt;/STRONG&gt; and change it to &lt;STRONG&gt;Quantity Sold&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:45:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11333#M10870</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-03-16T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11334#M10871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got it,thanks. but if I link each item say to a graph, can I do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to the original post above.&lt;/P&gt;&lt;P&gt;do I create two graphs and then link it some how to the respective item or is it possible to do just one graph where the y-axis changes according to the item picked in the drop down menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 19:50:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11334#M10871</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-16T19:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11335#M10872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;A _jive_internal="true" href="https://community.jmp.com/message/209176#209176"&gt;presentation &lt;/A&gt;on Application Builder should be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 13:13:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11335#M10872</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-03-17T13:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11336#M10873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much. the presentation helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the sample big class for this exercise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want only height and weight in the combo box, what do I do? right now it is showing all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 17:55:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11336#M10873</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-17T17:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11337#M10874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The combo box in my example is dynamic; it depends on what table you select.&amp;nbsp; You need to remove the portion of code that populates the combo box and change it to be hard coded to just show Height and Weight, as mentioned in my first response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:54:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11337#M10874</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-03-17T18:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11338#M10875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok makes sense thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:57:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11338#M10875</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-17T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using columns from data table as combo box items?</title>
      <link>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11339#M10876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;next question:&lt;/P&gt;&lt;P&gt;how to I link the selection made in combo box to graph.&lt;/P&gt;&lt;P&gt; ---if height is selected the graph needs to show height in the Y-axis&lt;/P&gt;&lt;P&gt; ---if weight is selected the graph needs to show weight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 20:09:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-columns-from-data-table-as-combo-box-items/m-p/11339#M10876</guid>
      <dc:creator>aparna_shankran</dc:creator>
      <dc:date>2015-03-17T20:09:50Z</dc:date>
    </item>
  </channel>
</rss>

