cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.
JMP Bar Chart

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users

Learning Resources

Latest Discussions

  • Averaging with the Summary command. How can I use the mean column of the generated table to keep a significant number?

    I have seen Big Class.jmp's table with the same JSL get a mean column that already retains a significant number, but my own table does not.dt = Open( "$SAMPLE_DATA/Big Class.jmp" ); dt = Current Data Table(); d2 = dt << Summary( Group( 2 ), Mean( 4 ), Freq( 0 ), Weight( 0 ), Link to original data table( 0 ), statistics column name format( "column" ) );Thanks!

    lala lala
    Discussions |
    May 8, 2024 8:00 AM
    5440 views | 10 replies
  • How can count the number of consecutive Spaces at the beginning of each line?

    It can be implemented with a formula or a regex
    I only know how to use this formula, but it's definitely not right.I don't want to do it in a circular way.Length(txt)-Length(Substitute(txt, " ", ""))Thanks!

    lala lala
    Discussions |
    May 8, 2024 7:45 AM
    1872 views | 3 replies
  • How to increase separation space in graph builder boxes

    Dear JMP experts,I created three stacked graph boxes with the graph builder and I added reference lines in each of them. Now I want to increase the space between each graph box since it is hard to distinguish them from each other. I couldnt find any function for that.Thanks for  your help!

    DualARIMACougar DualARIMACougar
    Discussions |
    May 8, 2024 7:19 AM
    2107 views | 2 replies
  • Replace cell values

    Hi, I am trying to replace all the failing cells in the attached data table, which is highlighted in red with 1 and passing cells with 0.  Found this but something doesn't work-How do you get the color of a specific cell in a data table using JSL?   Is there any better way to replace the cell values? Here is what I triedNames Default To Here( 1 ); dt = Current Data Table(); cols = dt << get column...

    Jackie_ Jackie_
    Discussions |
    May 7, 2024 10:06 AM
    2496 views | 3 replies
  • Statistical relevent sampling plan for powders, 1000-2000 g

    My company recently purchased licenses for JMP and currently running 17.2.0. I have been tasked to write a PQ on a couple of our powder manufacturing processes. I have been told to use a statistically relevant sampling plan and one of the engineers pointed me to the JMP sampling plan add-in but I don't think its the right add-in to use for powders. It seems like a statistical plan for sampling ite...

    MakeUWanna_JMP MakeUWanna_JMP
    Discussions |
    May 7, 2024 9:46 AM
    2510 views | 3 replies

Latest Discussions

Latest Discussions

view all discussions