<?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: get values linked to axis labels in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/754160#M93632</link>
    <description>&lt;P&gt;Hi Jim, great tip.&lt;/P&gt;&lt;P&gt;I was able to set up a script that achieves what I wanted using a subset of the data as you suggested.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Hannes&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 08:10:33 GMT</pubDate>
    <dc:creator>HannesJ</dc:creator>
    <dc:date>2024-05-14T08:10:33Z</dc:date>
    <item>
      <title>get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752675#M93426</link>
      <description>&lt;P&gt;Hello, I have a control chart that has 3 different label rows on the X-axis. Is there a way in JSL to get the values that are associated with these labels? For example, for label row 2 I want to get the value that is corresponding with label "30", which is "5.5" in this case.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannesJ_1-1715096899731.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63996i2732D23EA09805DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannesJ_1-1715096899731.png" alt="HannesJ_1-1715096899731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 15:50:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752675#M93426</guid>
      <dc:creator>HannesJ</dc:creator>
      <dc:date>2024-05-07T15:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752704#M93429</link>
      <description>&lt;P&gt;I think the situation is still the same as here &lt;LI-MESSAGE title="JSL Get 'Axis Label Row' Value of Labels" uid="436365" url="https://community.jmp.com/t5/Discussions/JSL-Get-Axis-Label-Row-Value-of-Labels/m-p/436365#U436365" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;-&amp;gt; there is no easy way of getting those. You can calculate them but depending on what you are doing it can be very easy/complicated.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 16:21:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752704#M93429</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-07T16:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752752#M93433</link>
      <description>&lt;P&gt;That's unfortunate. The reason that I would like to get these values through JSL is because I want to add some code to the script that generates the control chart to have automatic updates of the X-axis. The control chart is a dynamic chart that gets populated with data on a daily basis and I would like the X-axis to automatically move forward as more data is being added, whilst keeping the same X-axis width (hence it would always show the most recent data for let's say the past 20 weeks). Are there any ideas how to do this? For now I only could come up with these values that I could use as variables.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 18:44:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752752#M93433</guid>
      <dc:creator>HannesJ</dc:creator>
      <dc:date>2024-05-07T18:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752754#M93434</link>
      <description>&lt;P&gt;Which platform are you using for control charts (Control Chart Builder or Graph Builder)? Do you have more than one row of labels in your x-axis (in your screenshot you seem to have three label rows) and if you do, do all of them always have the same amount of labels?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 19:09:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752754#M93434</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-07T19:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752757#M93435</link>
      <description>&lt;P&gt;Here is one method that should work.&lt;/P&gt;
&lt;P&gt;Assumptions&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You want to use all of the data to calculation the Control Limits&lt;/LI&gt;
&lt;LI&gt;You want to display only the last n number of data points on the control chart and that the rows who's values are to be displayed can be selected in the data table&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The steps would be&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run the Control Chart on all&amp;nbsp; data.
&lt;OL&gt;
&lt;LI&gt;Run it in invisible mode&lt;/LI&gt;
&lt;LI&gt;Save the control limits to a new data table&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Close the report window&lt;/LI&gt;
&lt;LI&gt;Subset the original data table leaving only the data you want to be displayed&lt;/LI&gt;
&lt;LI&gt;Read into JMP memory variables, the control limits saved in the previous step&lt;/LI&gt;
&lt;LI&gt;Run the Control Chart on the Subsetted data
&lt;OL&gt;
&lt;LI&gt;Use the Add Limits message to the control chart code to set the control chart limits&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;The displayed control chart will have an axis limited to the data found in the subsetted table.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 19:22:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/752757#M93435</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-05-07T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/754159#M93631</link>
      <description>&lt;P&gt;I am using the control chart builder platform and indeed have 3 label rows on the x-axis, but they don't have the same amount of labels.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 08:08:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/754159#M93631</guid>
      <dc:creator>HannesJ</dc:creator>
      <dc:date>2024-05-14T08:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: get values linked to axis labels</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/754160#M93632</link>
      <description>&lt;P&gt;Hi Jim, great tip.&lt;/P&gt;&lt;P&gt;I was able to set up a script that achieves what I wanted using a subset of the data as you suggested.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Hannes&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 08:10:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-linked-to-axis-labels/m-p/754160#M93632</guid>
      <dc:creator>HannesJ</dc:creator>
      <dc:date>2024-05-14T08:10:33Z</dc:date>
    </item>
  </channel>
</rss>

