cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1144 views | 2 replies
  • Optimization of a (slow) JSL code based on FOR() loops

    Hello,  I need to write a code for reliability data analysis.Several metrics (metric1, metric2,...metricN) are measured before the experiment begins (REL_T0), and then measured again after each drop events (DROP1, DROP2,... DROPN…).My goal is to calculate the drift value between REL_T0 and each measure after drop events for each serial number and each metric. My initial code is based on FOR() loop...

    Voizingu Voizingu
    Discussions |
    May 17, 2024 10:20 AM
    2889 views | 7 replies
  • How do I increment a loop using hexadecimal format?

    Hello, I want to create a list and populate it with the following entries: AB63, AB64,... AB79, AC63,...AZ79. Unfortunately, I have not been able to figure out how to increment hexadecimally ("J" = Hex(4A) ,etc.) So, for the letters J-O (Hex4A - Hex4F), I created separate loops, which is very cumbersome. Does anyone know of a way to increment hexadecimally, so I can keep this all within one loop? ...

    kjdoran kjdoran
    Discussions |
    May 17, 2024 3:06 AM
    2620 views | 6 replies
  • How to dynamically change color column in graph builder

    Hi, upon creation of an Graph Builder object one can define variables as follows: Variables(X(:x), Y(:y), Color(:color)) What I would like to do is to change the color column dynamically by selecting specific columns from a list. How can this be achieved? Thank you in advance.

    UEJ UEJ
    Discussions |
    May 17, 2024 2:53 AM
    2387 views | 7 replies
  • How does JSL call google's web translation results?

    For example, how do I translate the specified English content into Chinese?
    This is the result of a GPT3.5 query and does not work.Thanks!url = "https://translate.google.com"; sourceText = "Hello, world!"; targetLanguage = "zh-CN"; // Chinese Simplified // Build the HTTP request postData = "sl=en&tl=" || urlEncode(targetLanguage) || "&text=" || urlEncode(sourceText); headers = Associative Array("...

    lala lala
    Discussions |
    May 16, 2024 11:40 PM
    669 views | 1 replies

Latest Discussions

  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1144 views | 2 replies
  • How does JSL call google's web translation results?

    For example, how do I translate the specified English content into Chinese?
    This is the result of a GPT3.5 query and does not work.Thanks!url = "https://translate.google.com"; sourceText = "Hello, world!"; targetLanguage = "zh-CN"; // Chinese Simplified // Build the HTTP request postData = "sl=en&tl=" || urlEncode(targetLanguage) || "&text=" || urlEncode(sourceText); headers = Associative Array("...

    lala lala
    Discussions |
    May 16, 2024 11:40 PM
    669 views | 1 replies
  • How to get the last data col name?

    Hi. I would like to get the col name of the last data written using JSL,Is there a solution?  Thanks.

    NetflixDingo567 NetflixDingo567
    Discussions |
    May 16, 2024 9:59 PM
    739 views | 1 replies
  • How to load image and arrange these pictures in rows and columns

    I want to finish below jobs with JSL's help.1. Load some pictures into a display box, and arrange these pictures in rows and column with loop function, for exaple, 3 rows and 3 columns, total 10 pictures as below picture shown.2. Then I need to save all the pictures within the display box to one image and save it on my computure for use.3. I may need to adjust the size of the pictures shown on the...

    ClassLovebird67 ClassLovebird67
    Discussions |
    May 16, 2024 4:49 PM
    1089 views | 2 replies
  • Load an OASIS (.oasis) Chip Layout File in JMP?

    I have a .oasis file that contains layout data for a semiconductor die layout. Is it possible to load this file and view the layout in jmp 18? Similar to a Map file? Would then want to overlay defect location data on top of the die layout diagram.

    WoHNY WoHNY
    Discussions |
    May 16, 2024 12:02 PM
    678 views | 0 replies

Latest Discussions

view all discussions