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

  • 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
    2923 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
    2650 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
    2411 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
    677 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
    744 views | 1 replies

Latest Discussions

  • 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
    677 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
    744 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
    1103 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
    684 views | 0 replies
  • A script works in JMP PRO but not in JMP LIVE to query data and add spec limits to JMP LIVE control chart

    Hi, 

    I wrote a script that 1) queries a table(myDT) to build a control chart on and 2) another table(specLimitsTable) and 3) a loop that takes data from the second table to set spec limits on table 1.  It works just fine in JMP PRO and steps 1) and 2) work fine in JMP LIVE but when I add the 3rd part it says failed to regenerate when I go to refresh my data.  The JSL that works in JMP PRO is below:...

    bjbreitling bjbreitling
    Discussions |
    May 16, 2024 5:50 AM
    1126 views | 2 replies

Latest Discussions

view all discussions