<?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: JSL for &amp;quot;Configure levels&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/750450#M93133</link>
    <description>&lt;P&gt;If this is something you wish to see in JMP and there isn't yet a Wish List item about this, you can create one (&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list&lt;/A&gt;).&lt;/P&gt;</description>
    <pubDate>Sun, 28 Apr 2024 14:08:39 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-28T14:08:39Z</dc:date>
    <item>
      <title>JSL for "Configure levels"</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/748321#M92852</link>
      <description>&lt;P&gt;Hi. I do not see any JSL command to set Axis levels (like x others).&lt;BR /&gt;Am I missimg something or the option doesn't exist in JSL?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 07:08:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/748321#M92852</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-04-21T07:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: JSL for "Configure levels"</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/748324#M92853</link>
      <description>&lt;P&gt;Do you want to open the menu or set those by JSL?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make a modification by hand and then check the report script. In this case I did changed value 12 label to be 13&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Transform Column(
		"age'",
		Ordinal,
		Set Property("Configure Levels", 1),
		Set Property("Value Order", {Custom Order({12, 13, 14, 15, 16, 17})}),
		Value Labels(
			{12 = "13", 13 = "13", 14 = "14", 15 = "15", 16 = "16", 17 = "17"}
		),
		Use Value Labels(1),
		Formula(:age)
	),
	Variables(X(:age')),
	Elements(Points(X, Legend(7)))
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and it seems like it just creates a transform column and sets some column properties to it&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 08:34:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/748324#M92853</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-21T08:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: JSL for "Configure levels"</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/750398#M93123</link>
      <description>&lt;P&gt;Thank you for your response.&lt;BR /&gt;There are this super useful options in "Configure Levels" like tail%, min count etc.&lt;/P&gt;&lt;P&gt;One can create a new column with formulas, but since the options already exist, please add JSL&amp;nbsp;commands for them.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-04-28 091846.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63761iC02476D5165F6BD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-28 091846.png" alt="Screenshot 2024-04-28 091846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 06:32:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/750398#M93123</guid>
      <dc:creator>tom_abramov</dc:creator>
      <dc:date>2024-04-28T06:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: JSL for "Configure levels"</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/750450#M93133</link>
      <description>&lt;P&gt;If this is something you wish to see in JMP and there isn't yet a Wish List item about this, you can create one (&lt;A href="https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list" target="_blank"&gt;https://community.jmp.com/t5/JMP-Wish-List/idb-p/jmp-wish-list&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 14:08:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-for-quot-Configure-levels-quot/m-p/750450#M93133</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-28T14:08:39Z</dc:date>
    </item>
  </channel>
</rss>

