<?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: Return a selected column name from graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328567#M57787</link>
    <description>&lt;P&gt;Playing around with this, I am now wondering is there something similar for the column switcher box?&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2020 18:40:38 GMT</pubDate>
    <dc:creator>shampton82</dc:creator>
    <dc:date>2020-10-31T18:40:38Z</dc:date>
    <item>
      <title>Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328522#M57781</link>
      <description>&lt;P&gt;Is there a way to return the selected column from the column list in graph builder when you run a script?&amp;nbsp; For example, if I were to have selected age in the column list:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shampton82_0-1604163474156.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27957i16252530959CDDAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shampton82_0-1604163474156.png" alt="shampton82_0-1604163474156.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and then run a script, would I be able to get the age column name and use it?&amp;nbsp; The reason I ask is that I have "shortcut" scripts that help with data clean up.&amp;nbsp; I often see issue in graph builder and then run a script that asks me to select the column I want to modify, however this is actually redundant as I had already selected the column in graph builder.&amp;nbsp; So if I could have the script grab the name of the selected column in the graph builder column list I could avoid some extra input boxes and clicks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any ideas!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:42:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328522#M57781</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2023-06-09T23:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328565#M57785</link>
      <description>&lt;P&gt;This JSL will return the value selected in a Graph Builder dialog box&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;variable = Current Report()[listboxbox( 1 )] &amp;lt;&amp;lt; get selected;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 31 Oct 2020 18:26:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328565#M57785</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-10-31T18:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328566#M57786</link>
      <description>&lt;P&gt;Perfect!&amp;nbsp; Thanks so much for a quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 18:37:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328566#M57786</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2020-10-31T18:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328567#M57787</link>
      <description>&lt;P&gt;Playing around with this, I am now wondering is there something similar for the column switcher box?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 18:40:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328567#M57787</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2020-10-31T18:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328603#M57790</link>
      <description>&lt;OL&gt;
&lt;LI&gt;The same JSL will work if a Column Switcher is invoked.&amp;nbsp; It will return the selection from the Column Switcher.&lt;/LI&gt;
&lt;LI&gt;Do you understand what the line of JSL is doing?&amp;nbsp;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;I suggest that you read the documentation in the Scripting Guide, on Display Trees.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 31 Oct 2020 19:54:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328603#M57790</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-10-31T19:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328650#M57794</link>
      <description>Thanks for the additional info and no I don’t understand it yet but plan on getting there. I’ll review the info you suggested. Thanks again.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 01 Nov 2020 03:32:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328650#M57794</guid>
      <dc:creator>shampton82</dc:creator>
      <dc:date>2020-11-01T03:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Return a selected column name from graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328866#M57808</link>
      <description>&lt;P&gt;To&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;'s point, the documentation and the Scripting Index will inform you that the Column Switcher is an object with its own protocol, including the message &amp;lt;&amp;lt; Get Current specifically for your need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-11-02 at 4.59.21 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/27977iD0E53A5D681F34F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-11-02 at 4.59.21 AM.png" alt="Screen Shot 2020-11-02 at 4.59.21 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 09:59:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Return-a-selected-column-name-from-graph-builder/m-p/328866#M57808</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2020-11-02T09:59:49Z</dc:date>
    </item>
  </channel>
</rss>

